Home
last modified time | relevance | path

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

/linux/Documentation/mm/
H A Dallocation-profiling.rst60 - stashes a pointer to it in task_struct
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c1008 kfree(txq_grp->stashes); in idpf_txq_group_rel()
1361 struct idpf_txq_stash *stashes; in idpf_txq_group_alloc() local
1375 stashes = kcalloc(num_txq, sizeof(*stashes), in idpf_txq_group_alloc()
1377 if (!stashes) in idpf_txq_group_alloc()
1380 tx_qgrp->stashes = stashes; in idpf_txq_group_alloc()
1403 q->stash = &stashes[j]; in idpf_txq_group_alloc()
H A Didpf_txrx.h922 struct idpf_txq_stash *stashes; member