Home
last modified time | relevance | path

Searched refs:last_active (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/thermal/
Dpower_allocator.c471 int i, last_active, last_passive; in get_governor_trips() local
475 last_active = INVALID_TRIP; in get_governor_trips()
498 last_active = i; in get_governor_trips()
511 params->trip_max_desired_temperature = last_active; in get_governor_trips()
/linux-4.4.14/kernel/
Dworkqueue_internal.h43 unsigned long last_active; /* L: last active timestamp */ member
Dworkqueue.c1600 worker->last_active = jiffies; in worker_enter_idle()
1819 expires = worker->last_active + IDLE_WORKER_TIMEOUT; in idle_worker_timeout()
/linux-4.4.14/drivers/usb/host/
Dmax3421-hcd.c169 u16 last_active; /* frame # this ep was last active */ member
718 if (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
725 && (frame_diff(max3421_ep->last_active, in max3421_select_and_start_urb()
739 max3421_ep->last_active) in max3421_select_and_start_urb()
783 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_select_and_start_urb()
1215 epnum, max3421_ep->pkt_state, max3421_ep->last_active, in dump_eps()
1557 max3421_ep->last_active = max3421_hcd->frame_number; in max3421_urb_enqueue()