Home
last modified time | relevance | path

Searched refs:start_time (Results 1 – 9 of 9) sorted by relevance

/net/mac80211/
Doffchannel.c208 remaining = roc->start_time + in ieee80211_end_finished_rocs()
238 unsigned long start_time) in ieee80211_handle_roc_started() argument
243 roc->start_time = start_time; in ieee80211_handle_roc_started()
506 remaining = cur_roc->start_time + in ieee80211_coalesce_hw_started_roc()
638 u32 elapsed = jiffies_to_msecs(now - tmp->start_time); in ieee80211_start_roc_work()
Dieee80211_i.h346 unsigned long start_time; member
Dutil.c4715 data->desc[i].start = le32_to_cpu(desc->start_time); in ieee80211_parse_p2p_noa()
/net/batman-adv/
Dtp_meter.c216 unsigned long start_time, u64 total_sent, in batadv_tp_batctl_notify() argument
225 test_time = jiffies_to_msecs(jiffies - start_time); in batadv_tp_batctl_notify()
425 tp_vars->start_time, in batadv_tp_sender_end()
1017 tp_vars->start_time = jiffies; in batadv_tp_start()
Dtypes.h1385 unsigned long start_time; member
/net/netfilter/
Dnf_conntrack_core.c71 u32 start_time; member
1458 u32 end_time, start_time = nfct_time_stamp; in gc_worker() local
1474 gc_work->start_time = start_time; in gc_worker()
1480 end_time = start_time + GC_SCAN_MAX_DURATION; in gc_worker()
1516 delta_time = nfct_time_stamp - gc_work->start_time; in gc_worker()
1583 delta_time = max_t(s32, nfct_time_stamp - gc_work->start_time, 1); in gc_worker()
/net/core/
Dpktgen.c2263 ktime_t start_time, end_time; in spin() local
2274 start_time = ktime_get(); in spin()
2294 pkt_dev->idle_acc += ktime_to_ns(ktime_sub(end_time, start_time)); in spin()
Dsock.c4155 bool sk_busy_loop_end(void *p, unsigned long start_time) in sk_busy_loop_end() argument
4166 return sk_busy_loop_timeout(sk, start_time); in sk_busy_loop_end()
Ddev.c6266 unsigned long start_time = loop_end ? busy_loop_current_time() : 0; in napi_busy_loop() local
6317 if (!loop_end || loop_end(loop_end_arg, start_time)) in napi_busy_loop()
6327 if (loop_end(loop_end_arg, start_time)) in napi_busy_loop()