Home
last modified time | relevance | path

Searched refs:fl_size (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv6/
H A Dip6_flowlabel.c43 static atomic_t fl_size = ATOMIC_INIT(0); variable
171 atomic_dec(&fl_size); in ip6_fl_gc()
180 if (!sched && atomic_read(&fl_size)) in ip6_fl_gc()
204 atomic_dec(&fl_size); in ip6_fl_purge()
252 atomic_inc(&fl_size); in fl_intern()
472 int room = FL_MAX_SIZE - atomic_read(&fl_size); in mem_check()
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dcxgb3_ioctl.h90 int32_t fl_size[2]; member
H A Dcommon.h320 unsigned int fl_size; /* # of entries in regular free list */ member
H A Dsge.c3033 q->fl[0].desc = alloc_ring(adapter->pdev, p->fl_size, in t3_sge_alloc_qset()
3077 q->fl[0].size = p->fl_size; in t3_sge_alloc_qset()
3361 q->fl_size = 1024; in t3_sge_prep()
/linux/drivers/scsi/
H A Dscsi_debug.c204 u32 fl_size; member
3472 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_locate()
3505 (devip->tape_blocks[partition] + pos)->fl_size = data; in resp_write_filemarks()
3507 (devip->tape_blocks[partition] + pos)->fl_size = in resp_write_filemarks()
3536 else if (IS_TAPE_BLOCK_FM(blp->fl_size)) in resp_space()
3546 if (IS_TAPE_BLOCK_EOD(blp->fl_size)) in resp_space()
3548 if (IS_TAPE_BLOCK_FM(blp->fl_size)) { in resp_space()
3564 for (pos--, blp-- ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
3575 for ( ; !IS_TAPE_BLOCK_FM(blp->fl_size) && in resp_space()
3576 !IS_TAPE_BLOCK_EOD(blp->fl_size) && in resp_space()
[all …]