Searched refs:last_active (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/thermal/ |
| H A D | gov_power_allocator.c | 464 int i, last_active, last_passive; in get_governor_trips() local 468 last_active = INVALID_TRIP; in get_governor_trips() 491 last_active = i; in get_governor_trips() 504 params->trip_max_desired_temperature = last_active; in get_governor_trips()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | workqueue_internal.h | 44 unsigned long last_active; /* L: last active timestamp */ member
|
| H A D | workqueue.c | 1808 worker->last_active = jiffies; in worker_enter_idle() 2035 expires = worker->last_active + IDLE_WORKER_TIMEOUT; in idle_worker_timeout()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | max3421-hcd.c | 169 u16 last_active; /* frame # this ep was last active */ member 693 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb() 700 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb() 714 max3421_ep->last_active) in max3421_select_and_start_urb() 757 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_select_and_start_urb() 1183 epnum, max3421_ep->pkt_state, max3421_ep->last_active, in dump_eps() 1535 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_urb_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_js.c | 2475 struct kbase_context *last_active; in kbase_js_sched() local 2484 last_active = kbdev->hwaccess.active_kctx; in kbase_js_sched() 2570 if (pullable && kctx == last_active) in kbase_js_sched() 2592 if (last_active && kctx != last_active && in kbase_js_sched() 2594 last_active, js, true)) in kbase_js_sched() 2635 if (kbdev->hwaccess.active_kctx == last_active && ctx_waiting) in kbase_js_sched()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_js.c | 3587 struct kbase_context *last_active[BASE_JM_MAX_NR_SLOTS]; local 3603 last_active[js] = kbdev->hwaccess.active_kctx[js]; 3707 if (pullable && kctx == last_active[js] && 3733 if (last_active[js] && kctx != last_active[js] 3735 last_active[js], js, true)) 3778 if (kbdev->hwaccess.active_kctx[js] == last_active[js] && 3781 (void *)last_active[js], js);
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | ibss.c | 668 unsigned long last_active = ieee80211_sta_last_active(sta); in ieee80211_sta_active_ibss() local 671 time_is_after_jiffies(last_active + in ieee80211_sta_active_ibss() 1269 unsigned long last_active = ieee80211_sta_last_active(sta); in ieee80211_ibss_sta_expire() local 1274 if (time_is_before_jiffies(last_active + exp_time) || in ieee80211_ibss_sta_expire() 1275 (time_is_before_jiffies(last_active + exp_rsn) && in ieee80211_ibss_sta_expire()
|
| H A D | sta_info.c | 1239 unsigned long last_active = ieee80211_sta_last_active(sta); in ieee80211_sta_expire() local 1244 if (time_is_before_jiffies(last_active + exp_time)) { in ieee80211_sta_expire()
|