Searched refs:alloc_up (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thunderbolt/ |
| H A D | tunnel.c | 1272 static int tb_dp_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, in tb_dp_alloc_bandwidth() argument 1291 *alloc_up = 0; in tb_dp_alloc_bandwidth() 1293 tmp = min(*alloc_up, max_bw_rounded); in tb_dp_alloc_bandwidth() 1298 *alloc_up = tmp; in tb_dp_alloc_bandwidth() 2541 int tb_tunnel_alloc_bandwidth(struct tb_tunnel *tunnel, int *alloc_up, 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 | 1495 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()
|