Searched refs:SLAB_TEMPORARY (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/mm/ |
H A D | slab.h | 339 SLAB_RECLAIM_ACCOUNT | SLAB_TEMPORARY | \ 343 SLAB_TEMPORARY | SLAB_ACCOUNT | \ 362 SLAB_TEMPORARY | \
|
/openbmc/linux/fs/jbd2/ |
H A D | revoke.c | 197 SLAB_HWCACHE_ALIGN|SLAB_TEMPORARY); in jbd2_journal_init_revoke_record_cache() 210 SLAB_TEMPORARY); in jbd2_journal_init_revoke_table_cache()
|
H A D | journal.c | 2855 SLAB_TEMPORARY | SLAB_TYPESAFE_BY_RCU, in jbd2_journal_init_journal_head_cache() 3134 jbd2_handle_cache = KMEM_CACHE(jbd2_journal_handle, SLAB_TEMPORARY); in jbd2_journal_init_handle_cache()
|
H A D | transaction.c | 43 SLAB_HWCACHE_ALIGN|SLAB_TEMPORARY, in jbd2_journal_init_transaction_cache()
|
/openbmc/linux/include/linux/ |
H A D | slab.h | 165 #define SLAB_TEMPORARY SLAB_RECLAIM_ACCOUNT /* Objects are short-lived */ macro
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 2524 sizeof(struct urb_listitem), 0, SLAB_TEMPORARY | in isp1760_init_kmem_once() 2531 sizeof(struct isp1760_qtd), 0, SLAB_TEMPORARY | in isp1760_init_kmem_once() 2538 0, SLAB_TEMPORARY | SLAB_MEM_SPREAD, NULL); in isp1760_init_kmem_once()
|
/openbmc/linux/fs/btrfs/ |
H A D | transaction.c | 2674 SLAB_TEMPORARY | SLAB_MEM_SPREAD, NULL); in btrfs_transaction_init()
|