Query: struct_hrtimer_sleeper
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTHRTIMER_SLEEP(9) Driver Basics STRUCT HRTIMER_SLEEP(9)NAMEstruct_hrtimer_sleeper - simple sleeper structureSYNOPSISstruct hrtimer_sleeper { struct hrtimer timer; struct task_struct * task; };MEMBERStimer embedded timer structure task task to wake upDESCRIPTIONtask is set to NULL, when the timer expires.COPYRIGHTKernel Hackers Manual 3.10 June 2014 STRUCT HRTIMER_SLEEP(9)