Home
last modified time | relevance | path

Searched full:blocked (Results 1 – 25 of 159) sorted by relevance

1234567

/openbmc/qemu/scripts/qemugdb/
H A Dtcg.py24 gdb.write("Thread, BQL (iothread_mutex), Replay, Blocked?\n")
36 blocked = ("__lll_lock_wait waiting on %s from %d" %
39 blocked = "not blocked"
42 iothread, replay, blocked))
/openbmc/qemu/docs/interop/
H A Dqemu-ga.rst34 RPCs will be blocked by default, except for the allowed list.
36 If a blocked RPCs list is defined in the configuration, then all
37 RPCs will be allowed by default, except for the blocked list.
39 If both allowed and blocked RPCs lists are defined in the configuration,
40 then all RPCs will be blocked by default, then the allowed list will
41 be applied, followed by the blocked list.
44 of RPCs will blocked, regardless of what the general configuration
/openbmc/obmc-console/
H A Dtty-handler.c37 bool blocked; member
61 * A "blocked" handler indicates that the last write returned EAGAIN
67 * blocked mode and can continue writing.
69 static void tty_set_blocked(struct tty_handler *th, bool blocked) in tty_set_blocked() argument
73 if (blocked == th->blocked) { in tty_set_blocked()
77 th->blocked = blocked; in tty_set_blocked()
80 if (th->blocked) { in tty_set_blocked()
99 } else if (th->blocked) { in tty_drain_queue()
H A Dsocket-handler.c45 bool blocked; member
111 static void client_set_blocked(struct client *client, bool blocked) in client_set_blocked() argument
115 if (client->blocked == blocked) { in client_set_blocked()
119 client->blocked = blocked; in client_set_blocked()
122 if (client->blocked) { in client_set_blocked()
186 /* if we're already blocked, no need for the write */ in client_drain_queue()
187 if (!block && client->blocked) { in client_drain_queue()
254 if (client->blocked) { in client_timeout()
/openbmc/qemu/block/
H A Dio_uring.c48 bool blocked; member
261 s->io_q.blocked = (s->io_q.in_queue > 0); in ioq_submit()
313 io_q->blocked = false; in ioq_init()
319 trace_luring_unplug_fn(s, s->io_q.blocked, s->io_q.in_queue, in luring_deferred_fn()
321 if (!s->io_q.blocked && s->io_q.in_queue > 0) { in luring_deferred_fn()
377 trace_luring_do_submit(s, s->io_q.blocked, s->io_q.in_queue, in luring_do_submit()
379 if (!s->io_q.blocked) { in luring_do_submit()
H A Dlinux-aio.c53 bool blocked; member
287 io_q->blocked = false; in ioq_init()
328 s->io_q.blocked = (s->io_q.in_queue > 0); in ioq_submit()
365 if (!s->io_q.blocked && !QSIMPLEQ_EMPTY(&s->io_q.pending)) { in laio_deferred_fn()
409 if (!s->io_q.blocked) { in laio_do_submit()
/openbmc/qemu/linux-user/mips/
H A Dsignal.c249 sigset_t blocked; in do_sigreturn() local
262 target_to_host_sigset_internal(&blocked, &target_set); in do_sigreturn()
263 set_sigmask(&blocked); in do_sigreturn()
355 sigset_t blocked; in do_rt_sigreturn() local
363 target_to_host_sigset(&blocked, &frame->rs_uc.tuc_sigmask); in do_rt_sigreturn()
364 set_sigmask(&blocked); in do_rt_sigreturn()
/openbmc/qemu/linux-user/sh4/
H A Dsignal.c276 sigset_t blocked; in do_sigreturn() local
291 target_to_host_sigset_internal(&blocked, &target_set); in do_sigreturn()
292 set_sigmask(&blocked); in do_sigreturn()
309 sigset_t blocked; in do_rt_sigreturn() local
317 target_to_host_sigset(&blocked, &frame->uc.tuc_sigmask); in do_rt_sigreturn()
318 set_sigmask(&blocked); in do_rt_sigreturn()
/openbmc/qemu/hw/input/
H A Dtrace-events20 adb_bus_autopoll_block(bool blocked) "blocked: %d"
/openbmc/qemu/include/chardev/
H A Dspice.h13 bool blocked; member
/openbmc/qemu/include/migration/
H A Dblocker.h87 * @mode - one or more migration modes to be blocked. The list is terminated
88 * by -1 or MIG_MODE_ALL. For the latter, all modes are blocked.
/openbmc/qemu/linux-user/riscv/
H A Dsignal.c167 sigset_t blocked; in restore_ucontext() local
176 target_to_host_sigset_internal(&blocked, &target_set); in restore_ucontext()
177 set_sigmask(&blocked); in restore_ucontext()
/openbmc/qemu/include/hw/pci/
H A Dpcie_regs.h105 #define PCI_ERR_UNC_ATOP_EBLOCKED 0x01000000 /* atomic op egress blocked */
106 #define PCI_ERR_UNC_TLP_PRF_BLOCKED 0x02000000 /* TLP Prefix Blocked */
/openbmc/qemu/chardev/
H A Dspice.c54 scd->blocked = false; in vmc_read()
137 return !src->scd->blocked; in spice_char_source_prepare()
149 return !src->scd->blocked; in spice_char_source_check()
203 s->blocked = true; in spice_chr_write()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Security/
H A DRestrictionMode.interface.yaml37 commands are blocked (except BIOS SMI based ones).
/openbmc/u-boot/include/
H A Drelocate.h20 * clear_bss() - Clear the BSS (Blocked Start by Symbol) segment
/openbmc/phosphor-logging/tools/phosphor-logging/schemas/
H A Deventfilter.schema.yaml14 - "blocked"
/openbmc/qemu/hw/misc/
H A Dtz-mpc.c365 /* Handle a blocked transaction: raise IRQ, capture info, etc */ in tz_mpc_handle_block()
367 /* First blocked transfer: capture information into INT_INFO1 and in tz_mpc_handle_block()
368 * INT_INFO2. Subsequent transfers are still blocked but don't in tz_mpc_handle_block()
389 * blocking them; non-blocked accesses go directly to the downstream
551 s, "tz-mpc-blocked-io", size); in tz_mpc_realize()
556 "tz-mpc-blocked-io"); in tz_mpc_realize()
/openbmc/qemu/tests/tcg/multiarch/
H A Dsigreturn-sigmask.c4 * Then sigwait() SIGUSR2, which relies on it remaining blocked.
/openbmc/pldm/requester/
H A DREADME.md9 daemon is not blocked till the response is received for a request.
/openbmc/qemu/include/system/
H A Daccel-blocker.h51 * This function allows blocked accel_{cpu_}ioctl_begin() to continue.
/openbmc/qemu/tests/qtest/
H A Daspeed_scu-test.c148 * Test if SCU register writes are correctly allowed or blocked
175 /* Write a known arbitrary value to test that the write is blocked */ in test_write_permission_lock_state()
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dmdev-mount.sh23 # blocked
/openbmc/qemu/linux-user/ppc/
H A Dsignal.c579 sigset_t blocked; in do_sigreturn() local
589 target_to_host_sigset_internal(&blocked, &set); in do_sigreturn()
590 set_sigmask(&blocked); in do_sigreturn()
614 sigset_t blocked; in do_setcontext() local
631 target_to_host_sigset(&blocked, &set); in do_setcontext()
632 set_sigmask(&blocked); in do_setcontext()
/openbmc/qemu/include/io/
H A Ddns-resolver.h165 * of the caller may be blocked for an arbitrary length
192 * of the caller will not be blocked.

1234567