Searched refs:frozen (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dhash.c386 table->frozen = 0;
475 if (!table->frozen && table->count > table->size * 3 / 4)
486 table->frozen = 1;
576 table->frozen = 1;
586 table->frozen = 0;
H A Dbfd-in.h434 unsigned int frozen:1;
428 unsigned int frozen:1; member in struct:bfd_hash_table
H A Dbfd-in2.h441 unsigned int frozen:1;
435 unsigned int frozen:1; member in struct:bfd_hash_table
/freebsd-11-stable/sys/cam/ata/
H A Data_pmp.c102 int frozen; member in struct:pmp_softc
182 mask &= ~softc->frozen;
189 softc->frozen |= (1 << i);
204 mask &= softc->frozen;
211 softc->frozen &= ~(1 << i);
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c506 * If the queue was frozen waiting for the response
667 * so make sure the queue is not left frozen.
704 int frozen; local
706 frozen = (done_ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
715 if (frozen != 0)
H A Dscsi_ch.c670 int frozen, retry_scheduled; local
674 frozen = (done_ccb->ccb_h.status &
696 if (frozen)
H A Dscsi_da.c3942 int frozen; local
4025 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
4028 if (frozen) {
H A Dscsi_cd.c2876 int frozen, found; local
3004 frozen = (ccb->ccb_h.status & CAM_DEV_QFRZN) != 0;
3007 if (frozen) {
/freebsd-11-stable/sys/dev/siis/
H A Dsiis.c892 if (ch->frozen) {
893 union ccb *fccb = ch->frozen;
894 ch->frozen = NULL;
1358 /* Unfreeze frozen command. */
1359 if (ch->frozen && !siis_check_collision(dev, ch->frozen)) {
1360 union ccb *fccb = ch->frozen;
1361 ch->frozen = NULL;
1591 /* Requeue frozen command. */
1592 if (ch->frozen) {
[all...]
H A Dsiis.h394 union ccb *frozen; /* Frozen command */ member in struct:siis_channel
/freebsd-11-stable/sys/dev/ahci/
H A Dahci.c1421 if (ch->frozen) {
1422 union ccb *fccb = ch->frozen;
1423 ch->frozen = NULL;
1839 /* Handle frozen command. */
1840 if (ch->frozen) {
1841 union ccb *fccb = ch->frozen;
1842 ch->frozen = NULL;
2074 /* Unfreeze frozen command. */
2075 if (ch->frozen && !ahci_check_collision(ch, ch->frozen)) {
[all...]
H A Dahci.h452 union ccb *frozen; /* Frozen command */ member in struct:ahci_channel
/freebsd-11-stable/sys/cam/
H A Dcam_periph.c1765 int frozen, error, openings, devctl_err; local
1772 frozen = (status & CAM_DEV_QFRZN) != 0;
1980 if (frozen != 0)
1984 if (frozen != 0)
/freebsd-11-stable/sys/dev/mvs/
H A Dmvs.c1594 /* Handle frozen command. */
1760 /* Unfreeze frozen command. */
1761 if (ch->frozen && !mvs_check_collision(dev, ch->frozen)) {
1762 union ccb *fccb = ch->frozen;
1763 ch->frozen = NULL;
1957 union ccb *fccb = ch->frozen;
1960 ch->frozen = NULL;
2284 ch->frozen = ccb;
2285 /* We have only one frozen slo
[all...]
H A Dmvs.h580 union ccb *frozen; /* Frozen command */ member in struct:mvs_channel
/freebsd-11-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c1646 int frozen; local
1648 frozen = sc->vtscsi_frozen;
1658 /* Freeze the SIMQ if transitioned to frozen. */
1659 if (frozen == 0 && sc->vtscsi_frozen != 0) {
1660 vtscsi_dprintf(sc, VTSCSI_INFO, "SIMQ frozen\n");
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzil.c1804 * TXG (not itxg_txg) even when the SPA is frozen.
2079 boolean_t frozen = txg > spa_freeze_txg(spa); local
2118 * Finally, if the pool is frozen, we _always_ commit the
2122 * data; i.e. when the pool is frozen, the last synced txg
2125 if (frozen || !synced || lrc->lrc_txtype == TX_COMMIT) {
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h447 unsigned int frozen:1;
441 unsigned int frozen:1; member in struct:bfd_hash_table

Completed in 375 milliseconds