Home
last modified time | relevance | path

Searched refs:_timer (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/
H A Dsignal_32.c482 CHECK_SI_OFFSET(_timer);
485 CHECK_SI_SIZE (_timer, 3*sizeof(int));
487 CHECK_SI_SIZE (_timer, 4*sizeof(int));
H A Dsignal_64.c468 CHECK_SI_OFFSET(_timer);
469 CHECK_SI_SIZE (_timer, 6*sizeof(int));
/linux/drivers/scsi/bfa/
H A Dbfa.h431 #define bfa_timer_start(_bfa, _timer, _timercb, _arg, _timeout) \ argument
432 bfa_timer_begin(&(_bfa)->timer_mod, _timer, _timercb, _arg, _timeout)
/linux/include/linux/
H A Dcompat.h179 } _timer; member