Searched refs:sfree (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_offload.c | 527 p->next = t->sfree; in cxgb3_free_stid() 528 t->sfree = p; in cxgb3_free_stid() 681 if (t->sfree) { in cxgb3_alloc_stid() 682 union listen_entry *p = t->sfree; in cxgb3_alloc_stid() 685 t->sfree = p->next; in cxgb3_alloc_stid() 1173 t->sfree = NULL; in init_tid_tabs() 1188 t->sfree = t->stid_tab; in init_tid_tabs()
|
D | cxgb3_offload.h | 183 union listen_entry *sfree; member
|
/linux-6.1.9/fs/reiserfs/ |
D | fix_node.c | 1273 static inline int can_node_be_removed(int mode, int lfree, int sfree, int rfree, in can_node_be_removed() argument 1285 if (lfree + rfree + sfree < MAX_CHILD_SIZE(Sh) + levbytes in can_node_be_removed() 1295 if (sfree >= levbytes) { in can_node_be_removed() 1336 int lfree, sfree, rfree /* free space in L, S and R */ ; in ip_check_balance() local 1401 sfree = B_FREE_SPACE(Sh); in ip_check_balance() 1408 if (can_node_be_removed(vn->vn_mode, lfree, sfree, rfree, tb, h) == in ip_check_balance() 1481 if (sfree >= levbytes) { in ip_check_balance()
|