Searched refs:alloc_down (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/thunderbolt/ |
D | tunnel.h | 63 int *alloc_down); 112 int *alloc_down);
|
D | tunnel.c | 977 int *alloc_down) in tb_dp_alloc_bandwidth() argument 991 tmp = min(*alloc_down, max_bw); in tb_dp_alloc_bandwidth() 995 *alloc_down = tmp; in tb_dp_alloc_bandwidth() 1002 *alloc_down = 0; in tb_dp_alloc_bandwidth() 2292 int *alloc_down) in tb_tunnel_alloc_bandwidth() argument 2298 return tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
|
/Linux-v6.6/arch/powerpc/kernel/ |
D | prom_init.c | 1532 static unsigned long __init alloc_down(unsigned long size, unsigned long align, in alloc_down() function 1850 base = alloc_down(size, PAGE_SIZE, 0); in prom_instantiate_rtas() 1941 base = alloc_down(size, PAGE_SIZE, 0); in prom_instantiate_sml() 2038 base = alloc_down(minsize, align, 1); in prom_initialize_tce_table()
|