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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Ddir.c1197 int err, free_slots, i, nr_bhs; local
1203 free_slots = nr_bhs = 0;
1218 free_slots++;
1219 if (free_slots == nr_slots)
1225 free_slots = nr_bhs = 0;
1240 pos -= free_slots * sizeof(*de);
1241 nr_slots -= free_slots;
1242 if (free_slots) {
1248 int size = free_slots * sizeof(*de);
1319 if (free_slots)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_dma.c43 static inline int free_slots(struct bcm43xx_dmaring *ring) function
72 assert(free_slots(ring) != 0);
81 if (unlikely(free_slots(ring) < ring->suspend_mark)) {
105 if (free_slots(ring) >= ring->resume_mark) {
1024 if (unlikely(free_slots(ring) < txb->nr_frags)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dibmphp_core.c738 static void free_slots(void) function
1330 free_slots();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-core/
H A Dserver.c734 static void free_slots(AvahiServer *s) { function
1486 free_slots(s);

Completed in 183 milliseconds