/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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 | 107 __le32 nfree; member 176 u32 nfree; member
|
D | dimm_devs.c | 342 u32 nfree; in __available_slots_show() local 349 nfree = nd_label_nfree(ndd); in __available_slots_show() 350 if (nfree - 1 > nfree) { in __available_slots_show() 352 nfree = 0; in __available_slots_show() 354 nfree--; in __available_slots_show() 355 rc = sprintf(buf, "%d\n", nfree); in __available_slots_show()
|
D | label.c | 677 u32 nfree = ALIGN(nslot, BITS_PER_LONG); in nd_label_write_index() local 680 memset(nsindex->free, 0xff, nfree / 8); in nd_label_write_index() 681 for (i = 0, last_bits = nfree - nslot; i < last_bits; i++) in nd_label_write_index() 901 int i, alloc, victims, nfree, old_num_resources, nlabel, rc = -ENXIO; in __blk_label_update() local 920 nfree = nd_label_nfree(ndd); in __blk_label_update() 963 if (nfree - alloc < 0 || nfree - alloc + victims < 1) { in __blk_label_update()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | clip_tbl.c | 113 atomic_dec(&ctbl->nfree); in cxgb4_clip_get() 185 atomic_inc(&ctbl->nfree); in cxgb4_clip_release() 271 seq_printf(seq, "Free clip entries : %d\n", atomic_read(&ctbl->nfree)); in clip_tbl_show() 300 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
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_ag.h | 18 xfs_rfsblock_t nfree; /* cumulative new free space */ member
|
D | xfs_ag.c | 473 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
|
/kernel/linux/linux-5.10/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).
|
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_fsops.c | 110 xfs_trans_agblocks_delta(tp, id.nfree); in xfs_growfs_data_private() 129 if (id.nfree) in xfs_growfs_data_private() 130 xfs_trans_mod_sb(tp, XFS_TRANS_SB_FDBLOCKS, id.nfree); in xfs_growfs_data_private()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
D | ppp_generic.c | 1787 int navail, nfree, nzero; in ppp_mp_explode() local 1798 nfree = 0; /* # channels which have no packet already queued */ in ppp_mp_explode() 1824 ++nfree; in ppp_mp_explode() 1837 if (nfree == 0 || nfree < navail / 2) in ppp_mp_explode() 1849 nbigger = len % nfree; in ppp_mp_explode() 1880 if (nfree > 0) in ppp_mp_explode() 1899 nfree--; in ppp_mp_explode() 1912 if (nfree > 0) { in ppp_mp_explode() 1914 flen = len/nfree; in ppp_mp_explode() 1928 nfree--; in ppp_mp_explode() [all …]
|
/kernel/liteos_a/fs/fat/virpart/src/ |
D | virpartff.c | 772 DWORD nfree; in f_getvirfree() local 816 nfree = 0; in f_getvirfree() 832 nfree += CHILDFS(fs, i)->free_clst; in f_getvirfree() 834 *nclst = fs->free_clst - nfree; in f_getvirfree()
|
/kernel/linux/linux-5.10/fs/jfs/ |
D | jfs_dmap.h | 149 __le32 nfree; /* 4: num of free blks in this dmap */ member
|
D | jfs_dmap.c | 2293 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits() 2437 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits() 3342 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU() 3766 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap() 3776 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()
|
/kernel/linux/linux-5.10/mm/ |
D | z3fold.c | 602 int nfree; in num_free_chunks() local 614 nfree = max(nfree_before, nfree_after); in num_free_chunks() 616 nfree = NCHUNKS - zhdr->first_chunks - zhdr->last_chunks; in num_free_chunks() 617 return nfree; in num_free_chunks()
|
/kernel/linux/linux-5.10/sound/core/ |
D | pcm.c | 1145 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() argument 1155 if (nfree) { in snd_pcm_notify()
|
/kernel/linux/linux-5.10/include/sound/ |
D | pcm.h | 554 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);
|