Searched refs:nfree (Results 1 – 14 of 14) sorted by relevance
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | l2t.h | 76 atomic_t nfree; /* number of free entries */ member 144 atomic_dec(&d->nfree); in l2t_hold()
|
| H A D | l2t.c | 186 if (!atomic_read(&d->nfree)) in alloc_l2e() 197 atomic_dec(&d->nfree); in alloc_l2e() 237 atomic_inc(&d->nfree); in t3_l2e_free() 417 atomic_set(&d->nfree, l2t_capacity - 1); in t3_init_l2t()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | clip_tbl.c | 112 atomic_dec(&ctbl->nfree); in cxgb4_clip_get() 183 atomic_inc(&ctbl->nfree); in cxgb4_clip_release() 269 seq_printf(seq, "Free clip entries : %d\n", atomic_read(&ctbl->nfree)); in clip_tbl_show() 298 atomic_set(&ctbl->nfree, clipt_size); in t4_init_clip_tbl()
|
| H A D | l2t.c | 60 atomic_t nfree; /* number of free entries */ member 73 atomic_dec(&d->nfree); in l2t_hold() 268 if (!atomic_read(&d->nfree)) in alloc_l2e() 280 atomic_dec(&d->nfree); in alloc_l2e() 364 atomic_inc(&d->nfree); in _t4_l2e_free() 383 atomic_inc(&d->nfree); in t4_l2e_free() 631 atomic_set(&d->nfree, l2t_size); in t4_init_l2t()
|
| H A D | clip_tbl.h | 29 atomic_t nfree; member
|
| /linux/drivers/nvdimm/ |
| H A D | btt.h | 106 __le32 nfree; member 175 u32 nfree; member
|
| H A D | dimm_devs.c | 322 u32 nfree; in __available_slots_show() local 329 nfree = nd_label_nfree(ndd); in __available_slots_show() 330 if (nfree - 1 > nfree) { in __available_slots_show() 332 nfree = 0; in __available_slots_show() 334 nfree--; in __available_slots_show() 335 return sprintf(buf, "%d\n", nfree); in __available_slots_show()
|
| H A D | label.c | 699 u32 nfree = ALIGN(nslot, BITS_PER_LONG); in nd_label_write_index() local 702 memset(nsindex->free, 0xff, nfree / 8); in nd_label_write_index() 703 for (i = 0, last_bits = nfree - nslot; i < last_bits; i++) in nd_label_write_index()
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 110 nfree The number of free blocks that are maintained at any given time. 129 "free list" and "log". The flog contains 'nfree' entries, and an entry contains: 157 While 'nfree' describes the number of concurrent IOs an arena can process 161 nlanes = min(nfree, num_cpus) 183 The RTT is a simple, per arena table with 'nfree' entries. Every reader inserts 205 Instead we use an array of (nfree) map_locks that is indexed by 206 (premap_aba modulo nfree).
|
| /linux/fs/xfs/ |
| H A D | xfs_fsops.c | 181 if (id.nfree) in xfs_growfs_data_private() 182 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, id.nfree); in xfs_growfs_data_private()
|
| /linux/fs/jfs/ |
| H A D | jfs_dmap.h | 149 __le32 nfree; /* 4: num of free blks in this dmap */ member
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 321 xfs_rfsblock_t nfree; /* cumulative new free space */ member
|
| H A D | xfs_ag.c | 714 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
|
| /linux/sound/core/ |
| H A D | pcm.c | 1136 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() argument 1146 if (nfree) { in snd_pcm_notify()
|