Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 21 of 21) sorted by relevance

/arch/riscv/include/asm/
Dspinlock.h29 int tmp = 1, busy; in arch_spin_trylock() local
34 : "=r" (busy), "+A" (lock->lock) in arch_spin_trylock()
38 return !busy; in arch_spin_trylock()
86 int busy; in arch_read_trylock() local
96 : "+A" (lock->lock), "=&r" (busy) in arch_read_trylock()
99 return !busy; in arch_read_trylock()
104 int busy; in arch_write_trylock() local
114 : "+A" (lock->lock), "=&r" (busy) in arch_write_trylock()
117 return !busy; in arch_write_trylock()
/arch/arm/mach-spear/
Dpl080.c26 unsigned char busy; member
38 if (signals[signal].busy && in pl080_get_signal()
45 if (!signals[signal].busy) { in pl080_get_signal()
58 signals[signal].busy++; in pl080_get_signal()
72 if (!signals[signal].busy) in pl080_put_signal()
75 signals[signal].busy--; in pl080_put_signal()
/arch/arm/mach-lpc32xx/
Dsuspend.S52 @ Wait for SDRAM busy status to go busy and then idle
/arch/sh/drivers/dma/
Ddma-api.c175 if (atomic_read(&channel->busy) == 0) in dmac_search_free_channel()
184 atomic_set(&channel->busy, 1); in dmac_search_free_channel()
198 if (atomic_xchg(&channel->busy, 1)) in request_dma()
206 atomic_set(&channel->busy, 0); in request_dma()
223 atomic_set(&channel->busy, 0); in free_dma()
373 atomic_set(&chan->busy, 0); in register_dmac()
/arch/m68k/fpsp040/
Dgen_except.S68 | Fix up the new busy frame with entries from the unimp frame
71 movel ETEMP_HI(%a6),ETEMP_HI(%a1) |frame to busy frame
84 movel %d0,CMDREG3B(%a1) |in the busy frame
138 | On a busy frame, we must clear the nmnexc bits.
141 bnes check_fr |if busy, clr nmnexc
203 movel %d0,CMDREG3B(%a6) |in the busy frame
278 cmpib #BUSY_SIZE-4,1(%a7) |check for busy frame
279 beqs busy_fr |if unimp, grow to busy
295 moveb #BUSY_SIZE-4,1(%a7) |write busy fmt word.
315 movel %d0,CMDREG3B(%a6) |in the busy frame
[all …]
Dx_snan.S101 moveb VER_TMP(%a6),(%a7) |format a busy frame
112 | Exit snan handler by expanding the unimp frame into a busy frame
129 moveb VER_TMP(%a6),(%a7) |format a busy frame
130 moveb #BUSY_SIZE-4,1(%a7) |write busy size
Dbugfix.S304 | The frame returned is idle. We must build a busy frame to hold
340 | The frame returned is busy. It is not possible to reconstruct
430 | The frame returned is idle. We must build a busy frame to hold
477 | The frame returned is busy. It is not possible to reconstruct
Dfpsp.h125 | words of a busy frame are the same as the unimplemented frame.
329 .set BUSY_SIZE,100 | size of busy frame
330 .set BUSY_FRAME,LV-BUSY_SIZE | start of busy frame
/arch/mips/include/asm/octeon/
Dcvmx-mixx-defs.h92 uint64_t busy:1; member
104 uint64_t busy:1;
114 uint64_t busy:1; member
126 uint64_t busy:1;
Dcvmx-mio-defs.h3969 uint64_t busy:1; member
3971 uint64_t busy:1;
4384 uint64_t busy:1; member
4386 uint64_t busy:1;
/arch/x86/kernel/cpu/resctrl/
Dmonitor.c25 int busy; member
130 if (!--entry->busy) { in __check_limbo()
174 entry->busy = 0; in add_rmid_to_limbo()
190 entry->busy++; in add_rmid_to_limbo()
194 if (entry->busy) in add_rmid_to_limbo()
/arch/mips/include/asm/sn/
Dlaunch.h69 volatile u64 busy; /* Slave currently active */ member
/arch/arm/kernel/
Ddma.c63 goto busy; in request_dma()
82 busy: in request_dma()
/arch/x86/platform/intel-mid/
Dpwr.c135 bool busy; in mid_pwr_wait() local
138 busy = mid_pwr_is_busy(pwr); in mid_pwr_wait()
139 if (!busy) in mid_pwr_wait()
/arch/sh/include/asm/
Ddma.h77 atomic_t busy; member
/arch/arm64/kernel/
Dfpsimd.c167 bool busy = __this_cpu_xchg(fpsimd_context_busy, true); in __get_cpu_fpsimd_context() local
169 WARN_ON(busy); in __get_cpu_fpsimd_context()
189 bool busy = __this_cpu_xchg(fpsimd_context_busy, false); in __put_cpu_fpsimd_context() local
191 WARN_ON(!busy); /* No matching get_cpu_fpsimd_context()? */ in __put_cpu_fpsimd_context()
/arch/arm/include/debug/
Dsamsung.S63 @ busy waiting for non fifo
/arch/arm/boot/dts/
Dimx6dl-eckelmann-ci4x10.dts198 /* without SION i2c doesn't detect bus busy */
/arch/powerpc/platforms/powernv/
Dvas-window.c1245 int busy; in poll_window_busy_state() local
1251 busy = GET_FIELD(VAS_WIN_BUSY, val); in poll_window_busy_state()
1252 if (busy) { in poll_window_busy_state()
/arch/arm/mach-imx/
Dmmdc.c86 PMU_EVENT_ATTR_STRING(busy-cycles, mmdc_pmu_busy_cycles, "event=0x01")
/arch/x86/kvm/
Dx86.c8558 goto busy; in inject_pending_event()
8607 goto busy; in inject_pending_event()
8620 goto busy; in inject_pending_event()
8635 goto busy; in inject_pending_event()
8653 busy: in inject_pending_event()