Searched refs:last_active (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/smb/server/mgmt/ |
| H A D | user_session.c | 405 sess->last_active = jiffies; in __session_lookup() 423 sess->last_active + SMB2_SESSION_TIMEOUT))) { in ksmbd_expire_session() 526 sess->last_active = jiffies; in ksmbd_session_lookup() 673 sess->last_active = jiffies; in __session_create()
|
| /linux/kernel/ |
| H A D | workqueue_internal.h | 51 unsigned long last_active; /* K: last active timestamp */ member
|
| H A D | workqueue.c | 1047 worker->last_active = jiffies; in worker_enter_idle() 2939 expires = worker->last_active + IDLE_WORKER_TIMEOUT; in idle_worker_timeout() 2981 expires = worker->last_active + IDLE_WORKER_TIMEOUT; in idle_cull_fn()
|
| /linux/fs/smb/server/ |
| H A D | connection.c | 41 jiffies_to_timespec64(jiffies - conn->last_active, &t); in proc_show_clients() 347 time_after(jiffies, conn->last_active + server_conf.deadtime)) { in ksmbd_conn_alive() 382 conn->last_active = jiffies; in ksmbd_conn_handler_loop()
|
| H A D | server.c | 308 conn->last_active = jiffies; in queue_ksmbd_work()
|
| H A D | smb2pdu.c | 1942 sess->last_active = jiffies; in smb2_sess_setup()
|
| /linux/drivers/thermal/ |
| H A D | gov_power_allocator.c | 505 const struct thermal_trip *last_active = NULL; in get_governor_trips() local 520 last_active = trip; in get_governor_trips() 535 params->trip_max = last_active; in get_governor_trips()
|
| /linux/drivers/usb/host/ |
| H A D | max3421-hcd.c | 163 u16 last_active; /* frame # this ep was last active */ member 687 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb() 694 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb() 708 max3421_ep->last_active) in max3421_select_and_start_urb() 751 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_select_and_start_urb() 1179 epnum, max3421_ep->pkt_state, max3421_ep->last_active, in dump_eps() 1532 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_urb_enqueue()
|
| /linux/net/mac80211/ |
| H A D | ibss.c | 638 unsigned long last_active = ieee80211_sta_last_active(sta, -1); in ieee80211_sta_active_ibss() local 641 time_is_after_jiffies(last_active + in ieee80211_sta_active_ibss() 1231 unsigned long last_active = ieee80211_sta_last_active(sta, -1); in ieee80211_ibss_sta_expire() local 1236 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire() 1237 (time_is_before_jiffies(last_active + exp_rsn) && in ieee80211_ibss_sta_expire()
|
| H A D | sta_info.h | 141 unsigned long last_active; member
|
| H A D | sta_info.c | 1716 unsigned long last_active = ieee80211_sta_last_active(sta, -1); in ieee80211_sta_expire() local 1721 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
|
| H A D | ieee80211_i.h | 111 return time_before_eq(jiffies, sta->airtime[ac].last_active + HZ / 10); in ieee80211_sta_keep_active()
|
| H A D | tx.c | 4036 sta->airtime[txqi->txq.ac].last_active = jiffies; in ieee80211_txq_set_active()
|
| /linux/net/sched/ |
| H A D | sch_cake.c | 266 u64 last_active; member 2034 other_last_active = READ_ONCE(other_priv->last_active); in cake_dequeue() 2247 WRITE_ONCE(q->last_active, now); in cake_dequeue()
|