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

/drivers/platform/x86/
H A Dsony-laptop.c538 static atomic_t sony_pf_users = ATOMIC_INIT(0); variable
552 if (atomic_add_return(1, &sony_pf_users) > 1)
577 atomic_dec(&sony_pf_users);
584 if (!atomic_dec_and_test(&sony_pf_users))

Completed in 14 milliseconds