Searched refs:rab (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c766 struct raparm_hbucket *rab; local
769 rab = &raparm_hash[hash];
771 spin_lock(&rab->pb_lock);
772 for (rap = &rab->pb_head; (ra = *rap); rap = &ra->p_next) {
781 spin_unlock(&rab->pb_lock);
791 if (rap != &rab->pb_head) {
793 ra->p_next = rab->pb_head;
794 rab->pb_head = ra;
798 spin_unlock(&rab->pb_lock);
876 struct raparm_hbucket *rab local
[all...]

Completed in 64 milliseconds