| /linux/drivers/md/dm-vdo/indexer/ |
| H A D | funnel-requestqueue.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "funnel-requestqueue.h" 10 #include <linux/wait.h> 12 #include "funnel-queue.h" 14 #include "memory-alloc.h" 15 #include "thread-utils.h" 18 * This queue will attempt to handle requests in reasonably sized batches instead of reacting 19 * immediately to each new request. The wait time between batches is dynamically adjusted up or 22 * If the wait time becomes long enough, the queue will become dormant and must be explicitly 24 * queue via xchg (which is a memory barrier), and later checks "dormant" to decide whether to do a [all …]
|
| /linux/include/linux/ |
| H A D | sbitmap.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 6 * Copyright (C) 2013-2014 Jens Axboe 22 #include <linux/wait.h> 27 * struct sbitmap_word - Word in a &struct sbitmap. 41 * @swap_lock: serializes simultaneous updates of ->word and ->cleared 47 * struct sbitmap - Scalabl 97 wait_queue_head_t wait; global() member 588 struct wait_queue_entry wait; global() member [all...] |
| H A D | wait.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 5 * Linux wait queue related types and methods 26 * A single wait-queue entry structure: 82 wq_entry->flags = 0; in init_waitqueue_entry() 83 wq_entry->private = p; in init_waitqueue_entry() 84 wq_entry->func = default_wake_function; in init_waitqueue_entry() 90 wq_entry->flags = 0; in init_waitqueue_func_entry() 91 wq_entry->private = NULL; in init_waitqueue_func_entry() 92 wq_entry->func = func; in init_waitqueue_func_entry() 96 * waitqueue_active -- locklessly test for waiters on the queue [all …]
|
| H A D | uacce.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 17 * struct uacce_qfile_region - structure of queue file region 25 * struct uacce_ops - uacce device operations 27 * @get_queue: get a queue from the device 28 * @put_queue: free a queue to the device 29 * @start_queue: make the queue start work after get_queue 30 * @stop_queue: make the queue stop work before put_queue 32 * @mmap: mmap addresses of queue to user space 33 * @ioctl: ioctl for user space users of the queue 56 * struct uacce_interface - interface required for uacce_register() [all …]
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_task_queue.h | 1 /* SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2020-21 Intel Corporation. 9 /* Number of available element for the input message queue of the IPC 15 * struct ipc_task_queue_args - Struct for Task queue elements 18 * @completion: OS object used to wait for the tasklet function to finish for 40 * struct ipc_task_queue - Struct for Task queue 41 * @q_lock: Protect the message queue of the ipc ipc_task 42 * @args: Message queue of the IPC ipc_task 43 * @q_rpos: First queue element to process. 44 * @q_wpos: First free element of the input queue. [all …]
|
| H A D | iosm_ipc_task_queue.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2020-21 Intel Corporation. 10 * Calls event handler involves callback for each element in the message queue 15 unsigned int q_rpos = ipc_task->q_rpos; in ipc_task_queue_handler() 17 /* Loop over the input queue contents. */ in ipc_task_queue_handler() 18 while (q_rpos != ipc_task->q_wpos) { in ipc_task_queue_handler() 19 /* Get the current first queue element. */ in ipc_task_queue_handler() 20 struct ipc_task_queue_args *args = &ipc_task->args[q_rpos]; in ipc_task_queue_handler() 23 if (args->func) in ipc_task_queue_handler() 24 args->response = args->func(args->ipc_imem, args->arg, in ipc_task_queue_handler() [all …]
|
| /linux/net/sunrpc/ |
| H A D | sched.c | 1 // SPDX-License-Identifier: GPL-2.0-only 54 * rpciod-related stuff 62 if (current->flags & PF_WQ_WORKER) in rpc_task_gfp_mask() 70 if (cmpxchg(&task->tk_rpc_status, 0, rpc_status) == 0) in rpc_task_set_rpc_status() 78 unsigned long timeout = READ_ONCE(task->tk_timeout); in rpc_task_timeout() 83 return timeout - now; in rpc_task_timeout() 91 * queue->lock and bh_disabled in order to avoid races within 95 __rpc_disable_timer(struct rpc_wait_queue *queue, struct rpc_task *task) in __rpc_disable_timer() argument 97 if (list_empty(&task->u.tk_wait.timer_list)) in __rpc_disable_timer() 99 task->tk_timeout = 0; in __rpc_disable_timer() [all …]
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_queue.sh | 23 rm -f "$TMPINPUT" 24 rm -f "$TMPFILE0" 25 rm -f "$TMPFILE1" 26 rm -f "$TMPFILE2" "$TMPFILE3" 29 checktool "nft --version" "test without nft tool" 30 checktool "socat -h" "run test without socat" 32 modprobe -q sctp 55 ip -net "$nsrouter" link set veth0 up 56 ip -ne [all...] |
| /linux/drivers/md/dm-vdo/ |
| H A D | funnel-workqueue.c | 1 // SPDX-License-Identifier: GPL-2.0-only 6 #include "funnel-workqueue.h" 15 #include "funnel-queue.h" 17 #include "memory-alloc.h" 20 #include "string-utils.h" 23 #include "status-codes.h" 28 * DOC: Work queue definition. 30 * There are two types of work queues: simple, with one worker thread, and round-robin, which uses 31 * a group of the former to do the work, and assigns work to them in round-robin fashion (roughly). 32 * Externally, both are represented via the same common sub-structure, though there's actually not [all …]
|
| /linux/fs/autofs/ |
| H A D | waitq.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * Copyright 1997-1998 Transmeta Corporation -- All Rights Reserved 4 * Copyright 2001-2006 Ian Kent <raven@themaw.net> 19 mutex_lock(&sbi->wq_mutex); in autofs_catatonic_mode() 20 if (sbi->flags & AUTOFS_SBI_CATATONIC) { in autofs_catatonic_mode() 21 mutex_unlock(&sbi->wq_mutex); in autofs_catatonic_mode() 27 sbi->flags |= AUTOFS_SBI_CATATONIC; in autofs_catatonic_mode() 28 wq = sbi->queues; in autofs_catatonic_mode() 29 sbi->queues = NULL; /* Erase all wait queues */ in autofs_catatonic_mode() 31 nwq = wq->next; in autofs_catatonic_mode() [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| H A D | com.fuc | 27 // queue_put - add request to queue 29 // In : $r13 queue pointer 44 // store cmd/data on queue 59 // queue_get - fetch request from queue 61 // In : $r13 queue pointer 89 // nv_rd32 - read 32-bit value from nv register 107 // nv_wr32 - write 32-bit value to nv register 124 // wait_donez - wait on FUC_DONE bit to become clear 126 // In : $r10 bit to wait on 138 // wait_doneo - wait on FUC_DONE bit to become set [all …]
|
| /linux/kernel/sched/ |
| H A D | wait.c | 1 // SPDX-License-Identifier: GPL-2.0-only 11 spin_lock_init(&wq_head->lock); in __init_waitqueue_head() 12 lockdep_set_class_and_name(&wq_head->lock, key, name); in __init_waitqueue_head() 13 INIT_LIST_HEAD(&wq_head->head); in __init_waitqueue_head() 22 wq_entry->flags &= ~WQ_FLAG_EXCLUSIVE; in add_wait_queue() 23 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue() 25 spin_unlock_irqrestore(&wq_head->lock, flags); in add_wait_queue() 33 wq_entry->flags |= WQ_FLAG_EXCLUSIVE; in add_wait_queue_exclusive() 34 spin_lock_irqsave(&wq_head->lock, flags); in add_wait_queue_exclusive() 36 spin_unlock_irqrestore(&wq_head->lock, flags); in add_wait_queue_exclusive() [all …]
|
| /linux/drivers/scsi/aacraid/ |
| H A D | commsup.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 * Copyright (c) 2000-2010 Adaptec, Inc. 10 * 2010-2015 PMC-Sierra, Inc. (aacraid@pmc-sierra.com) 11 * 2016-2017 Microsemi Corp. (aacraid@microsemi.com) 42 * fib_map_alloc - allocate the fib objects 51 dev->max_cmd_size = AAC_MAX_NATIVE_SIZE; in fib_map_alloc() 55 &dev->pdev->dev, dev->max_cmd_size, dev->scsi_host_ptr->can_queue, in fib_map_alloc() 56 AAC_NUM_MGT_FIB, &dev->hw_fib_pa)); in fib_map_alloc() 57 dev->hw_fib_va = dma_alloc_coherent(&dev->pdev->dev, in fib_map_alloc() 58 (dev->max_cmd_size + sizeof(struct aac_fib_xporthdr)) in fib_map_alloc() [all …]
|
| /linux/drivers/accel/habanalabs/common/ |
| H A D | hw_queue.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Copyright 2016-2019 HabanaLabs, Ltd. 13 * hl_queue_add_ptr - add to pi or ci and checks if it wraps around 18 * Add val to ptr. It can go until twice the queue length. 23 ptr &= ((HL_QUEUE_LENGTH << 1) - 1); in hl_hw_queue_add_ptr() 28 return atomic_read(ci) & ((queue_len << 1) - 1); in queue_ci_get() 33 int delta = (q->pi - queue_ci_get(&q->ci, queue_len)); in queue_free_slots() 36 return (queue_len - delta); in queue_free_slots() 38 return (abs(delta) - queue_len); in queue_free_slots() 43 struct hl_device *hdev = cs->ctx->hdev; in hl_hw_queue_update_ci() [all …]
|
| /linux/net/core/ |
| H A D | stream.c | 1 // SPDX-License-Identifier: GPL-2.0 6 * protocols. Even IP. Tonight 8-). 13 * Alan Cox <alan@lxorguk.ukuu.org.uk> (Borrowed comments 8-)) 21 #include <linux/wait.h> 25 * sk_stream_write_space - stream socket write_space callback. 36 struct socket *sock = sk->sk_socket; in sk_stream_write_space() 40 clear_bit(SOCK_NOSPACE, &sock->flags); in sk_stream_write_space() 43 wq = rcu_dereference(sk->sk_wq); in sk_stream_write_space() 45 wake_up_interruptible_poll(&wq->wait, EPOLLOUT | in sk_stream_write_space() 47 if (wq && wq->fasync_list && !(sk->sk_shutdown & SEND_SHUTDOWN)) in sk_stream_write_space() [all …]
|
| H A D | datagram.c | 1 // SPDX-License-Identifier: GPL-2.0 7 * make sense. Not tonight however 8-). 28 * Darryl Miles : Fixed non-blocking SOCK_SEQPACKET. 31 * Darryl Miles : Fixed non-blocking SOCK_STREAM. 73 return sk->sk_type == SOCK_SEQPACKET || sk->sk_type == SOCK_STREAM; in connection_based() 76 static int receiver_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync, in receiver_wake_function() argument 84 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function() 87 * Wait for the last received packet to be different from skb 89 int __skb_wait_for_more_packets(struct sock *sk, struct sk_buff_head *queue, in __skb_wait_for_more_packets() argument 94 DEFINE_WAIT_FUNC(wait, receiver_wake_function); in __skb_wait_for_more_packets() [all …]
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pow.h | 7 * Copyright (c) 2003-2008 Cavium Networks 14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty 21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 31 * New, starting with SDK 1.7.0, cvmx-pow supports a number of 36 * enabled. For example, cvmx-pow will check for the following 38 * - Requesting a POW operation with an active tag switch in 40 * - Waiting for a tag switch to complete for an excessively 43 * - Illegal tag switches from NULL_NULL. 44 * - Illegal tag switches from NULL. 45 * - Illegal deschedule request. [all …]
|
| /linux/kernel/locking/ |
| H A D | qspinlock_paravirt.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 16 * pv_wait(u8 *ptr, u8 val) -- suspends the vcpu if *ptr == val 17 * pv_kick(cpu) -- wakes a suspended vcpu 27 * Queue Node Adaptive Spinning 29 * A queue node vCPU will stop spinning if the vCPU in the previous node is 31 * mitigates the slight slowdown for non-overcommitted guest with this 32 * aggressive wait-early mechanism. 41 * Queue node uses: VCPU_RUNNING & VCPU_HALTED. 42 * Queue head uses: VCPU_RUNNING & VCPU_HASHED. 63 * The pending bit is set by the queue head vCPU of the MCS wait queue in [all …]
|
| H A D | qspinlock.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. 6 * (C) Copyright 2013-2014,2018 Red Hat, Inc. 8 * (C) Copyright 2015 Hewlett-Packard Enterprise Development LP 34 * The basic principle of a queue [all...] |
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | selftest.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 * Copyright 2005-2006 Fen Systems Ltd. 5 * Copyright 2006-2012 Solarflare Communications Inc. 26 * - All IRQs may be disabled on a CPU for a *long* time by e.g. a 28 * - The PREEMPT_RT patches mostly deal with this, but also allow a 38 * The self-test should stress every RSS vector, and unfortunately 42 char pad[2]; /* Ensures ip is 4-byte aligned */ 65 [EF4_INT_MODE_MSIX] = "MSI-X", 70 STRING_TABLE_LOOKUP(efx->interrupt_mode, ef4_interrupt_mode) 73 * struct ef4_loopback_state - persistent state during a loopback selftest [all …]
|
| /linux/drivers/gpu/drm/v3d/ |
| H A D | v3d_gem.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2014-2018 Broadcom */ 5 #include <linux/dma-mapping.h> 29 if (v3d->ver < V3D_GEN_41) in v3d_init_core() 49 V3D_CORE_WRITE(core, V3D_GMP_CFG(v3d->ver), V3D_GMP_CFG_STOP_REQ); in v3d_idle_axi() 51 if (wait_for((V3D_CORE_READ(core, V3D_GMP_STATUS(v3d->ver)) & in v3d_idle_axi() 55 DRM_ERROR("Failed to wait for safe GMP shutdown\n"); in v3d_idle_axi() 62 if (v3d->ve in v3d_idle_gca() 269 struct v3d_queue_state *queue = &v3d->queue[i]; v3d_gem_init() local [all...] |
| /linux/net/qrtr/ |
| H A D | tun.c | 1 // SPDX-License-Identifier: GPL-2.0 15 struct sk_buff_head queue; member 23 skb_queue_tail(&tun->queue, skb); in qrtr_tun_send() 26 wake_up_interruptible(&tun->readq); in qrtr_tun_send() 38 return -ENOMEM; in qrtr_tun_open() 40 skb_queue_head_init(&tun->queue); in qrtr_tun_open() 41 init_waitqueue_head(&tun->readq); in qrtr_tun_open() 43 tun->ep.xmit = qrtr_tun_send; in qrtr_tun_open() 45 filp->private_data = tun; in qrtr_tun_open() 47 ret = qrtr_endpoint_register(&tun->ep, QRTR_EP_NID_AUTO); in qrtr_tun_open() [all …]
|
| /linux/kernel/bpf/ |
| H A D | rqspinlock.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * (C) Copyright 2013-2015 Hewlett-Packard Development Company, L.P. 6 * (C) Copyright 2013-2014,2018 Red Hat, Inc. 8 * (C) Copyright 2015 Hewlett-Packard Enterprise Development LP 9 * (C) Copyright 2024-202 [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_arena_spin_lock.h | 1 // SPDX-License-Identifier: GPL-2.0 27 * PowerPC overrides the definition to define lock->val as u32 instead of 59 /* FIXME: Using typedef causes CO-RE relocation error */ 78 * 0- 7: locked byte 80 * 9-15: not used 81 * 16-17: tail index 82 * 18-31: tail cpu (+1) 86 #define _Q_SET_MASK(type) (((1U << _Q_ ## type ## _BITS) - 1)\ 101 #define _Q_TAIL_CPU_BITS (32 - _Q_TAIL_CPU_OFFSET) 124 u32 cpu = (tail >> _Q_TAIL_CPU_OFFSET) - 1; in decode_tail() [all …]
|
| /linux/block/ |
| H A D | blk-mq.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2013-2014 Jens Axboe 6 * Copyright (C) 2013-2014 Christoph Hellwig 10 #include <linux/backing-dev.h> 13 #include <linux/blk-integrity.h> 29 #include <linux/blk-crypto.h> 35 #include <linux/t10-pi.h> 37 #include "blk-mq.h" 38 #include "blk-mq-debugfs.h" 39 #include "blk-pm.h" [all …]
|