Searched refs:idle (Results 1 – 14 of 14) sorted by relevance
/net/ax25/ |
D | ax25_timer.c | 73 if (ax25->idle > 0) in ax25_start_idletimer() 74 mod_timer(&ax25->idletimer, jiffies + ax25->idle); in ax25_start_idletimer()
|
D | af_ax25.c | 447 ax25->idle = ax25_ctl.arg * 60 * HZ; in ax25_ctl_ioctl() 478 ax25->idle = msecs_to_jiffies(ax25_dev->values[AX25_VALUES_IDLE]); in ax25_fillin_cb_from_dev() 512 ax25->idle = msecs_to_jiffies(AX25_DEF_IDLE); in ax25_fillin_cb() 631 ax25->idle = opt * 60 * HZ; in ax25_setsockopt() 754 val = ax25->idle / (60 * HZ); in ax25_getsockopt() 960 ax25->idle = oax25->idle; in ax25_make_new() 1852 ax25_info.idle = ax25->idle / (60 * HZ); in ax25_ioctl() 1981 ax25->idle / (60 * HZ), in ax25_info_show()
|
/net/rose/ |
D | rose_timer.c | 96 if (rose->idle > 0) { in rose_start_idletimer() 98 rose->idletimer.expires = jiffies + rose->idle; in rose_start_idletimer()
|
D | af_rose.c | 443 rose->idle = opt * 60 * HZ; in rose_setsockopt() 494 val = rose->idle / (60 * HZ); in rose_getsockopt() 582 rose->idle = msecs_to_jiffies(sysctl_rose_no_activity_timeout); in rose_create() 627 rose->idle = orose->idle; in rose_make_new() 1488 rose->idle / (60 * HZ), in rose_info_show()
|
/net/netrom/ |
D | nr_timer.c | 73 if (nr->idle > 0) in nr_start_idletimer() 74 sk_reset_timer(sk, &nr->idletimer, jiffies + nr->idle); in nr_start_idletimer()
|
D | af_netrom.c | 340 nr->idle = opt * 60 * HZ; in nr_setsockopt() 383 val = nr->idle / (60 * HZ); in nr_getsockopt() 463 nr->idle = in nr_create() 509 nr->idle = onr->idle; in nr_make_new() 1326 nr->idle / (60 * HZ), in nr_info_show()
|
/net/rxrpc/ |
D | sendmsg.c | 544 if (p->call.nr_timeouts >= 2 && p->call.timeouts.idle > 60 * 60 * 1000) in rxrpc_sendmsg_cmsg() 699 j = msecs_to_jiffies(p.call.timeouts.idle); in rxrpc_do_sendmsg() 700 if (p.call.timeouts.idle > 0 && j == 0) in rxrpc_do_sendmsg()
|
D | call_object.c | 224 if (p->timeouts.idle) in rxrpc_alloc_client_call() 225 call->next_req_timo = min(msecs_to_jiffies(p->timeouts.idle), 1UL); in rxrpc_alloc_client_call()
|
D | ar-internal.h | 767 u32 idle; /* Max time since last data packet (msec) */ member
|
/net/netfilter/ipvs/ |
D | Kconfig | 266 When there is an idle server available, the job will be sent to 267 the idle server, instead of waiting for a fast one. When there 268 is no idle server available, the job will be sent to the server
|
/net/core/ |
D | pktgen.c | 565 u64 idle; in pktgen_if_show() local 691 idle = pkt_dev->idle_acc; in pktgen_if_show() 692 do_div(idle, NSEC_PER_USEC); in pktgen_if_show() 715 (unsigned long long) idle); in pktgen_if_show() 3278 ktime_t idle = ns_to_ktime(pkt_dev->idle_acc); in show_results() local 3282 (unsigned long long)ktime_to_us(ktime_sub(elapsed, idle)), in show_results() 3283 (unsigned long long)ktime_to_us(idle), in show_results()
|
/net/mac80211/ |
D | trace.h | 415 __field(bool, idle) 439 __entry->idle = sdata->vif.cfg.idle;
|
D | chan.c | 894 sdata->vif.cfg.idle = !conf; in ieee80211_assign_link_chanctx()
|
D | iface.c | 1755 sdata->vif.cfg.idle = true; in ieee80211_setup_sdata()
|