Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_offload.c523 p->next = t->sfree; in cxgb3_free_stid()
524 t->sfree = p; in cxgb3_free_stid()
677 if (t->sfree) { in cxgb3_alloc_stid()
678 union listen_entry *p = t->sfree; in cxgb3_alloc_stid()
681 t->sfree = p->next; in cxgb3_alloc_stid()
1215 t->sfree = NULL; in init_tid_tabs()
1230 t->sfree = t->stid_tab; in init_tid_tabs()
Dcxgb3_offload.h183 union listen_entry *sfree; member
/linux-3.4.99/fs/reiserfs/
Dfix_node.c1170 static inline int can_node_be_removed(int mode, int lfree, int sfree, int rfree, in can_node_be_removed() argument
1182 if (lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes in can_node_be_removed()
1192 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */ in can_node_be_removed()
1229 int lfree, sfree, rfree /* free space in L, S and R */ ; in ip_check_balance() local
1284 sfree = B_FREE_SPACE(Sh); in ip_check_balance()
1290 if (can_node_be_removed(vn->vn_mode, lfree, sfree, rfree, tb, h) == in ip_check_balance()
1349 if (sfree >= levbytes) { /* new item fits into node S[h] without any shifting */ in ip_check_balance()