Searched refs:lastphase (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/scsi/aic7xxx/ |
D | aic7xxx_core.c | 1211 u_int lastphase; in ahc_handle_seqint() local 1213 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1217 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 1222 u_int lastphase; in ahc_handle_seqint() local 1224 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() 1228 lastphase, ahc_inb(ahc, SCSISIGI)); in ahc_handle_seqint() 1382 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() local 1387 if (lastphase == ahc_phase_table[i].phase) in ahc_handle_seqint() 1615 u_int lastphase; in ahc_handle_scsiint() local 1621 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() [all …]
|
D | aic79xx_core.c | 2173 u_int lastphase; in ahd_handle_seqint() local 2175 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2180 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 2185 u_int lastphase; in ahd_handle_seqint() local 2187 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2192 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 2209 u_int lastphase; in ahd_handle_seqint() local 2215 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2219 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint() 2675 u_int lastphase; in ahd_handle_transmission_error() local [all …]
|
/Linux-v5.4/kernel/rcu/ |
D | rcutorture.c | 2012 bool lastphase = 0; in rcu_torture_barrier_cbs() local 2022 smp_load_acquire(&barrier_phase)) != lastphase || in rcu_torture_barrier_cbs() 2024 lastphase = newphase; in rcu_torture_barrier_cbs()
|