Home
last modified time | relevance | path

Searched refs:alloc_up (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/thunderbolt/
Dtunnel.h88 int (*alloc_bandwidth)(struct tb_tunnel *tunnel, int *alloc_up,
162 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up,
Dtunnel.c1190 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument
1209 *alloc_up = 0; in tb_dp_alloc_bandwidth()
1211 tmp = min(*alloc_up, max_bw_rounded); in tb_dp_alloc_bandwidth()
1216 *alloc_up = tmp; in tb_dp_alloc_bandwidth()
2446 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_tunnel_alloc_bandwidth() argument
2453 return tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
/linux-6.14.4/arch/powerpc/kernel/
Dprom_init.c1495 static unsigned long __init alloc_up(unsigned long size, unsigned long align) in alloc_up() function
2501 chunk = alloc_up(room, 0); in make_room()
2719 mem_start = (unsigned long)alloc_up(room, PAGE_SIZE); in flatten_device_tree()