Home
last modified time | relevance | path

Searched refs:fetched (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v6.1/arch/sparc/prom/
Dbootstr_32.c14 static char fetched __initdata = 0;
23 if (fetched) { in prom_getbootargs()
61 fetched = 1; in prom_getbootargs()
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-trbe6 is fetched from the TRBIDR register.
13 and dirty flag updates as well. This value is fetched from
/Linux-v6.1/drivers/net/wireless/ath/ath6kl/
Dhif.c465 int fetched = 0; in proc_pending_irqs() local
478 lk_ahd, &fetched); in proc_pending_irqs()
482 if (!fetched) in proc_pending_irqs()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dsil-sii8620.c769 int fetched, i; in sii8620_fetch_edid() local
803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) { in sii8620_fetch_edid()
811 REG_DDC_SEGM, fetched >> 8, in sii8620_fetch_edid()
812 REG_DDC_OFFSET, fetched & 0xff, in sii8620_fetch_edid()
844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE); in sii8620_fetch_edid()
845 if (fetched + FETCH_SIZE == EDID_LENGTH) { in sii8620_fetch_edid()
/Linux-v6.1/Documentation/bpf/
Dlinux-notes.rst36 * Register R0 is an implicit output which contains the data fetched from
Dmap_hash.rst96 libbpf's ``bpf_map_get_next_key()`` function. The first key can be fetched by
/Linux-v6.1/Documentation/fb/
Dsh7760fb.rst36 Video data is fetched via the DMABRG DMA engine, so you have to
/Linux-v6.1/tools/perf/scripts/python/
Dexported-sql-viewer.py2555 self.fetched = 0
2580 if target > self.fetched or target < 0:
2621 fetched = 0
2622 while batch_size > fetched:
2628 fetched += 1
2629 if fetched:
2630 self.fetched += fetched
2632 self.fetch_count.value += fetched
2641 batch_size = min(glb_chunk_sz, target - self.fetched)
2662 self.fetched = 0
[all …]
/Linux-v6.1/Documentation/admin-guide/hw-vuln/
Dmultihit.rst50 Under this errata, instructions are fetched from a linear address translated
/Linux-v6.1/arch/m68k/fpsp040/
Dsatan.S32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
/Linux-v6.1/tools/perf/
Dbuiltin-inject.c90 bool fetched; member
1452 if (!gs->fetched) { in guest_session__inject_events()
1456 gs->fetched = true; in guest_session__inject_events()
1536 gs->fetched = false; in guest_session__inject_events()
/Linux-v6.1/Documentation/usb/
Dusbmon.rst316 uint32_t *offvec; /* Vector of events fetched */
317 uint32_t nfetch; /* Number of events to fetch (out: fetched) */
/Linux-v6.1/Documentation/arm64/
Dcpu-feature-registers.rst203 as available on the CPU where it is fetched and is not a system
/Linux-v6.1/Documentation/firmware-guide/acpi/
Dosi.rst90 _OS "Microsoft Windows NT", though it seems somewhat far-fetched
/Linux-v6.1/Documentation/staging/
Dcrc32.rst157 Each step, 32 bits of data is fetched, XORed with the CRC, and the result
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst139 space. The rest of the packet payload is fetched by the
/Linux-v6.1/Documentation/sparc/oradax/
Ddax-hv-api.txt1309 …COMPLETED 0 The CCB has been fetched and executed, and is no longer acti…
1312 …INPROGRESS 2 The CCB has been fetched and is currently being executed. It…
1366 …COMPLETED 0 The CCB has been fetched and executed, and is no longer active in
1373 … KILLED 2 The CCB had been fetched and was being executed when the kill
/Linux-v6.1/Documentation/driver-api/
Dxillybus.rst200 (IP core) is built. They are fetched from the IDT (the data structure which
/Linux-v6.1/Documentation/sound/hd-audio/
Dnotes.rst740 The script can be fetched directly from the following URL, too:
/Linux-v6.1/Documentation/admin-guide/pm/
Dcpuidle.rst20 a program is suspended and instructions belonging to it are not fetched from
/Linux-v6.1/Documentation/kernel-hacking/
Dlocking.rst1108 don't realize that the pre-fetched contents is wrong when the ``next``
/Linux-v6.1/Documentation/RCU/Design/Requirements/
DRequirements.rst369 pointer fetched by rcu_dereference() may not be used outside of the
440 | use rcu_dereference(). It could reuse a value formerly fetched |
/Linux-v6.1/drivers/scsi/aic7xxx/
Daic7xxx.seq572 * the total for the command since we've already fetched
/Linux-v6.1/arch/mips/
DKconfig2612 # I-cache line worth of instructions being fetched may case spurious
/Linux-v6.1/Documentation/filesystems/
Dproc.rst1745 be fetched from the storage layer. Done at the submit_bio() level, so it is

12