Home
last modified time | relevance | path

Searched refs:this_slot (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lnet/selftest/
Dtimer.c152 unsigned long this_slot; in stt_check_timers() local
155 this_slot = now & STTIMER_SLOTTIMEMASK; in stt_check_timers()
159 while (cfs_time_aftereq(this_slot, *last)) { in stt_check_timers()
160 expired += stt_expire_list(STTIMER_SLOT(this_slot), now); in stt_check_timers()
161 this_slot = cfs_time_sub(this_slot, STTIMER_SLOTTIME); in stt_check_timers()
/linux-4.4.14/arch/ia64/sn/kernel/sn2/
Dsn_hwperf.c112 int this_rack, this_bay, this_slot, this_slab; in sn_hwperf_geoid_to_cnode() local
126 this_slot = geo_slot(geoid); in sn_hwperf_geoid_to_cnode()
129 slot == this_slot && slab == this_slab) { in sn_hwperf_geoid_to_cnode()