Searched refs:lastphase (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/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() 1381 u_int lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_seqint() local 1386 if (lastphase == ahc_phase_table[i].phase) in ahc_handle_seqint() 1614 u_int lastphase; in ahc_handle_scsiint() local 1620 lastphase = ahc_inb(ahc, LASTPHASE); in ahc_handle_scsiint() [all …]
|
D | aic79xx_core.c | 2161 u_int lastphase; in ahd_handle_seqint() local 2163 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2168 lastphase, ahd_inb(ahd, SCSISIGI)); in ahd_handle_seqint() 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() 2197 u_int lastphase; in ahd_handle_seqint() local 2203 lastphase = ahd_inb(ahd, LASTPHASE); in ahd_handle_seqint() 2207 ahd_lookup_phase_entry(lastphase)->phasemsg, in ahd_handle_seqint() 2662 u_int lastphase; in ahd_handle_transmission_error() local [all …]
|
/linux-6.6.21/kernel/rcu/ |
D | rcutorture.c | 3026 bool lastphase = false; in rcu_torture_barrier_cbs() local 3036 smp_load_acquire(&barrier_phase)) != lastphase || in rcu_torture_barrier_cbs() 3038 lastphase = newphase; in rcu_torture_barrier_cbs()
|