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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dks8851.c66 * @statelock: Lock on this structure for tx list.
90 * The @statelock is used to protect information in the structure which may
102 spinlock_t statelock; member in struct:ks8851_net
910 spin_lock(&ks->statelock);
920 spin_unlock(&ks->statelock);
995 spin_lock(&ks->statelock);
1002 spin_unlock(&ks->statelock);
1569 spin_lock_init(&ks->statelock);
H A Dks8851_mll.c391 * @statelock : Lock on this structure for tx list.
417 * The @statelock is used to protect information in the structure which may
438 spinlock_t statelock; member in struct:ks_net
1012 spin_lock(&ks->statelock);
1023 spin_unlock(&ks->statelock);
1559 spin_lock_init(&ks->statelock);

Completed in 66 milliseconds