Home
last modified time | relevance | path

Searched refs:Busy (Results 1 – 15 of 15) sorted by relevance

/linux/rust/kernel/ !
H A Dmaple_tree.rs480 AllocErrorKind::Busy in alloc_range()
633 Busy, enumerator
644 AllocErrorKind::Busy => EBUSY, in from()
/linux/Documentation/devicetree/bindings/mtd/ !
H A Dfsl-upm-nand.txt12 - gpios : may specify optional GPIOs connected to the Ready-Not-Busy pins
H A Datmel-nand.txt42 - rb-gpios: the GPIO(s) used to check the Ready/Busy status of the NAND.
45 - atmel,rb: an integer identifying the native Ready/Busy pin. Only meaningful
/linux/Documentation/trace/ !
H A Duser_events.rst244 Busy: BusyCount
251 Busy: 0
258 Busy: 1
/linux/drivers/video/fbdev/riva/ !
H A Driva_hw.h465 int (*Busy)(struct _riva_hw_inst *); member
H A Driva_hw.c2003 chip->Busy = nv3Busy; in nv3GetConfig()
2060 chip->Busy = nv4Busy; in nv4GetConfig()
2165 chip->Busy = nv10Busy; in nv10GetConfig()
H A Dfbdev.c954 while (par->riva.Busy(&par->riva)); in wait_for_idle()
/linux/Documentation/networking/ !
H A Dnapi.rst255 Busy polling
258 Busy polling allows a user process to check for incoming packets before
263 Busy polling is enabled by either setting ``SO_BUSY_POLL`` on
/linux/tools/perf/scripts/python/ !
H A Dexported-sql-viewer.py428 def Busy(self): member in FindBar
1075 self.find_bar.Busy()
2813 def Busy(self): member in FetchMoreRecordsBar
2854 self.Busy()
3274 self.find_bar.Busy()
4108 self.find_bar.Busy()
4228 self.find_bar.Busy()
/linux/tools/perf/Documentation/ !
H A Dperf-sched.txt151 2) Busy Load Balance: Load balancing performed when the CPU was busy.
/linux/Documentation/input/devices/ !
H A Djoystick-parport.rst600 11 BUSY Busy
/linux/Documentation/driver-api/ !
H A Dparport-lowlevel.rst1243 - PARPORT_STATUS_BUSY (busy, "Busy")
/linux/drivers/scsi/aic7xxx/ !
H A Daic79xx.reg2014 field BSYX 0x08 /* Busy Expander */
H A Daic7xxx.seq1790 * Index into our Busy Target table. SINDEX and DINDEX are modified
/linux/arch/x86/ !
H A DKconfig2837 Enable calls to APM CPU Idle/CPU Busy inside the kernel's idle loop.