Searched refs:MD_ALLOCFLAGS (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/lvm/softpart/ |
H A D | sp.c | 471 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_ok() 486 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_send_stat_err() 544 err_ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_error() 996 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in md_sp_strategy() 1038 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS); in md_sp_strategy() 1147 ps = kmem_cache_alloc(sp_parent_cache, MD_ALLOCFLAGS); in sp_directed_read() 1176 cs = kmem_cache_alloc(sp_child_cache, MD_ALLOCFLAGS); in sp_directed_read()
|
/titanic_41/usr/src/uts/common/io/lvm/trans/ |
H A D | mdtrans.c | 146 sb = kmem_cache_alloc(trans_child_cache, MD_ALLOCFLAGS); in shadow_debug() 671 ps = kmem_cache_alloc(trans_parent_cache, MD_ALLOCFLAGS); in md_trans_strategy() 682 cb = kmem_cache_alloc(trans_child_cache, MD_ALLOCFLAGS); in md_trans_strategy()
|
/titanic_41/usr/src/uts/common/io/lvm/raid/ |
H A D | raid_resync.c | 990 ps = kmem_cache_alloc(raid_parent_cache, MD_ALLOCFLAGS); in resync_unit() 992 cs = kmem_cache_alloc(raid_child_cache, MD_ALLOCFLAGS); in resync_unit()
|
H A D | raid.c | 2194 MD_ALLOCFLAGS); in raid_iosetup() 3549 ps = kmem_cache_alloc(raid_parent_cache, MD_ALLOCFLAGS); in md_raid_strategy() 3580 cs = kmem_cache_alloc(raid_child_cache, MD_ALLOCFLAGS); in md_raid_strategy()
|
/titanic_41/usr/src/uts/common/io/lvm/mirror/ |
H A D | mirror.c | 3069 wowhdr = kmem_cache_alloc(mirror_wowblk_cache, MD_ALLOCFLAGS); in md_mirror_copy_write() 3422 cs = kmem_cache_alloc(mirror_child_cache, MD_ALLOCFLAGS); in continue_serial() 3918 ps = kmem_cache_alloc(mirror_parent_cache, MD_ALLOCFLAGS); in mirror_write_strategy() 4141 cs = kmem_cache_alloc(mirror_child_cache, MD_ALLOCFLAGS); in mirror_write_strategy() 4207 ps = kmem_cache_alloc(mirror_parent_cache, MD_ALLOCFLAGS); in mirror_read_strategy() 4400 cs = kmem_cache_alloc(mirror_child_cache, MD_ALLOCFLAGS); in mirror_read_strategy() 4744 MD_ALLOCFLAGS); in mirror_resync_message()
|
H A D | mirror_resync.c | 970 sp = kmem_cache_alloc(mirror_child_cache, MD_ALLOCFLAGS); in resync_read_buffer() 1207 ps = kmem_cache_alloc(mirror_parent_cache, MD_ALLOCFLAGS); in send_mn_resync_next_message()
|
/titanic_41/usr/src/uts/common/sys/lvm/ |
H A D | mdvar.h | 608 #define MD_ALLOCFLAGS (KM_PUSHPAGE | KM_SLEEP) macro
|
/titanic_41/usr/src/uts/common/io/lvm/stripe/ |
H A D | stripe.c | 750 ps = kmem_cache_alloc(stripe_parent_cache, MD_ALLOCFLAGS); in md_stripe_strategy() 779 cs = kmem_cache_alloc(stripe_child_cache, MD_ALLOCFLAGS); in md_stripe_strategy()
|