Searched refs:list (Results 201 - 225 of 5576) sorted by relevance

1234567891011>>

/linux-master/include/linux/
H A Dsignal_types.h23 struct list_head list; member in struct:sigqueue
33 struct list_head list; member in struct:sigpending
H A Dsmpboot.h14 * @list: List head for core management
33 struct list_head list; member in struct:smp_hotplug_thread
/linux-master/tools/testing/selftests/
H A Drun_kselftest.sh8 TESTS="$BASE_DIR"/kselftest-list.txt
10 echo "$0: Could not find list of tests to run ($TESTS)" >&2
27 -l | --list List the available collection:test entries
55 -l | --list)
76 # Add all selected collections to the explicit test list.
87 # Replace available test list with explicitly selected tests.
/linux-master/arch/um/os-Linux/
H A Dutil.c188 va_list list; local
194 va_start(list, fmt);
195 len = vscnprintf(buf, sizeof(buf), fmt, list);
197 va_end(list);
203 va_list list; local
206 va_start(list, fmt);
207 len = vscnprintf(buf, sizeof(buf), fmt, list);
209 va_end(list);
/linux-master/tools/perf/tests/shell/
H A Dstat_all_pmu.sh8 for p in $(perf list --raw-dump pmu | sed 's/[[:graph:]]\+?[[:graph:]]\+[[:space:]]//g'); do
/linux-master/tools/testing/cxl/test/
H A Dmock.h3 #include <linux/list.h>
8 struct list_head list; member in struct:cxl_mock_ops
/linux-master/fs/btrfs/
H A Dlru_cache.h8 #include <linux/list.h>
25 * linked list, so use this only for cases where there's a small number
36 * that list always has a single entry, while on 32 bits systems it
40 struct list_head list; member in struct:btrfs_lru_cache_entry
/linux-master/tools/include/linux/
H A Dslab.h43 void kmem_cache_free_bulk(struct kmem_cache *cachep, size_t size, void **list);
45 void **list);
/linux-master/drivers/md/
H A Ddm-ps-round-robin.c30 struct list_head list; member in struct:path_info
39 list_for_each_entry_safe(pi, next, paths, list) {
40 list_del(&pi->list);
159 list_add_tail(&pi->list, &s->valid_paths);
172 list_move(&pi->list, &s->invalid_paths);
183 list_move(&pi->list, &s->valid_paths);
197 pi = list_entry(s->valid_paths.next, struct path_info, list);
198 list_move_tail(&pi->list, &s->valid_paths);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_kernel_queue.h28 #include <linux/list.h>
83 struct list_head list; member in struct:kernel_queue
/linux-master/tools/perf/util/
H A Dpmus.c2 #include <linux/list.h>
24 * this list, perf interprets it as a heterogeneous platform.
28 * other_pmus: All other PMUs which are not part of core_pmus list. It doesn't
71 list_for_each_entry_safe(pmu, tmp, &core_pmus, list) {
72 list_del(&pmu->list);
76 list_for_each_entry_safe(pmu, tmp, &other_pmus, list) {
77 list_del(&pmu->list);
89 list_for_each_entry(pmu, &core_pmus, list) {
94 list_for_each_entry(pmu, &other_pmus, list) {
110 * Once PMU is loaded it stays in the list,
[all...]
H A Dstrfilter.h6 #include <linux/list.h>
/linux-master/kernel/livepatch/
H A Dpatch.h6 #include <linux/list.h>
15 * struct's func_stack list. The winner is the klp_func at the top of the
16 * func_stack (front of the list).
18 * @node: node for the global klp_ops list
19 * @func_stack: list head for the stack of klp_func's (active func is on top)
/linux-master/sound/pci/ctxfi/
H A Dcttimer.h11 #include <linux/list.h>
/linux-master/net/vmw_vsock/
H A Daf_vsock_tap.c25 list_add_rcu(&vt->list, &vsock_tap_all);
39 list_for_each_entry(tmp, &vsock_tap_all, list) {
41 list_del_rcu(&vt->list);
85 list_for_each_entry_rcu(tmp, &vsock_tap_all, list) {
/linux-master/arch/powerpc/include/asm/
H A Dhvcserver.h13 #include <linux/list.h>
19 * hvcs_partner_info - an element in a list of partner info
20 * @node: list_head denoting this partner_info struct's position in the list of
29 * a list using linux kernel lists.
/linux-master/drivers/media/platform/xilinx/
H A Dxilinx-vipp.h15 #include <linux/list.h>
28 * @dmas: list of DMA channels at the pipeline output and input
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_gt_buffer_pool_types.h9 #include <linux/list.h>
H A Dmock_engine.h9 #include <linux/list.h>
/linux-master/drivers/char/ipmi/
H A Dkcs_bmc.h9 #include <linux/list.h>
/linux-master/drivers/infiniband/hw/mlx4/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
39 struct list_head list; member in struct:mlx4_ib_user_db_page
55 list_for_each_entry(page, &context->db_page_list, list)
75 list_add(&page->list, &context->db_page_list);
94 list_del(&db->u.user_page->list);
/linux-master/drivers/infiniband/hw/mlx5/
H A Ddoorbell.c15 * copyright notice, this list of conditions and the following
19 * copyright notice, this list of conditions and the following
41 struct list_head list; member in struct:mlx5_ib_user_db_page
56 list_for_each_entry(page, &context->db_page_list, list)
79 list_add(&page->list, &context->db_page_list);
98 list_del(&db->u.user_page->list);
/linux-master/drivers/net/wwan/iosm/
H A Diosm_ipc_coredump.h11 /* Max number of bytes to receive for Coredump list structure */
31 * struct iosm_cd_list - Structure to hold list of coredump files
44 * @list: Coredump list structure
48 struct iosm_cd_list list; member in struct:iosm_cd_table
/linux-master/drivers/md/bcache/
H A Djournal.h12 * Journal entries contain a list of keys, ordered by the time they were
84 struct list_head list; member in struct:journal_replay
179 void bch_journal_mark(struct cache_set *c, struct list_head *list);
181 int bch_journal_read(struct cache_set *c, struct list_head *list);
182 int bch_journal_replay(struct cache_set *c, struct list_head *list);
/linux-master/drivers/scsi/fnic/
H A Dfnic_fip.h26 struct list_head list; member in struct:fcoe_vlan

Completed in 197 milliseconds

1234567891011>>