Home
last modified time | relevance | path

Searched +full:foo +full:- +full:queue (Results 1 – 25 of 69) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A Dphp-fpm.conf7 ; '-p' argument from the command line.
13 ; - the global prefix if it's been set (-p arguement)
14 ; - /usr otherwise
25 ;pid = run/php-fpm.pid
31 ; Default Value: log/php-fpm.log
32 ;error_log = log/php-fpm.log
44 ; Default Value: php-fpm
45 ;syslog.ident = php-fpm
80 ; The value can vary from -19 (highest priority) to 20 (lower priority)
81 ; Note: - It will only work if the FPM master process is launched as root
[all …]
/openbmc/linux/Documentation/devicetree/bindings/misc/
H A Dintel,ixp4xx-ahb-queue-manager.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
4 ---
5 $id: http://devicetree.org/schemas/misc/intel,ixp4xx-ahb-queue-manager.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
8 title: Intel IXP4xx AHB Queue Manager
11 - Linus Walleij <linus.walleij@linaro.org>
14 The IXP4xx AHB Queue Manager maintains queues as circular buffers in
18 queues from the queue manager with foo-queue = <&qmgr N> where the
19 &qmgr is a phandle to the queue manager and N is the queue resource
20 number. The queue resources available and their specific purpose
[all …]
/openbmc/linux/rust/macros/
H A Dlib.rs1 // SPDX-License-Identifier: GPL-2.0
43 /// fn init() -> Result<Self> {
59 /// - `type`: type which implements the [`Module`] trait (required).
60 /// - `name`: byte array of the name of the kernel module (required).
61 /// - `author`: byte array of the author of the kernel module.
62 /// - `description`: byte array of the description of the kernel module.
63 /// - `license`: byte array of the license of the kernel module (required).
64 /// - `alias`: byte array of alias name of the kernel module.
66 pub fn module(ts: TokenStream) -> TokenStream { in module()
74 /// default implementation for all non-required methods (and the default
[all …]
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-map.rst1 .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
4 bpftool-map
6 -------------------------------------------------------------------------------
8 -------------------------------------------------------------------------------
19 *OPTIONS* := { |COMMON_OPTIONS| | { **-f** | **--bpffs** } | { **-n** | **--nomount** } }
57 | | **queue** | **stack** | **sk_storage** | **struct_ops** | **ringbuf** | **inode_storage**
84 To create maps of type array-of-maps or hash-of-maps, the
142 Peek next value in the queue or stack.
151 Enqueue *VALUE* into the queue.
154 Dequeue and print value from the queue.
[all …]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt1 perf-config(1)
5 ----
6 perf-config - Get and set variables in a configuration file.
9 --------
11 'perf config' [<file-option>] [section.name[=value] ...]
13 'perf config' [<file-option>] -l | --list
16 -----------
20 -------
22 -l::
23 --list::
[all …]
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dfifo.json5 …"__comment": "When omitted, queue size in bfifo is calculated as: txqueuelen * (MTU + LinkLayerHdr…
16 "matchPattern": "qdisc bfifo 1: root.*limit [0-9]+b",
26 …"__comment": "When omitted, queue size in pfifo is defaulted to the interface's txqueuelen value.",
37 "matchPattern": "qdisc pfifo 1: root.*limit [0-9]+p",
57 "matchPattern": "qdisc bfifo ffff: root.*limit [0-9]+b",
66 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes",
86 "name": "Add pfifo qdisc on egress with queue size of 3000 packets",
117 "matchPattern": "qdisc bfifo 10000: root.*limit [0-9]+b",
163 "name": "Replace bfifo qdisc on egress with new queue size",
185 "name": "Replace pfifo qdisc on egress with new queue size",
[all …]
/openbmc/linux/drivers/net/wireless/ath/
H A Dath.h2 * Copyright (c) 2008-2009 Atheros Communications Inc.
30 * and station state to short-circuit node lookups on rx.
119 * struct ath_ops - Register read/write operations
195 return common->ps_ops; in ath_ps_ops()
234 * enum ath_debug_level - atheros wireless debug level
237 * @ATH_DBG_QUEUE: hardware queue management
252 * used exclusively for WLAN-BT coexistence starting from
262 * modifying debug level states -- but this is typically done through a
298 if ((common)->debug_mask & ATH_DBG_##dbg_mask) \
302 #define ATH_DBG_WARN(foo, arg...) WARN(foo, arg) argument
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dinotify.rst1 .. SPDX-License-Identifier: GPL-2.0
4 Inotify - A Powerful yet Simple File Change Notification System
13 - Deleted obsoleted interface, just refer to manpages for user interface.
29 What is the design decision behind using an-fd-per-instance as opposed to
30 an fd-per-watch?
33 An fd-per-watch quickly consumes more file descriptors than are allowed,
35 select()-able. Yes, root can bump the per-process fd limit and yes, users
38 spaces is thus sensible. The current design is what user-space developers
41 thousand times is silly. If we can implement user-space's preferences
42 cleanly--and we can, the idr layer makes stuff like this trivial--then we
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Devent.py6 # SPDX-License-Identifier: GPL-2.0-only
41 """ Class used as specification for UI event handler queue stub objects """
50 """ Class used as specification for UI event handler queue stub objects
145 self.assertEqual(len(test_handlers), count - 1)
321 debug_domains = {'BitBake.Foo': logging.WARNING}
336 logger1 = logging.getLogger("BitBake.Foo")
489 msg = "Foo Bar"
496 msg = "Foo Bar"
505 msg = "Foo Bar"
519 mcdata = {"foobar": "Foo Bar"}
[all …]
/openbmc/libmctp/
H A DREADME.md9 - Email: See [OWNERS](OWNERS). Please also Cc <openbmc@lists.ozlabs.org>
10 - Discord: #mctp on <https://discord.gg/69Km47zH98>
11 - IRC: #openbmc on Freenode
28 - `mctp = mctp_init()`: Initialise the MCTP core
29 - `binding = mctp_<binding>_init()`: Initialise a hardware binding
30 - `mctp_register_bus(mctp, binding, eid)`: Register the hardware binding with
35 - `mctp_set_rx_all(mctp, function)`: Provide a callback to be invoked when a
40 - `mctp_message_tx(mctp, message, len)`: Transmit a MCTP message
44 file-descriptor for the serial device has data available.
50 their messages, then the messages are re-packetised for the outgoing binding.
[all …]
/openbmc/linux/Documentation/power/
H A Druntime_pm.rst5 (C) 2009-2011 Rafael J. Wysocki <rjw@sisk.pl>, Novell Inc.
18 put their PM-related work items. It is strongly recommended that pm_wq be
20 them to be synchronized with system-wide power transitions (suspend to RAM,
53 The ->runtime_suspend(), ->runtime_resume() and ->runtime_idle() callbacks
57 1. PM domain of the device, if the device's PM domain object, dev->pm_domain,
60 2. Device type of the device, if both dev->type and dev->type->pm are present.
62 3. Device class of the device, if both dev->class and dev->class->pm are
65 4. Bus type of the device, if both dev->bus and dev->bus->pm are present.
69 dev->driver->pm directly (if present).
73 and bus type. Moreover, the high-priority one will always take precedence over
[all …]
/openbmc/qemu/include/qemu/
H A Dcoroutine.h11 * See the COPYING.LIB file in the top-level directory.
18 #include "qemu/coroutine-core.h"
19 #include "qemu/queue.h"
29 * These functions are re-entrant and may be used outside the BQL.
35 * static void coroutine_fn foo(void) {
59 /* A queue of waiters. Elements are added atomically in front of
77 * mutex->holder doesn't need any synchronisation if the assertion holds in qemu_co_mutex_assert_locked()
83 assert(qatomic_read(&mutex->locked) && in qemu_co_mutex_assert_locked()
84 mutex->holder == qemu_coroutine_self()); in qemu_co_mutex_assert_locked()
90 * CoQueues are a mechanism to queue coroutines in order to continue executing
[all …]
/openbmc/qemu/monitor/
H A Dmonitor-internal.h4 * Copyright (c) 2003-2004 Fabrice Bellard
28 #include "chardev/char-fe.h"
30 #include "qapi/qapi-types-control.h"
32 #include "qapi/qmp/json-parser.h"
50 * 'M' Non-negative target long (32 or 64 bit), in user mode the
60 * '/' optional gdb-like print format (like "/10x")
66 * '-' optional parameter (eg. '-f'); if followed by a 's', it
67 * specifies an optional string param (e.g. '-fs' allows '-f foo')
106 * The per-monitor lock. We can't access guest memory when holding
112 * Members that are protected by the per-monitor lock
[all …]
/openbmc/qemu/
H A Dhmp-commands-info.hx9 HXCOMM spaces of indent, so that the documentation list item for "info foo"
63 .args_type = "nodes:-n,verbose:-v,device:B?",
64 .params = "[-n] [-v] [device]",
66 "(-n: show named nodes; -v: show details)",
89 .name = "block-jobs",
97 ``info block-jobs``
103 .args_type = "cpustate_all:-a,vcpu:i?",
104 .params = "[-a|vcpu]",
105 .help = "show the cpu registers (-a: show register info for all cpus;"
119 .args_type = "apic-id:i?",
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py4 Handles preparation and execution of a queue of tasks
7 # Copyright (C) 2006-2007 Richard Purdie
9 # SPDX-License-Identifier: GPL-2.0-only
34 __find_sha256__ = re.compile( r'(?i)(?<![a-z0-9])[a-f0-9]{64}(?![a-z0-9])' )
61 fn = ":".join(elems[2:-1])
62 taskname = elems[-1]
107 self.active = self.active - 1
111 self.active = self.active - 1
204 tdiff = now - self.prev_pressure_time
206 cpu_pressure = (float(curr_cpu_pressure) - float(self.prev_cpu_pressure)) / tdiff
[all …]
/openbmc/openbmc/meta-security/recipes-ids/samhain/files/
H A Dsamhain-configure-add-option-for-ps.patch3 Date: Mon, 18 Jan 2016 00:24:57 -0500
14 Upstream-Status: Inappropriate [cross compile specific]
16 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
18 Signed-off-by: Armin Kuster <akuster808@gmail.com>
20 Index: samhain-4.4.2/configure.ac
22 --- samhain-4.4.2.orig/configure.ac
23 +++ samhain-4.4.2/configure.ac
24 @@ -743,56 +743,16 @@ then
28 -AC_MSG_CHECKING([for ps])
29 -PS=
[all …]
/openbmc/linux/net/unix/
H A Dgarbage.c1 // SPDX-License-Identifier: GPL-2.0-or-later
13 * - object w/ a bit
14 * - free list
18 * - explicit stack instead of recursion
19 * - tail recurse on first born instead of immediate push/pop
20 * - we gather the stuff that should not be killed into tree
25 * - don't just push entire root set; process in place
32 * of foo to bar and vice versa. Current code chokes on that.
38 * upon the beginning and unmark non-junk ones.
56 * parents (->gc_tree).
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py2 Generic Asynchronous Message-based Protocol Support
14 # pylint: disable=too-many-lines
51 _TaskFN = Callable[[], Awaitable[None]] # aka ``async def func() -> None``
79 :param error_message: Human-readable string describing the error.
80 :param exc: The root-cause exception.
84 #: Human-readable error string
89 def __str__(self) -> str:
105 :param error_message: Human-readable string describing the state violation.
117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name
121 def require(required_state: Runstate) -> Callable[[F], F]:
[all …]
/openbmc/linux/Documentation/networking/
H A Dsnmp_counter.rst17 .. _RFC1213 ipInReceives: https://tools.ietf.org/html/rfc1213#page-26
30 .. _RFC1213 ipInDelivers: https://tools.ietf.org/html/rfc1213#page-28
41 .. _RFC1213 ipOutRequests: https://tools.ietf.org/html/rfc1213#page-28
60 .. _Explicit Congestion Notification: https://tools.ietf.org/html/rfc3168#page-6
73 .. _RFC1213 ipInHdrErrors: https://tools.ietf.org/html/rfc1213#page-27
81 .. _RFC1213 ipInAddrErrors: https://tools.ietf.org/html/rfc1213#page-27
98 .. _RFC1213 ipInUnknownProtos: https://tools.ietf.org/html/rfc1213#page-27
111 .. _RFC1213 ipInDiscards: https://tools.ietf.org/html/rfc1213#page-28
118 .. _RFC1213 ipOutDiscards: https://tools.ietf.org/html/rfc1213#page-28
125 .. _RFC1213 ipOutNoRoutes: https://tools.ietf.org/html/rfc1213#page-29
[all …]
/openbmc/linux/Documentation/mm/
H A Dphysical_memory.rst1 .. SPDX-License-Identifier: GPL-2.0
8 architecture-independent abstraction to represent the physical memory. This
13 `Non-Uniform Memory Access (NUMA)
14 <https://en.wikipedia.org/wiki/Non-uniform_memory_access>`_.
15 With multi-core and multi-socket machines, memory may be arranged into banks
42 memory with DMA specific requirements (Documentation/core-api/dma-api.rst),
47 ``CONFIG_ZONE_DMA32`` configuration options. Some 64-bit platforms may need
59 only on some 32-bit architectures and is enabled with ``CONFIG_HIGHMEM``.
69 Documentation/admin-guide/mm/memory-hotplug.rst for additional details.
85 For example, with 32-bit kernel on an x86 UMA machine with 2 Gbytes of RAM the
[all …]
/openbmc/linux/include/net/
H A Dgro.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
16 /* Virtual address of skb_shinfo(skb)->frags[0].page + offset. */
32 /* This indicates where we are processing relative to skb->data. */
35 /* This is non-zero if the packet cannot be merged with the new skb. */
44 /* Used in ipv6_gro_receive() and foo-over-udp */
56 /* This is non-zero if the packet may be of the same flow. */
71 /* Used in foo-over-udp, set in udp[46]_gro_receive */
100 #define NAPI_GRO_CB(skb) ((struct napi_gro_cb *)(skb)->cb)
105 return ++NAPI_GRO_CB(skb)->recursion_counter == GRO_RECURSION_LIMIT; in gro_recursion_inc_test()
114 NAPI_GRO_CB(skb)->flush |= 1;
[all …]
/openbmc/qemu/docs/devel/
H A Dmulti-process.rst1 Multi-process QEMU
6 This is the design document for multi-process QEMU. It does not
31 -------------
34 VM control point, where VMs can be created, migrated, re-configured, and
40 A multi-process QEMU
43 A multi-process QEMU involves separating QEMU services into separate
51 A QEMU control process would remain, but in multi-process mode, will
53 provide the user interface to hot-plug devices or live migrate the VM.
55 A first step in creating a multi-process QEMU is to separate IO services
62 ----------------------
[all …]
/openbmc/linux/Documentation/bpf/
H A Dverifier.rst32 After kernel function call, R1-R5 are reset to unreadable and
35 Since R6-R9 are callee saved, their state is preserved across the call.
40 bpf_call foo
72 stack bounds, which are [-MAX_BPF_STACK, 0). In this example offset is 8,
78 Classic BPF verifier does similar check with M[0-15] memory slots.
81 bpf_ld R0 = *(u32 *)(R10 - 4)
85 Though R10 is correct read-only register and has type PTR_TO_STACK
86 and R10 - 4 is within stack bounds, there were no stores into that location.
88 Pointer register spill/fill is tracked as well, since four (R6-R9)
91 Allowed function calls are customized with bpf_verifier_ops->get_func_proto()
[all …]
/openbmc/linux/ipc/
H A Dmqueue.c70 * Accesses to a message queue are synchronized by acquiring info->lock.
73 * - The actual wakeup of a sleeping task is performed using the wake_q
74 * framework. info->lock is already released when wake_up_q is called.
75 * - The exit codepaths after sleeping check ext_wait_queue->state without
77 * acquiring info->lock.
94 * ->state = STATE_READY (reordered)
102 * the smp_store_release() that does ->state = STATE_READY.
116 * receiver->msg = message; (reordered)
120 * 3) There is intentionally no barrier when setting current->state
121 * to TASK_INTERRUPTIBLE: spin_unlock(&info->lock) provides the
[all …]
/openbmc/linux/net/sunrpc/
H A Drpc_pipe.c1 // SPDX-License-Identifier: GPL-2.0-only
72 msg = list_entry(head->next, struct rpc_pipe_msg, list); in rpc_purge_list()
73 list_del_init(&msg->list); in rpc_purge_list()
74 msg->errno = err; in rpc_purge_list()
91 spin_lock(&pipe->lock); in rpc_timeout_upcall_queue()
92 destroy_msg = pipe->ops->destroy_msg; in rpc_timeout_upcall_queue()
93 if (pipe->nreaders == 0) { in rpc_timeout_upcall_queue()
94 list_splice_init(&pipe->pipe, &free_list); in rpc_timeout_upcall_queue()
95 pipe->pipelen = 0; in rpc_timeout_upcall_queue()
97 dentry = dget(pipe->dentry); in rpc_timeout_upcall_queue()
[all …]

123