Searched refs:used (Results 226 - 250 of 632) sorted by relevance

1234567891011>>

/linux-master/arch/arm/boot/compressed/
H A Defi-header.S40 @ The only 2 fields of the MSDOS header that are used are this
/linux-master/drivers/usb/gadget/function/
H A Drndis.h161 u8 used; member in struct:rndis_params
/linux-master/drivers/usb/mtu3/
H A Dmtu3_debugfs.c96 int used = 0; local
105 used++;
111 used++;
114 seq_printf(sf, "total used: %d eps\n", used);
426 debugfs_create_file("ep-used", 0444, ssusb->dbgfs_root,
/linux-master/fs/vboxsf/
H A Dvfsmod.h71 size_t used; member in struct:vboxsf_dir_buf
/linux-master/drivers/input/touchscreen/
H A Dcyttsp_core.c323 DECLARE_BITMAP(used, CY_MAX_ID);
341 bitmap_zero(used, CY_MAX_ID);
352 __set_bit(ids[i], used);
356 if (test_bit(i, used))
/linux-master/net/openvswitch/
H A Dmeter.c246 if (nla_put_u64_64bit(reply, OVS_METER_ATTR_USED, meter->used,
349 meter->used = div_u64(ktime_get_ns(), 1000 * 1000);
612 long_delta_ms = (now_ms - meter->used); /* ms */
630 meter->used = now_ms;
/linux-master/drivers/hwmon/
H A Dabituguru3.c104 /* Two i/o-ports are used by uGuru */
963 int i, j, type, used, sysfs_names_free, sysfs_attr_i, res = -ENODEV; local
1015 used = snprintf(sysfs_filename, sysfs_names_free,
1023 sysfs_filename += used;
1024 sysfs_names_free -= used;
/linux-master/drivers/infiniband/hw/hfi1/
H A Dexp_rcv.h81 u8 used; member in struct:tid_group
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h139 DECLARE_BITMAP(used, MTHCA_DB_REC_PER_PAGE);
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dmmu.h17 bool used:1; /* Region allocated. */ member in struct:nvkm_vma
/linux-master/drivers/net/dsa/realtek/
H A Drealtek.h127 int rtl8366_mc_is_used(struct realtek_priv *priv, int mc_index, int *used);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dverifier_spin_lock.c362 static __naked __noinline __attribute__((used))
466 * ; if check_ids() is used.
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c19 u16 used; member in struct:drm_i915_mocs_entry
27 u8 wb_index; /* Only used on HAS_L3_CCS_READ() platforms */
91 .used = 1, \
114 * should be initialized according to bspec and never used, for older
125 * be used, they may be changed to low performant variants with better
145 * - used by the L3 for all of its evictions.
148 * - used to force L3 uncachable cycles.
156 /* NOTE: the LE_TGT_CACHE is not used on Broxton */
267 * These reserved entries should never be used, they may be changed
587 * Get control_value from MOCS entry taking into account when it's not used
[all...]
/linux-master/fs/xfs/scrub/
H A Dalloc_repair.c53 * Because the final step of building a new index is to free the space used by
58 * The scan of the reverse mapping information records the space used by OWN_AG
82 * reservation and used to format new btree blocks. The remaining records are
538 xfs_agblock_t free_agbno = resv->agbno + resv->used;
539 xfs_extlen_t free_aglen = resv->len - resv->used;
544 /* Add a deferred rmap for each extent we used. */
545 if (resv->used > 0)
547 resv->used, XFS_RMAP_OWN_AG);
571 * allocation, and blocks that didn't get used can be freed via the usual
/linux-master/include/sound/
H A Demux_synth.h105 int used; /* use counter */ member in struct:snd_emux
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c176 bool used = false; local
225 used = true;
235 used = false;
241 if (!used)
/linux-master/fs/ntfs3/
H A Dsuper.c411 /* If ntfs3 is used as legacy ntfs enforce read-only mode. */
462 * number of used mft records ~= number of files + folders
473 sbi->cluster_size, sbi->used.bitmap.nbits,
594 wnd_close(&sbi->used.bitmap);
665 struct wnd_bitmap *wnd = &sbi->used.bitmap;
1071 sbi->used.bitmap.nbits = clusters;
1086 rec->used = cpu_to_le32(ao + ALIGN(sizeof(enum ATTR_TYPE), 8));
1208 * 'cause 'sbi->volume.ni' is used 'ntfs_set_state'.
1315 sbi->mft.used = ni->i_valid >> sbi->record_bits;
1349 tt = sbi->used
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S40 | ICTR is a flag used in A13. It must be set before the
56 | sign of ISCALE, used in A9. Fp1 contains
82 | mode. The FPSP routine sintd0 is used. The output
93 | The binstr routine is used to convert the LEN digit
110 | The registers are used as follows:
270 | ICTR is a flag used in A13. It must be set before the
271 | loop entry A6. The lower word of d5 is used for ICTR.
332 | of ISCALE, used in A9. Fp1 contains 10^^(abs(ISCALE)) using
562 | The FPSP routine sintd0 is used. The output is in fp0.
586 moveml %d0-%d1/%a0-%a1,-(%a7) |save regs used b
[all...]
H A Dsint.S10 | respectively. Entry point sintdo is used by bindec.
217 | ;used by round
/linux-master/sound/firewire/
H A Dcmp.c158 * @used: the pointer to store the result of checking the connection
160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) argument
169 *used = !!(pcr & cpu_to_be32(PCR_BCAST_CONN |
/linux-master/arch/arm/mm/
H A Dpmsa-v7.c412 mpu_rgn_info.used++;
474 mpu_rgn_info.used, mpu_max_regions);
/linux-master/tools/mm/
H A Dslabinfo.c824 /* Bytes used for object storage in a slab */
828 /* Waste: Bytes used for alignment and padding */
859 unsigned long used; local
871 used = s->objects * s->object_size;
872 wasted = size - used;
899 if (used < min_used)
900 min_used = used;
924 if (used > max_used)
925 max_used = used;
941 total_used += used;
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dhw_stats_l3.sh325 used=$(ip -j stats show dev $rp1.200 group offload subgroup hw_stats_info |
326 jq '.[].info.l3_stats.used')
329 if [[ $used != true ]]; then
/linux-master/sound/soc/sof/intel/
H A Dhda-codec.c89 if (codec->jacktbl.used)
112 if (codec->jacktbl.used)
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h33 #define SEC(name) __attribute__((section(name), used))
40 __attribute__((section(name), used)) \
66 * commonly-used macros like NULL and KERNEL_VERSION aren't available through
125 * of the program code are never used and hence eliminated by the compiler.
127 * For example, consider a switch statement that covers known cases used by
317 * that can be used pretty naturally. E.g., for some hypothetical cgroup
349 /* for bpf_iter_##type##_destroy() when used from cleanup() attribute */ \
360 * to range [start, end), so this can be used for accessing arrays without
378 /* for bpf_iter_num_destroy() when used from cleanup() attribute */ \
403 /* for bpf_iter_num_destroy() when used fro
[all...]

Completed in 200 milliseconds

1234567891011>>