Home
last modified time | relevance | path

Searched refs:wf_client_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/macintosh/
H A Dwindfarm_core.c56 static int wf_client_count; variable
383 wf_client_count++; in wf_register_client()
388 if (wf_client_count == 1) in wf_register_client()
400 wf_client_count--; in wf_unregister_client()
401 if (wf_client_count == 0) in wf_unregister_client()
449 BUG_ON(wf_client_count != 0); in windfarm_core_exit()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_core.c54 static int wf_client_count; variable
381 wf_client_count++; in wf_register_client()
386 if (wf_client_count == 1) in wf_register_client()
398 wf_client_count--; in wf_unregister_client()
399 if (wf_client_count == 0) in wf_unregister_client()
447 BUG_ON(wf_client_count != 0); in windfarm_core_exit()

Completed in 2 milliseconds