Searched refs:fetched (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/prom/ |
H A D | bootstr_32.c | 14 static char fetched __initdata = 0; 23 if (fetched) { in prom_getbootargs() 61 fetched = 1; in prom_getbootargs()
|
/kernel/linux/linux-6.6/arch/sparc/prom/ |
H A D | bootstr_32.c | 14 static char fetched __initdata = 0; 23 if (fetched) { in prom_getbootargs() 61 fetched = 1; in prom_getbootargs()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 465 int fetched = 0; in proc_pending_irqs() local 478 lk_ahd, &fetched); in proc_pending_irqs() 482 if (!fetched) in proc_pending_irqs()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | hif.c | 465 int fetched = 0; in proc_pending_irqs() local 478 lk_ahd, &fetched); in proc_pending_irqs() 482 if (!fetched) in proc_pending_irqs()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 769 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | sil-sii8620.c | 769 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()
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2554 self.fetched = 0 2579 if target > self.fetched or target < 0: 2620 fetched = 0 2621 while batch_size > fetched: 2627 fetched += 1 2628 if fetched: 2629 self.fetched += fetched 2631 self.fetch_count.value += fetched 2640 batch_size = min(glb_chunk_sz, target - self.fetched) [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 2555 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...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 90 bool fetched; member 1476 if (!gs->fetched) { in guest_session__inject_events() 1480 gs->fetched = true; in guest_session__inject_events() 1560 gs->fetched = false; in guest_session__inject_events()
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | satan.S | 32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | satan.S | 32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 2765 # 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 #
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 2765 # 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 79 milliseconds