Searched defs:enable_owner (Results 1 - 1 of 1) sorted by path

/drivers/clk/
H A Dclk.c31 static struct task_struct *enable_owner; variable in typeref:struct:task_struct
72 if (enable_owner == current) {
78 WARN_ON_ONCE(enable_owner != NULL);
80 enable_owner = current;
87 WARN_ON_ONCE(enable_owner != current);
92 enable_owner = NULL;

Completed in 132 milliseconds