| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | kernel-timer.m4 | 4 dnl # Check if timer_list.func get passed a timer_list or an unsigned long 7 dnl # kernels that support the new timer_list.func signature. 17 struct timer_list timer; 21 void task_expire(struct timer_list *tl) 34 void task_expire(struct timer_list *tl) {} 36 struct timer_list tl; 43 struct timer_list tl; 58 AC_MSG_CHECKING([whether timer function expects timer_list]) 62 [timer_list.function gets a timer_list]) 67 AC_MSG_CHECKING([whether struct timer_list has flags]) [all …]
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | timer.h | 40 struct timer_list { struct 44 void (*function_415) (struct timer_list *); argument 81 extern int mod_timer(struct timer_list *, int); 82 extern void add_timer(struct timer_list *); 83 extern void add_timer_on(struct timer_list *, int cpu); 84 extern int del_timer(struct timer_list *); 85 extern int del_timer_sync(struct timer_list *);
|
| /freebsd-13.1/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-13.1/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiapi.h | 63 #define timer_list callout macro 337 struct timer_list osTimerList; // card timer list 339 struct timer_list tdTimerList; // tdlayer timer list 341 struct timer_list tiTimerList; // tilayer timer list
|
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | timer.h | 66 typedef struct timer_list *spl_timer_list_t; 74 timer_setup(struct timer_list *timer, void (*func)(spl_timer_list_t), u32 fl) in timer_setup()
|
| H A D | taskq.h | 112 struct timer_list tqent_timer;
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 217 struct timer_list timer; 224 struct timer_list *tmr = (struct timer_list *)t; in __cv_wakeup() 235 struct timer_list *timer = &task_timer.timer; in spl_io_schedule_timeout()
|
| H A D | spl-taskq.c | 259 struct timer_list *tmr = (struct timer_list *)tl; in task_expire()
|
| /freebsd-13.1/contrib/bsnmp/snmpd/ |
| H A D | snmpd.h | 99 extern LIST_HEAD(timer_list, timer) timer_list;
|
| H A D | main.c | 162 struct timer_list timer_list = LIST_HEAD_INITIALIZER(timer_list); variable 1863 LIST_INSERT_HEAD(&timer_list, tp, link); in timer_start() 1910 LIST_INSERT_HEAD(&timer_list, tp, link); in timer_start_repeat() 1951 t = LIST_FIRST(&timer_list); in timer_flush()
|
| /freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 85 struct timer_list suspend_timer;
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-dbg-tlv.c | 52 struct timer_list timer; 370 struct list_head *timer_list = &trans->dbg.periodic_trig_list; in iwl_dbg_tlv_del_timers() local 373 list_for_each_entry_safe(node, tmp, timer_list, list) { in iwl_dbg_tlv_del_timers() 926 static void iwl_dbg_tlv_periodic_trig_handler(struct timer_list *t) in iwl_dbg_tlv_periodic_trig_handler()
|
| H A D | iwl-trans.h | 918 struct timer_list stuck_timer;
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | rdmavt_qp.h | 374 struct timer_list s_timer;
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_compat.c | 2069 struct timer_list *timer; in linux_timer_callback_wrapper() 2084 mod_timer(struct timer_list *timer, int expires) in mod_timer() 2099 add_timer(struct timer_list *timer) in add_timer() 2108 add_timer_on(struct timer_list *timer, int cpu) in add_timer_on() 2117 del_timer(struct timer_list *timer) in del_timer() 2126 del_timer_sync(struct timer_list *timer) in del_timer_sync()
|
| /freebsd-13.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | iw_cxgbe.h | 487 struct timer_list timer; 857 struct timer_list timer;
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | mvm.h | 633 struct timer_list reorder_timer; 688 struct timer_list session_timer; 2067 void iwl_mvm_reorder_timer_expired(struct timer_list *t);
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib.h | 402 struct timer_list poll_timer;
|
| /freebsd-13.1/sys/dev/mthca/ |
| H A D | mthca_dev.h | 285 struct timer_list timer;
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_generic.c | 153 struct timer_list timer;
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_en/ |
| H A D | en.h | 397 struct timer_list timer;
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib.h | 748 struct timer_list delay_timer;
|
| /freebsd-13.1/sys/dev/mlx5/ |
| H A D | driver.h | 496 struct timer_list timer;
|
| /freebsd-13.1/sys/dev/mlx4/mlx4_core/ |
| H A D | mlx4.h | 728 struct timer_list timer;
|