Searched refs:avail (Results 276 - 300 of 304) sorted by relevance

<<111213

/linux-master/drivers/staging/media/av7110/
H A Dav7110.c541 int avail; local
544 avail = dvb_ringbuffer_avail(cibuf);
545 if (avail <= 2) {
553 if (avail < len + 2) {
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c1449 int avail, dirty, unusable; local
1462 for (avail = vptr->rx.filled & 0xfffc; avail; avail--) {
/linux-master/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c2634 int idx, avail, frag_cnt, frag_idx, count, mss, max_segments; local
2646 avail = tx->mask - 1 - (tx->req - tx->done);
2656 if ((unlikely(avail < max_segments))) {
2862 if ((avail - count) < MXGEFW_MAX_SEND_DESC) {
/linux-master/sound/soc/mediatek/mt8186/
H A Dmt8186-afe-pcm.c223 int avail = snd_pcm_capture_avail(runtime); local
225 if (avail >= runtime->buffer_size)
/linux-master/drivers/md/bcache/
H A Dsuper.c627 size_t avail = fifo_used(&ca->free[RESERVE_PRIO]) + local
629 if (prio_buckets(ca) > avail)
/linux-master/include/net/
H A Dip_vs.h456 DECLARE_BITMAP(avail, IPVS_EST_NTICKS); /* tick has space for ests */
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4.h247 u32 avail; member in struct:mlx4_bitmap
/linux-master/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c69 FM10K_STAT("mac_rules_avail", hw.swapi.mac.avail),
/linux-master/fs/ceph/
H A Dsuper.h820 int *total, int *avail, int *used,
H A Dcaps.c190 "caps %d = %d used + %d resv + %d avail\n",
302 doutc(cl, "ctx=%p %d = %d used + %d resv + %d avail\n", ctx,
365 doutc(cl, "ctx=%p (%d) %d = %d used + %d resv + %d avail\n", ctx,
391 doutc(cl, "%p %d = %d used + %d resv + %d avail\n", cap,
414 int *total, int *avail, int *used, int *reserved,
423 if (avail)
424 *avail = mdsc->caps_avail_count;
413 ceph_reservation_status(struct ceph_fs_client *fsc, int *total, int *avail, int *used, int *reserved, int *min) argument
/linux-master/sound/core/
H A Dpcm.c460 snd_iprintf(buffer, "avail : %ld\n", status.avail);
/linux-master/fs/ubifs/
H A Dubifs.h667 * @avail: number of bytes available in the write-buffer
674 * @lock: serializes @buf, @lnum, @offs, @avail, @used, @next_ino and @inodes
686 * Note: the fields @buf, @lnum, @offs, @avail and @used can be read under
697 int avail; member in struct:ubifs_wbuf
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1359 irte->avail, irte->vector, irte->dest_id,
/linux-master/net/packet/
H A Daf_packet.c1283 int avail = rcvbuf - atomic_read(&sk->sk_rmem_alloc) local
1286 if (avail > (rcvbuf >> ROOM_POW_OFF))
1288 else if (avail > 0)
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c2676 unsigned long avail = kvm_mmu_available_pages(vcpu->kvm); local
2678 if (likely(avail >= KVM_MIN_FREE_MMU_PAGES))
2681 kvm_mmu_zap_oldest_mmu_pages(vcpu->kvm, KVM_REFILL_PAGES - avail);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h734 unsigned int avail; /* # of available Rx buffers */ member in struct:sge_fl
/linux-master/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c4973 .rsvd = REG_FIFOPAGE_INFO_4, .avail = REG_FIFOPAGE_INFO_4 + 2,
4976 .rsvd = REG_FIFOPAGE_INFO_2, .avail = REG_FIFOPAGE_INFO_2 + 2,
4979 .rsvd = REG_FIFOPAGE_INFO_3, .avail = REG_FIFOPAGE_INFO_3 + 2,
4982 .rsvd = REG_FIFOPAGE_INFO_1, .avail = REG_FIFOPAGE_INFO_1 + 2,
H A Dmain.h1011 u32 avail; member in struct:rtw_prioq_addr
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c365 u32 avail; local
368 avail = tx_q->dirty_tx - tx_q->cur_tx - 1;
370 avail = priv->dma_conf.dma_tx_size - tx_q->cur_tx + tx_q->dirty_tx - 1;
372 return avail;
/linux-master/drivers/vhost/
H A Dvdpa.c725 (u64)(uintptr_t)vq->avail,
/linux-master/fs/nfsd/
H A Dnfs4state.c1920 unsigned long avail, total_avail; local
1933 avail = min((unsigned long)NFSD_MAX_MEM_PER_SESSION, total_avail);
1945 avail = clamp_t(unsigned long, avail, slotsize,
1947 num = min_t(int, num, avail / slotsize);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dmain.c384 int avail, freed_blocks; local
456 avail = status->tx_total - wl->tx_allocated_blocks;
467 avail);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_main.c2963 u16 avail = ice_get_avail_txq_count(vsi->back); local
2966 if (avail < cpus / 2)
2969 vsi->num_xdp_txq = min_t(u16, avail, cpus);
/linux-master/drivers/md/
H A Dmd.c7401 sector_t avail = rdev->sectors; local
7403 if (fit && (num_sectors == 0 || num_sectors > avail))
7404 num_sectors = avail;
7405 if (avail < num_sectors)
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dcxgb4vf_main.c2091 R("FL avail:", fl.avail);

Completed in 761 milliseconds

<<111213