Searched refs:rfs_may_expire (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.h | 23 timer_setup(&enic->rfs_h.rfs_may_expire, enic_flow_may_expire, 0); in enic_rfs_timer_start() 24 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_rfs_timer_start() 29 del_timer_sync(&enic->rfs_h.rfs_may_expire); in enic_rfs_timer_stop()
|
H A D | enic_clsf.c | 128 struct enic *enic = from_timer(enic, t, rfs_h.rfs_may_expire); in enic_flow_may_expire() 153 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_flow_may_expire()
|
H A D | enic.h | 124 * @rfs_may_expire: timer function for enic_rps_may_expire_flow 135 struct timer_list rfs_may_expire; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_clsf.h | 23 timer_setup(&enic->rfs_h.rfs_may_expire, enic_flow_may_expire, 0); in enic_rfs_timer_start() 24 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_rfs_timer_start() 29 del_timer_sync(&enic->rfs_h.rfs_may_expire); in enic_rfs_timer_stop()
|
H A D | enic_clsf.c | 128 struct enic *enic = from_timer(enic, t, rfs_h.rfs_may_expire); in enic_flow_may_expire() 153 mod_timer(&enic->rfs_h.rfs_may_expire, jiffies + HZ/4); in enic_flow_may_expire()
|
H A D | enic.h | 111 * @rfs_may_expire: timer function for enic_rps_may_expire_flow 122 struct timer_list rfs_may_expire; member
|
Completed in 4 milliseconds