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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dcxgb3_offload.h175 union listen_entry *sfree; member in struct:tid_info
H A Dcxgb3_offload.c521 p->next = t->sfree;
522 t->sfree = p;
675 if (t->sfree) {
676 union listen_entry *p = t->sfree;
679 t->sfree = p->next;
1203 t->sfree = NULL;
1218 t->sfree = t->stid_tab;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dfix_node.c1169 static inline int can_node_be_removed(int mode, int lfree, int sfree, int rfree, argument
1181 if (lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes
1191 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */
1228 int lfree, sfree, rfree /* free space in L, S and R */ ; local
1283 sfree = B_FREE_SPACE(Sh);
1289 if (can_node_be_removed(vn->vn_mode, lfree, sfree, rfree, tb, h) ==
1348 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */

Completed in 76 milliseconds