Home
last modified time | relevance | path

Searched refs:alloc_up (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/thunderbolt/
H A Dtunnel.h62 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 Dtunnel.c976 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()
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()
/openbmc/linux/arch/powerpc/kernel/
H A Dprom_init.c1487 static unsigned long __init alloc_up(unsigned long size, unsigned long align) in alloc_up() function
2493 chunk = alloc_up(room, 0); in make_room()
2711 mem_start = (unsigned long)alloc_up(room, PAGE_SIZE); in flatten_device_tree()