| /freebsd-src/sys/contrib/openzfs/config/ |
| H A D | kernel-timer.m4 | |
| /freebsd-src/sys/compat/linuxkpi/common/include/linux/ |
| H A D | timer.h | 38 struct timer_list { struct 42 void (*function_415) (struct timer_list *); argument 79 extern int mod_timer(struct timer_list *, int); 80 extern void add_timer(struct timer_list *); 81 extern void add_timer_on(struct timer_list *, int cpu); 82 extern int del_timer(struct timer_list *); 83 extern int del_timer_sync(struct timer_list *); 84 extern int timer_delete_sync(struct timer_list *); 85 extern int timer_shutdown_sync(struct timer_list *);
|
| /freebsd-src/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 57 struct timer_list *t = (struct timer_list *) arg; in run_timer() 80 vchiq_init_timer(struct timer_list *t) in vchiq_init_timer() 92 vchiq_setup_timer(struct timer_list *t, void (*function)(unsigned long), unsigned long data) in vchiq_setup_timer() 100 vchiq_mod_timer(struct timer_list *t, unsigned long expires) in vchiq_mod_timer() 108 vchiq_add_timer(struct timer_list *t) in vchiq_add_timer() 114 vchiq_del_timer_sync(struct timer_list *t) in vchiq_del_timer_sync() 125 vchiq_del_timer(struct timer_list *t) in vchiq_del_timer()
|
| H A D | vchi_bsd.h | 190 struct timer_list { struct 199 void vchiq_init_timer(struct timer_list *t); argument 200 void vchiq_setup_timer(struct timer_list *t, void (*function)(unsigned long), unsigned long data); 201 void vchiq_mod_timer(struct timer_list *t, unsigned long expires); 202 void vchiq_add_timer(struct timer_list *t); 203 int vchiq_del_timer(struct timer_list *t); 204 int vchiq_del_timer_sync(struct timer_list *t);
|
| /freebsd-src/sys/contrib/dev/athk/ath10k/ |
| H A D | pci.h | 127 struct timer_list rx_post_retry; 154 struct timer_list ps_timer; 238 void ath10k_pci_rx_replenish_retry(struct timer_list *t);
|
| H A D | snoc.h | 75 struct timer_list rx_post_retry;
|
| H A D | sdio.h | 227 struct timer_list sleep_timer;
|
| /freebsd-src/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.h | 62 #define timer_list callout macro 336 struct timer_list osTimerList; // card timer list 338 struct timer_list tdTimerList; // tdlayer timer list 340 struct timer_list tiTimerList; // tilayer timer list
|
| /freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | timer.h | |
| H A D | taskq.h | 147 struct timer_list tqent_timer;
|
| /freebsd-src/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | |
| /freebsd-src/contrib/bsnmp/snmpd/ |
| H A D | snmpd.h | 99 extern LIST_HEAD(timer_list, timer) timer_list;
|
| /freebsd-src/sys/contrib/dev/athk/ath12k/ |
| H A D | ce.h | 169 void ath12k_ce_rx_replenish_retry(struct timer_list *t);
|
| H A D | dp_rx.h | 32 struct timer_list frag_timer;
|
| H A D | core.h | 702 struct timer_list rx_replenish_retry; 788 struct timer_list mon_reap_timer;
|
| /freebsd-src/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 85 struct timer_list suspend_timer;
|
| /freebsd-src/sys/contrib/dev/mediatek/mt76/ |
| H A D | mt792x.h | 125 struct timer_list roc_timer; 257 void mt792x_roc_timer(struct timer_list *timer);
|
| /freebsd-src/sys/dev/qat/qat_common/ |
| H A D | adf_gen4_timer.c | 58 timer_handler(struct timer_list *tl) in timer_handler()
|
| /freebsd-src/sys/contrib/dev/athk/ath11k/ |
| H A D | ce.h | 196 void ath11k_ce_rx_replenish_retry(struct timer_list *t);
|
| /freebsd-src/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 1922 struct timer_list *timer; in linux_timer_callback_wrapper() 1941 mod_timer(struct timer_list *timer, int expires) in mod_timer() 1956 add_timer(struct timer_list *timer) in add_timer() 1965 add_timer_on(struct timer_list *timer, int cpu) in add_timer_on() 1974 del_timer(struct timer_list *timer) in del_timer() 1983 del_timer_sync(struct timer_list *timer) in del_timer_sync() 1992 timer_delete_sync(struct timer_list *timer) in timer_delete_sync() 1999 timer_shutdown_sync(struct timer_list *timer) in timer_shutdown_sync()
|
| /freebsd-src/contrib/ofed/libirdma/ |
| H A D | osdep.h | 52 #define OS_TIMER timer_list
|
| /freebsd-src/sys/contrib/dev/mediatek/mt76/mt7615/ |
| H A D | mt7615.h | 191 struct timer_list roc_timer; 457 void mt7615_roc_timer(struct timer_list *timer);
|
| /freebsd-src/sys/contrib/dev/athk/ |
| H A D | ath.h | 45 struct timer_list timer;
|
| /freebsd-src/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-dbg-tlv.c | 52 struct timer_list timer; 379 struct list_head *timer_list = &trans->dbg.periodic_trig_list; in iwl_dbg_tlv_del_timers() 382 list_for_each_entry_safe(node, tmp, timer_list, list) { in iwl_dbg_tlv_del_timers() 949 static void iwl_dbg_tlv_periodic_trig_handler(struct timer_list *t) in iwl_dbg_tlv_periodic_trig_handler() 376 struct list_head *timer_list = &trans->dbg.periodic_trig_list; iwl_dbg_tlv_del_timers() local
|
| /freebsd-src/sys/dev/irdma/ |
| H A D | osdep.h | 61 #define OS_TIMER timer_list
|