Searched refs:SLAB_TEMPORARY (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/ |
| H A D | slab.h | 489 SLAB_TEMPORARY | SLAB_ACCOUNT | \
|
| /linux/drivers/usb/isp1760/ |
| H A D | isp1760-hcd.c | 2524 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 D | slab.h | 246 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */ macro
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 2707 SLAB_TEMPORARY | SLAB_TYPESAFE_BY_RCU, in jbd2_journal_init_journal_head_cache() 2985 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
|
| /linux/fs/btrfs/ |
| H A D | transaction.c | 2759 btrfs_trans_handle_cachep = KMEM_CACHE(btrfs_trans_handle, SLAB_TEMPORARY); in btrfs_transaction_init()
|