Searched refs:stashes (Results 1 – 2 of 2) sorted by relevance
1009 kfree(txq_grp->stashes); in idpf_txq_group_rel()1370 struct idpf_txq_stash *stashes; in idpf_txq_group_alloc() local1384 stashes = kcalloc(num_txq, sizeof(*stashes), in idpf_txq_group_alloc()1386 if (!stashes) in idpf_txq_group_alloc()1389 tx_qgrp->stashes = stashes; in idpf_txq_group_alloc()1412 q->stash = &stashes[j]; in idpf_txq_group_alloc()
921 struct idpf_txq_stash *stashes; member
Completed in 14 milliseconds