Searched refs:alloc_up (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A 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,
|
H A 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() 2283 * @alloc_up: New upstream bandwidth in Mb/s 2287 * and updates @alloc_up and @alloc_down to that was actually allocated 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()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 1447 * allocated with either alloc_up or alloc_down isn't automatically 1459 static unsigned long __init alloc_up(unsigned long size, unsigned long align) in alloc_up() function 1468 prom_panic("alloc_up() called with mem not initialized\n"); in alloc_up() 2463 chunk = alloc_up(room, 0); in make_room() 2681 mem_start = (unsigned long)alloc_up(room, PAGE_SIZE); in flatten_device_tree()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 1475 * allocated with either alloc_up or alloc_down isn't automatically 1487 static unsigned long __init alloc_up(unsigned long size, unsigned long align) in alloc_up() function 1496 prom_panic("alloc_up() called with mem not initialized\n"); in alloc_up() 2493 chunk = alloc_up(room, 0); in make_room() 2711 mem_start = (unsigned long)alloc_up(room, PAGE_SIZE); in flatten_device_tree()
|
Completed in 12 milliseconds