/linux-6.1.9/fs/nilfs2/ |
D | alloc.c | 133 unsigned long nfree; in nilfs_palloc_group_desc_nfrees() local 136 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_nfrees() 138 return nfree; in nilfs_palloc_group_desc_nfrees() 151 u32 nfree; in nilfs_palloc_group_desc_add_entries() local 155 nfree = le32_to_cpu(desc->pg_nfrees); in nilfs_palloc_group_desc_add_entries() 157 return nfree; in nilfs_palloc_group_desc_add_entries() 737 u32 nfree; in nilfs_palloc_freev() local 820 nfree = nilfs_palloc_group_desc_add_entries(desc, lock, n); in nilfs_palloc_freev() 826 if (nfree == nilfs_palloc_entries_per_group(inode)) { in nilfs_palloc_freev()
|
/linux-6.1.9/drivers/nvdimm/ |
D | btt.c | 241 debugfs_create_u32("nfree", S_IRUGO, d, &a->nfree); in arena_debugfs_init() 485 for (i = 0; i < arena->nfree; i++) { in btt_log_init() 540 arena->freelist = kcalloc(arena->nfree, sizeof(struct free_entry), in btt_freelist_init() 545 for (i = 0; i < arena->nfree; i++) { in btt_freelist_init() 631 for (i = 0; i < arena->nfree; i++) { in log_set_indices() 723 arena->rtt = kcalloc(arena->nfree, sizeof(u32), GFP_KERNEL); in btt_rtt_init() 734 arena->map_locks = kcalloc(arena->nfree, sizeof(struct aligned_lock), in btt_maplocks_init() 739 for (i = 0; i < arena->nfree; i++) in btt_maplocks_init() 767 arena->nfree = BTT_DEFAULT_NFREE; in alloc_arena() 778 logsize = roundup(arena->nfree * LOG_GRP_SIZE, BTT_PG_SIZE); in alloc_arena() [all …]
|
D | btt.h | 106 __le32 nfree; member 175 u32 nfree; member
|
D | dimm_devs.c | 321 u32 nfree; in __available_slots_show() local 328 nfree = nd_label_nfree(ndd); in __available_slots_show() 329 if (nfree - 1 > nfree) { in __available_slots_show() 331 nfree = 0; in __available_slots_show() 333 nfree--; in __available_slots_show() 334 rc = sprintf(buf, "%d\n", nfree); in __available_slots_show()
|
D | label.c | 698 u32 nfree = ALIGN(nslot, BITS_PER_LONG); in nd_label_write_index() local 701 memset(nsindex->free, 0xff, nfree / 8); in nd_label_write_index() 702 for (i = 0, last_bits = nfree - nslot; i < last_bits; i++) in nd_label_write_index()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb3/ |
D | l2t.h | 76 atomic_t nfree; /* number of free entries */ member 145 atomic_dec(&d->nfree); in l2t_hold()
|
D | l2t.c | 223 if (!atomic_read(&d->nfree)) in alloc_l2e() 234 atomic_dec(&d->nfree); in alloc_l2e() 274 atomic_inc(&d->nfree); in t3_l2e_free() 454 atomic_set(&d->nfree, l2t_capacity - 1); in t3_init_l2t()
|
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
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() 650 atomic_set(&d->nfree, l2t_size); in t4_init_l2t()
|
D | clip_tbl.h | 29 atomic_t nfree; member
|
/linux-6.1.9/Documentation/driver-api/nvdimm/ |
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-6.1.9/kernel/bpf/ |
D | bpf_lru_list.c | 323 unsigned int nfree = 0; in bpf_lru_list_pop_free_to_local() local 335 if (++nfree == LOCAL_FREE_TARGET) in bpf_lru_list_pop_free_to_local() 339 if (nfree < LOCAL_FREE_TARGET) in bpf_lru_list_pop_free_to_local() 340 __bpf_lru_list_shrink(lru, l, LOCAL_FREE_TARGET - nfree, in bpf_lru_list_pop_free_to_local()
|
/linux-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_user_sdma.c | 1252 u16 nfree, nsent; in qib_user_sdma_send_desc() local 1256 nfree = qib_sdma_descq_freecnt(ppd); in qib_user_sdma_send_desc() 1257 if (!nfree) in qib_user_sdma_send_desc() 1272 for (i = pkt->index; i < pkt->naddr && nfree; i++) { in qib_user_sdma_send_desc() 1283 nfree--; in qib_user_sdma_send_desc() 1319 if (!nfree || (nsent<<2) > ppd->sdma_descq_cnt) in qib_user_sdma_send_desc() 1329 if (nfree && !list_empty(pktlist)) in qib_user_sdma_send_desc()
|
/linux-6.1.9/drivers/net/ppp/ |
D | ppp_generic.c | 1920 int navail, nfree, nzero; in ppp_mp_explode() local 1931 nfree = 0; /* # channels which have no packet already queued */ in ppp_mp_explode() 1957 ++nfree; in ppp_mp_explode() 1970 if (nfree == 0 || nfree < navail / 2) in ppp_mp_explode() 1982 nbigger = len % nfree; in ppp_mp_explode() 2013 if (nfree > 0) in ppp_mp_explode() 2032 nfree--; in ppp_mp_explode() 2045 if (nfree > 0) { in ppp_mp_explode() 2047 flen = len/nfree; in ppp_mp_explode() 2061 nfree--; in ppp_mp_explode() [all …]
|
/linux-6.1.9/fs/xfs/ |
D | xfs_fsops.c | 172 if (id.nfree) in xfs_growfs_data_private() 173 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, id.nfree); in xfs_growfs_data_private()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_ag.h | 227 xfs_rfsblock_t nfree; /* cumulative new free space */ member
|
D | xfs_ag.c | 802 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
|
/linux-6.1.9/fs/jfs/ |
D | jfs_dmap.h | 149 __le32 nfree; /* 4: num of free blks in this dmap */ member
|
D | jfs_dmap.c | 2224 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits() 2368 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits() 3277 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU() 3701 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap() 3711 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()
|
/linux-6.1.9/mm/ |
D | z3fold.c | 525 int nfree; in num_free_chunks() local 537 nfree = max(nfree_before, nfree_after); in num_free_chunks() 539 nfree = NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks() 540 return nfree; in num_free_chunks()
|
/linux-6.1.9/sound/core/ |
D | pcm.c | 1148 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() argument 1158 if (nfree) { in snd_pcm_notify()
|
/linux-6.1.9/include/sound/ |
D | pcm.h | 559 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
|