Searched refs:alloc_down (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/thunderbolt/ |
| H A D | tunnel.h | 89 int *alloc_down); 163 int *alloc_down);
|
| H A D | tunnel.c | 1191 int *alloc_down) in tb_dp_alloc_bandwidth() argument 1204 tmp = min(*alloc_down, max_bw_rounded); in tb_dp_alloc_bandwidth() 1208 *alloc_down = tmp; in tb_dp_alloc_bandwidth() 1215 *alloc_down = 0; in tb_dp_alloc_bandwidth() 2447 int *alloc_down) in tb_tunnel_alloc_bandwidth() argument 2453 return tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | prom_init.c | 1540 static unsigned long __init alloc_down(unsigned long size, unsigned long align, in alloc_down() function 1858 base = alloc_down(size, PAGE_SIZE, 0); in prom_instantiate_rtas() 1949 base = alloc_down(size, PAGE_SIZE, 0); in prom_instantiate_sml() 2046 base = alloc_down(minsize, align, 1); in prom_initialize_tce_table()
|