Searched refs:start_time (Results 1 – 9 of 9) sorted by relevance
/net/mac80211/ |
D | offchannel.c | 208 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()
|
D | ieee80211_i.h | 346 unsigned long start_time; member
|
D | util.c | 4715 data->desc[i].start = le32_to_cpu(desc->start_time); in ieee80211_parse_p2p_noa()
|
/net/batman-adv/ |
D | tp_meter.c | 216 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()
|
D | types.h | 1385 unsigned long start_time; member
|
/net/netfilter/ |
D | nf_conntrack_core.c | 71 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/ |
D | pktgen.c | 2263 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()
|
D | sock.c | 4155 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()
|
D | dev.c | 6266 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()
|