Searched refs:init_count (Results 1 – 2 of 2) sorted by relevance
78 if (phye->init_count == 0 && phye->ops->init) in rt_phye_init()85 ++phye->init_count; in rt_phye_init()106 if (phye->init_count == 1 && phye->ops->exit) in rt_phye_exit()113 if (phye->init_count) in rt_phye_exit()115 --phye->init_count; in rt_phye_exit()
56 int init_count; member
Completed in 2 milliseconds