Searched refs:loaded (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/tools/perf/util/
H A Dcounts.h15 struct xyarray *loaded; member in struct:perf_counts
28 return *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread));
32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) argument
34 *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)) = loaded;
H A Dcounts.c32 counts->loaded = values;
41 xyarray__delete(counts->loaded);
49 xyarray__reset(counts->loaded);
H A Ddso.h183 bool loaded; member in struct:dso
243 dso->loaded = true;
/linux-master/drivers/platform/x86/intel/ifs/
H A Dsysfs.c115 if (!ifsd->loaded)
124 * Display currently loaded IFS image version.
131 if (!ifsd->loaded)
H A Difs.h49 * A different test file can be loaded by writing the numerical portion
55 * The above file can also be read to know the currently loaded image.
271 * @loaded_version: stores the currently loaded ifs image version.
272 * @loaded: If a valid test binary has been loaded into the memory
277 * @cur_batch: number indicating the currently loaded test file
284 bool loaded; member in struct:ifs_data
H A Dload.c173 return !ifsd->loaded ||
420 ifsd->loaded = (ret == 0);
/linux-master/arch/arm64/kvm/
H A Dreset.c183 * handling code. In the first case, the VCPU will not be loaded, and in the
184 * second case the VCPU will be loaded. Because this function operates purely
186 * we were loaded (handling a request) and load the values back at the end of
194 bool loaded; local
206 loaded = (vcpu->cpu != -1);
207 if (loaded)
264 if (loaded)
H A Darch_timer.c281 WARN_ON(timer_ctx && timer_ctx->loaded);
315 WARN(ctx->loaded, "timer %d loaded\n", i);
390 if (timer_ctx->loaded) {
508 if (!ctx->loaded)
561 ctx->loaded = false;
614 if (ctx->loaded)
643 ctx->loaded = true;
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c533 unsigned int loaded; local
536 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
548 return loaded;
563 unsigned int loaded; local
566 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
575 return loaded;
[all...]
H A Drefcount_repair.c528 unsigned int loaded; local
531 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
541 return loaded;
H A Dalloc_repair.c613 unsigned int loaded; local
616 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
628 return loaded;
H A Dbmap_repair.c441 unsigned int loaded; local
444 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) {
458 return loaded;
602 * thereafter that it remains loaded, so we must not violate that
/linux-master/drivers/iommu/
H A Diova.c580 struct iova_magazine *loaded; member in struct:iova_cpu_rcache
736 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL);
738 if (!cpu_rcache->loaded || !cpu_rcache->prev) {
774 if (!iova_magazine_full(cpu_rcache->loaded)) {
777 swap(cpu_rcache->prev, cpu_rcache->loaded);
784 iova_depot_push(rcache, cpu_rcache->loaded);
788 cpu_rcache->loaded = new_mag;
794 iova_magazine_push(cpu_rcache->loaded, iova_pfn);
828 if (!iova_magazine_empty(cpu_rcache->loaded)) {
831 swap(cpu_rcache->prev, cpu_rcache->loaded);
[all...]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvsx_asm.S26 # that the VMX have been loaded with varray. Will proceed to check the
H A Dvmx_asm.S114 # the VMX have been loaded with varray. Will proceed to check the validity of
H A Dfpu_asm.S133 # has been loaded with darray. Will proceed to check the validity of the FPU
/linux-master/include/kvm/
H A Darm_arch_timer.h67 bool loaded; member in struct:arch_timer_context
/linux-master/kernel/module/
H A Dsysfs.c79 /* Count loaded sections and allocate structures */
174 unsigned int notes, loaded, i; local
199 for (loaded = i = 0; i < info->hdr->e_shnum; ++i) {
204 nattr->attr.name = mod->sect_attrs->attrs[loaded].battr.attr.name;
211 ++loaded;
351 pr_err("%s: module is already loaded\n", mod->name);
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S125 .long 0 ! address of loaded ramdisk image
/linux-master/sound/soc/intel/catpt/
H A Dcore.h51 bool loaded; member in struct:catpt_module_type
/linux-master/arch/mips/kernel/
H A Dentry.S142 jal do_notify_resume # a2 already loaded
/linux-master/drivers/staging/media/ipu3/
H A Dipu3-css-fw.h106 u32 group; /* Per pipeline data, loaded by dma */
107 u32 output; /* SP output data, loaded by dmem */
159 u32 loaded __aligned(8); /* Firmware has been loaded */
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfw_tracer.h88 bool loaded; member in struct:mlx5_fw_tracer::__anon1594
/linux-master/include/linux/
H A Digmp.h87 char loaded; member in struct:ip_mc_list
/linux-master/arch/riscv/kvm/
H A Dvcpu.c51 bool loaded; local
59 loaded = (vcpu->cpu != -1);
60 if (loaded)
89 if (loaded)

Completed in 3483 milliseconds

123