Searched refs:_timer (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | signal_32.c | 482 CHECK_SI_OFFSET(_timer); 485 CHECK_SI_SIZE (_timer, 3*sizeof(int)); 487 CHECK_SI_SIZE (_timer, 4*sizeof(int));
|
H A D | signal_64.c | 468 CHECK_SI_OFFSET(_timer); 469 CHECK_SI_SIZE (_timer, 6*sizeof(int));
|
/linux/drivers/scsi/bfa/ |
H A D | bfa.h | 431 #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 D | compat.h | 179 } _timer; member
|