Searched refs:alloc_down (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 1273 int *alloc_down) in tb_dp_alloc_bandwidth() argument 1286 tmp = min(*alloc_down, max_bw_rounded); in tb_dp_alloc_bandwidth() 1290 *alloc_down = tmp; in tb_dp_alloc_bandwidth() 1297 *alloc_down = 0; in tb_dp_alloc_bandwidth() 2542 int *alloc_down) in tb_tunnel_alloc_bandwidth() argument 2550 ret = tunnel->alloc_bandwidth(tunnel, alloc_up, alloc_down); in tb_tunnel_alloc_bandwidth()
|
| /linux/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()
|