Home
last modified time | relevance | path

Searched refs:nfree (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dalloc.c133 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()
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbtt.c241 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 …]
H A Dbtt.h107 __le32 nfree; member
176 u32 nfree; member
H A Ddimm_devs.c342 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()
H A Dlabel.c677 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()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dcoreaudio.c80 size_t nfree, copylen, avail; in RecIOProc() local
92 nfree = ac->bufsize - ac->bufrdavail - 1; in RecIOProc()
93 if(nfree == 0) in RecIOProc()
96 if(copylen > nfree) in RecIOProc()
97 copylen = nfree; in RecIOProc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dclip_tbl.c113 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()
H A Dl2t.c60 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()
H A Dclip_tbl.h29 atomic_t nfree; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A Dl2t.h76 atomic_t nfree; /* number of free entries */ member
145 atomic_dec(&d->nfree); in l2t_hold()
H A Dl2t.c223 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()
/OK3568_Linux_fs/kernel/Documentation/driver-api/nvdimm/
H A Dbtt.rst110 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).
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_fsops.c110 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()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lru_list.c323 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()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_user_sdma.c1252 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()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_ag.h18 xfs_rfsblock_t nfree; /* cumulative new free space */ member
H A Dxfs_ag.c473 id->nfree += id->agsize - mp->m_ag_prealloc_blocks; in xfs_ag_init_headers()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_generic.c1785 int navail, nfree, nzero; in ppp_mp_explode() local
1796 nfree = 0; /* # channels which have no packet already queued */ in ppp_mp_explode()
1822 ++nfree; in ppp_mp_explode()
1835 if (nfree == 0 || nfree < navail / 2) in ppp_mp_explode()
1847 nbigger = len % nfree; in ppp_mp_explode()
1878 if (nfree > 0) in ppp_mp_explode()
1897 nfree--; in ppp_mp_explode()
1910 if (nfree > 0) { in ppp_mp_explode()
1912 flen = len/nfree; in ppp_mp_explode()
1926 nfree--; in ppp_mp_explode()
[all …]
/OK3568_Linux_fs/kernel/fs/jfs/
H A Djfs_dmap.h149 __le32 nfree; /* 4: num of free blks in this dmap */ member
H A Djfs_dmap.c2277 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocBits()
2421 le32_add_cpu(&dp->nfree, nblocks); in dbFreeBits()
3326 le32_add_cpu(&dp->nfree, -nblocks); in dbAllocDmapBU()
3750 dp->nblocks = dp->nfree = cpu_to_le32(nblocks); in dbInitDmap()
3760 le32_add_cpu(&dp->nfree, nblocks); in dbInitDmap()
/OK3568_Linux_fs/kernel/mm/
H A Dz3fold.c602 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()
/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm.c1145 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree) in snd_pcm_notify() argument
1155 if (nfree) { in snd_pcm_notify()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h556 int snd_pcm_notify(struct snd_pcm_notify *notify, int nfree);