Searched refs:used (Results 301 - 325 of 637) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.h137 size_t used; member in struct:emac_ring_header
/linux-master/drivers/net/ethernet/i825xx/
H A Dether1.c141 int used; local
176 : "=&r" (used), "=&r" (data)
204 int used; local
239 : "=&r" (used), "=&r" (data)
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.h153 bool used; member in struct:qed_vf_vlan_shadow
213 /* A bitfield using bulletin's valid-map bits, used to indicate
221 /* This structure is part of qed_hwfn and used only for PFs that have sriov
/linux-master/arch/x86/include/asm/
H A Dpci_x86.h103 u8 used; /* Number of entries actually used */ member in struct:irt_routing_table
150 /* some common used subsys_initcalls */
197 * %eax. No other source or target registers may be used. The following
/linux-master/drivers/crypto/hisilicon/sec/
H A Dsec_drv.h174 * @used: Local counter used to cheaply establish if the ring is empty.
176 * @vaddr: Virtual address for the ram pages used for the ring.
177 * @paddr: Physical address of the dma mapped region of ram used for the ring.
181 atomic_t used; member in struct:sec_queue_ring_cmd
239 * @backlog: The backlog queue used for cases where our buffers aren't
256 * @num_elements: The number of subparts (used as an optimization)
262 * @err: store used to track errors across subelements of this request.
319 * @name: Human readable queue description also used as irq name.
322 * @queue_id: Index of the queue used fo
[all...]
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S31 # contributors may be used to endorse or promote products derived from
/linux-master/usr/
H A Dgen_initramfs.sh28 If <cpio_source> is a .cpio file it will be used
204 "-l") # files included in initramfs - used by kbuild
/linux-master/fs/smb/server/
H A Dvfs.h61 unsigned int used; member in struct:ksmbd_readdir_data
/linux-master/drivers/md/bcache/
H A Dmovinggc.c212 ca->heap.used = 0;
/linux-master/fs/bcachefs/
H A Dbcachefs_ioctl.h118 * superblock, which is only used for passing in superblock options/parameters
269 * bytes actually used.
275 __u64 used; member in struct:bch_ioctl_fs_usage
/linux-master/drivers/net/dsa/
H A Dbcm_sf2.h55 DECLARE_BITMAP(used, CFP_NUM_RULES);
/linux-master/drivers/pci/controller/
H A Dpcie-rcar-host.c37 DECLARE_BITMAP(used, INT_PCI_MSI_NR);
455 * they aren't used, to avoid bridge being detected as broken.
690 hwirq = bitmap_find_free_region(msi->used, INT_PCI_MSI_NR, order_base_2(nr_irqs));
713 bitmap_release_region(msi->used, d->hwirq, order_base_2(nr_irqs));
780 /* Two irqs are for MSI, but they are also used for non-MSI irqs */
1100 bitmap_to_arr32(&val, host->msi.used, INT_PCI_MSI_NR);
/linux-master/scripts/package/
H A Dmkdebian148 # Some variables and settings used throughout the script
216 are used by the installed headers for GNU glibc and other system libraries.
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_drv.h72 bool used; member in struct:nouveau_drm_tile
261 /* Workqueue used for channel schedulers. */
/linux-master/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c606 int used; /* data bytes used */ local
625 * Calculate data bytes used excluding the new entry, if this
628 used = offset +
636 if (used + (holefit ? 0 : size) > args->geo->blksize)
646 if (used + size > args->geo->blksize)
/linux-master/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik.c5 * which is used by this driver to access the GPIO banks array.
381 if (pin_desc->altcx[i].used) {
396 if (!pin_desc->altcx[alt_index].used) {
410 if (pin_desc->altcx[i].used) {
430 * Safe sequence used to switch IOs between GPIO and Alternate-C mode:
498 if (pin_desc->altcx[i].used) {
887 * Safe sequence used to switch IOs between GPIO and Alternate-C mode:
/linux-master/arch/loongarch/include/asm/
H A Dpercpu.h20 # error compiler support for the model attribute is necessary when a recent assembler is used
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c162 DEFINE(MPU_RNG_INFO_USED, offsetof(struct mpu_rgn_info, used));
/linux-master/include/uapi/drm/
H A Dxe_drm.h213 * It is returned as part of the @drm_xe_engine, but it also is used as
298 * index in the placement bitmask used as argument for
321 * @used: Estimate of the memory used in bytes for this region.
327 __u64 used; member in struct:drm_xe_mem_region
347 * @cpu_visible_used: Estimate of CPU visible memory used, in
418 * To be used with drm_xe_query_gt_list, which will return a list with all the
543 * can be used to calculate the engine timestamp. In addition the
711 * Note1: System memory can be used as an extra placement if the kernel
724 * caching. On iGPU this can't be used fo
[all...]
/linux-master/include/linux/
H A Dsysctl.h155 * @used: The entry will never be touched when equal to 0.
167 int used; member in struct:ctl_table_header::__anon446::__anon447
/linux-master/fs/ocfs2/
H A Dioctl.c440 int status = 0, used; local
497 used = ocfs2_test_bit(offset,
504 if (!used) {
509 if (used && last_chunksize) {
/linux-master/tools/perf/util/
H A Dstat.h31 bool used; member in struct:perf_stat_aggr
36 /* used for repeated runs */
42 /* used for group read */
H A Dparse-events.h101 /** @type_val: The union variable in val to be used for the term. */
109 * @err_term: The column index of the term from parsing, used during
114 * @err_val: The column index of the val from parsing, used during error
118 /** @used: Was the term used during parameterized-eval. */
119 bool used; member in struct:parse_events_term
145 /* The updated index used by entries as they are added. */
/linux-master/fs/ntfs3/
H A Dfrecord.c565 if (le32_to_cpu(mi->mrec->used) + 8 >= rs)
681 free = sbi->record_size - le32_to_cpu(ni->mi.mrec->used) + asize;
863 to_free = le32_to_cpu(rec->used) + lsize + SIZEOF_RESIDENT;
1018 if (le32_to_cpu(mi->mrec->used) + asize > sbi->record_size)
1102 u32 list_reserve, max_free, free, used, t32; local
1110 used = le32_to_cpu(rec->used);
1111 free = sbi->record_size - used;
1216 while (asize + list_reserve > sbi->record_size - le32_to_cpu(rec->used))
1318 le32_sub_cpu(&ni->mi.mrec->used, don
2345 u32 used = le32_to_cpu(rec->used); local
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dsiena_sriov.c73 * @flush_waitq: wait queue used by %VFDI_OP_FINI_ALL_QUEUES handler
138 * software datapath to be used.
185 /* Workqueue used by VFDI communication. We can't use the global
247 unsigned int index, used; local
256 used = MC_CMD_MEMCPY_IN_LEN(count);
270 if (WARN_ON(used + req->length >
277 from_addr = used;
278 memcpy(_MCDI_PTR(inbuf, used), req->from_buf,
280 used += req->length;
292 rc = efx_siena_mcdi_rpc(efx, MC_CMD_MEMCPY, inbuf, used, NUL
[all...]

Completed in 913 milliseconds

<<11121314151617181920>>