Home
last modified time | relevance | path

Searched refs:SLAB_TEMPORARY (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
H A Dslab.h416 SLAB_TEMPORARY | SLAB_ACCOUNT | \
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2524 sizeof(struct urb_listitem), 0, SLAB_TEMPORARY, NULL); in isp1760_init_kmem_once()
2530 sizeof(struct isp1760_qtd), 0, SLAB_TEMPORARY, NULL); in isp1760_init_kmem_once()
2536 0, SLAB_TEMPORARY, NULL); in isp1760_init_kmem_once()
/linux/include/linux/
H A Dslab.h240 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */ macro
/linux/fs/btrfs/
H A Dtransaction.c2745 btrfs_trans_handle_cachep = KMEM_CACHE(btrfs_trans_handle, SLAB_TEMPORARY); in btrfs_transaction_init()