Searched refs:kmalloc (Results 1 – 4 of 4) sorted by relevance
70 kmalloc(sizeof(*irq_node), GFP_KERNEL); in qbman_request_irq()
77 portal->pools = kmalloc(2 * sizeof(*pools), GFP_KERNEL); in bman_create_portal()205 pool = kmalloc(sizeof(*pool), GFP_KERNEL); in bman_new_pool()
560 portal->cgrs = kmalloc(2 * sizeof(*cgrs), GFP_KERNEL); in qman_init_portal()
341 #define kmalloc(sz, t) rte_malloc(NULL, sz, 0) macro