Home
last modified time | relevance | path

Searched refs:timer_type (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/
H A Dxt_IDLETIMER.c42 u8 timer_type; member
75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show()
218 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1()
219 info->timer->timer_type = info->timer_type; in idletimer_tg_create_v1()
224 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_create_v1()
275 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_target_v1()
359 if (info->timer_type > XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
368 if (info->timer->timer_type != info->timer_type) { in idletimer_tg_checkentry_v1()
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dxt_IDLETIMER.c42 u8 timer_type; member
75 if (timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_show()
218 pr_debug("timer type value is %u", info->timer_type); in idletimer_tg_create_v1()
219 info->timer->timer_type = info->timer_type; in idletimer_tg_create_v1()
224 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_create_v1()
275 if (info->timer->timer_type & XT_IDLETIMER_ALARM) { in idletimer_tg_target_v1()
359 if (info->timer_type > XT_IDLETIMER_ALARM) { in idletimer_tg_checkentry_v1()
368 if (info->timer->timer_type != info->timer_type) { in idletimer_tg_checkentry_v1()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h37 __u8 timer_type; member
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H A Dxt_IDLETIMER.h37 __u8 timer_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/
H A Dxt_IDLETIMER.h37 __u8 timer_type; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H A Dxt_IDLETIMER.h37 __u8 timer_type; member
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dtlan.c254 priv->timer_type != TLAN_TIMER_ACTIVITY) { in tlan_set_timer()
264 priv->timer_type = type; in tlan_set_timer()
1409 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_tx_eof()
1411 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_tx_eof()
1560 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_rx_eof()
1562 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_rx_eof()
1823 switch (priv->timer_type) { in tlan_timer()
H A Dtlan.h196 u32 timer_type; member
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dtlan.c256 priv->timer_type != TLAN_TIMER_ACTIVITY) { in tlan_set_timer()
264 priv->timer_type = type; in tlan_set_timer()
1411 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_tx_eof()
1413 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_tx_eof()
1562 priv->timer_type = TLAN_TIMER_ACTIVITY; in tlan_handle_rx_eof()
1564 } else if (priv->timer_type == TLAN_TIMER_ACTIVITY) { in tlan_handle_rx_eof()
1825 switch (priv->timer_type) { in tlan_timer()
H A Dtlan.h196 u32 timer_type; member
/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Dcomedi.h697 * @timer_type: Timer type. Always set to %5 ("nanosecond timer").
788 unsigned int timer_type; member
H A Dcomedi_fops.c999 us->timer_type = TIMER_nanosec; in do_subdinfo_ioctl()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dcomedi.h697 * @timer_type: Timer type. Always set to %5 ("nanosecond timer").
788 unsigned int timer_type; member
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_3ad.c379 * @timer_type: which timer to operate
382 * If @timer_type is %current_while_timer, @par indicates long/short timer.
383 * If @timer_type is %periodic_timer, @par is one of %FAST_PERIODIC_TIME,
386 static u16 __ad_timer_to_ticks(u16 timer_type, u16 par) in __ad_timer_to_ticks() argument
390 switch (timer_type) { in __ad_timer_to_ticks()
/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_3ad.c398 * @timer_type: which timer to operate
401 * If @timer_type is %current_while_timer, @par indicates long/short timer.
402 * If @timer_type is %periodic_timer, @par is one of %FAST_PERIODIC_TIME,
405 static u16 __ad_timer_to_ticks(u16 timer_type, u16 par) in __ad_timer_to_ticks() argument
409 switch (timer_type) { in __ad_timer_to_ticks()
/kernel/linux/linux-6.6/drivers/comedi/
H A Dcomedi_fops.c1003 us->timer_type = TIMER_nanosec; in do_subdinfo_ioctl()

Completed in 32 milliseconds