Home
last modified time | relevance | path

Searched refs:b_state (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2223 old_state = hdr->b_l1hdr.b_state; in arc_change_state()
2406 hdr->b_l1hdr.b_state = new_state; in arc_change_state()
3129 hdr->b_l1hdr.b_state = arc_anon; in arc_hdr_alloc()
3187 nhdr->b_l1hdr.b_state = arc_l2c_only; in arc_hdr_realloc()
3317 nhdr->b_l1hdr.b_state = hdr->b_l1hdr.b_state; in arc_hdr_realloc_crypt()
3376 hdr->b_l1hdr.b_state = NULL; in arc_hdr_realloc_crypt()
3742 if (hdr->b_l1hdr.b_state == arc_anon) { in arc_buf_destroy()
3787 state = hdr->b_l1hdr.b_state; in arc_evict_hdr()
5283 hdr->b_l1hdr.b_state == arc_mfu); in arc_buf_access()
5551 if (hdr->b_l1hdr.b_state != arc_anon) in arc_read_done()
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c593 int b_state; member
619 lap->hba_rstate = bus_devinfo_to_recep_state(bstate.b_state); in do_stat_bus()
683 bsp->b_state = di_state(node); in get_bus_state()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c1737 switch (bp->b_state) { in dr_attach_update_state()
1824 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1885 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1964 bstate = bp->b_state; in dr_detach_update_state()
1973 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2103 if (bp->b_state != new_state) { in dr_dev_cancel()
2769 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2772 bp->b_state = st; in dr_board_transition()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c1769 switch (bp->b_state) { in dr_attach_update_state()
1856 if ((bp->b_state != DR_STATE_RELEASE) && in dr_release_update_state()
1917 if ((bp->b_state == DR_STATE_RELEASE) && in dr_release_done()
1996 bstate = bp->b_state; in dr_detach_update_state()
2005 } else if ((bp->b_state != DR_STATE_PARTIAL) && in dr_detach_update_state()
2135 if (bp->b_state != new_state) { in dr_dev_cancel()
2799 state_str[bp->b_state], bp->b_state, in dr_board_transition()
2802 bp->b_state = st; in dr_board_transition()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4048 uintptr_t b_state; member
4160 GETMEMB(addr + data->l1hdr_off, "l1arc_buf_hdr", b_state, in arc_compression_stats_cb()
4161 hdr.b_l1hdr.b_state) == -1) in arc_compression_stats_cb()
4169 if (hdr.b_l1hdr.b_state == data->mrug_sym.st_value || in arc_compression_stats_cb()
4170 hdr.b_l1hdr.b_state == data->mfug_sym.st_value || in arc_compression_stats_cb()
4171 hdr.b_l1hdr.b_state == data->l2c_sym.st_value) { in arc_compression_stats_cb()
4236 if (hdr.b_l1hdr.b_state == data->anon_sym.st_value) { in arc_compression_stats_cb()
4240 } else if (hdr.b_l1hdr.b_state == data->mru_sym.st_value) { in arc_compression_stats_cb()
4244 } else if (hdr.b_l1hdr.b_state == data->mfu_sym.st_value) { in arc_compression_stats_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h166 arc_state_t *b_state; member
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h359 dr_state_t b_state; /* board DR state */ member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h390 dr_state_t b_state; /* board DR state */ member