Searched refs:fetched (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/sparc/prom/
H A Dbootstr_32.c14 static char fetched __initdata = 0;
23 if (fetched) {
61 fetched = 1;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhif.c465 int fetched = 0; local
478 lk_ahd, &fetched);
482 if (!fetched)
/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c769 int fetched, i; local
803 for (fetched = 0; fetched < edid_len; fetched += FETCH_SIZE) {
811 REG_DDC_SEGM, fetched >> 8,
812 REG_DDC_OFFSET, fetched & 0xff,
844 sii8620_read_buf(ctx, REG_DDC_DATA, edid + fetched, FETCH_SIZE);
845 if (fetched + FETCH_SIZE == EDID_LENGTH) {
/linux-master/tools/perf/scripts/python/
H A 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)
[all...]
/linux-master/tools/perf/
H A Dbuiltin-inject.c90 bool fetched; member in struct:guest_session
1476 if (!gs->fetched) {
1480 gs->fetched = true;
1560 gs->fetched = false;
/linux-master/arch/m68k/fpsp040/
H A Dsatan.S32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S2765 # the data has been fetched from the supervisor stack, but we have not
6170 # Step 4. Return arctan(F) + poly, arctan(F) is fetched from a #
16273 # Dn is fetched and decremented by one. If Dn is not equal to -1, add #
20189 # For packed, the k-factor must be fetched from the instruction #
21062 # d0 = value of register fetched #

Completed in 315 milliseconds