Searched refs:alloc_up (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/thunderbolt/ |
D | tunnel.h | 62 int (*alloc_bandwidth)(struct tb_tunnel *tunnel, int *alloc_up, 111 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up,
|
D | tunnel.c | 976 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument 996 *alloc_up = 0; in tb_dp_alloc_bandwidth() 998 tmp = min(*alloc_up, max_bw); in tb_dp_alloc_bandwidth() 1003 *alloc_up = tmp; in tb_dp_alloc_bandwidth() 2291 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_tunnel_alloc_bandwidth() argument 2298 return tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | prom_init.c | 1487 static unsigned long __init alloc_up(unsigned long size, unsigned long align) in alloc_up() function 2493 chunk = alloc_up(room, 0); in make_room() 2711 mem_start = (unsigned long)alloc_up(room, PAGE_SIZE); in flatten_device_tree()
|