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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dsony-laptop.c380 static atomic_t sony_pf_users = ATOMIC_INIT(0); variable
394 if (atomic_add_return(1, &sony_pf_users) > 1)
419 atomic_dec(&sony_pf_users);
426 if (!atomic_dec_and_test(&sony_pf_users))

Completed in 31 milliseconds