Searched refs:list (Results 476 - 500 of 5602) sorted by relevance

<<11121314151617181920>>

/linux-master/include/drm/
H A Ddrm_gem.h39 #include <linux/list.h>
258 * @list:
260 * The LRU list.
262 struct list_head list; member in struct:drm_gem_lru
396 * Provides the list of GPU VAs attached to this GEM object.
398 * Drivers should lock list accesses with the GEMs &dma_resv lock
402 struct list_head list; member in struct:drm_gem_object::__anon1138
430 * The current LRU list that the GEM object is on.
574 * drm_gem_gpuva_set_lock() - Set the lock protecting accesses to the gpuva list.
576 * @lock: the lock used to protect the gpuva list
[all...]
/linux-master/sound/soc/intel/common/
H A Dsst-ipc.h14 #include <linux/list.h>
25 struct list_head list; member in struct:ipc_message
/linux-master/include/sound/
H A Dsoc-jack.h17 * @list: internal list entry
20 struct list_head list; member in struct:snd_soc_jack_pin
34 * @list: internal list entry
41 struct list_head list; member in struct:snd_soc_jack_zone
/linux-master/include/linux/
H A Drhashtable-types.h79 * @lock: Spin lock to protect walker list
98 * struct rhltable - Hash table with duplicate objects in a list
107 * @list: List entry on list of walkers
111 struct list_head list; member in struct:rhashtable_walker
119 * @list: Current hash list pointer
127 struct rhlist_head *list; member in struct:rhashtable_iter
/linux-master/tools/perf/
H A Dperf-completion.sh131 cmds_=$($cmd $1 --list-cmds)
159 cmds=$($cmd --list-opts)
161 cmds=$($cmd --list-cmds)
172 raw_evts=$($cmd list --raw-dump hw sw cache tracepoint pmu sdt)
209 evts=$($cmd list --raw-dump pfm)
214 metrics=$($cmd list --raw-dump metric metricgroup)
220 subcmds=$($cmd $prev_skip_opts --list-cmds)
228 opts=$($cmd $subcmd --list-opts)
/linux-master/arch/um/os-Linux/
H A Dstart_up.c77 va_list list; local
79 va_start(list, fmt);
80 vfprintf(stderr, fmt, list);
81 va_end(list);
88 va_list list; local
90 va_start(list, fmt);
91 vfprintf(stderr, fmt, list);
92 va_end(list);
/linux-master/net/netfilter/ipset/
H A Dip_set_list_set.c4 /* Kernel module implementing an IP set type: the list:set type */
22 IP_SET_MODULE_DESC("list:set", IPSET_TYPE_REV_MIN, IPSET_TYPE_REV_MAX);
28 struct list_head list; member in struct:set_elem
41 u32 size; /* size of set list array */
63 list_for_each_entry_rcu(e, &map->members, list) {
82 list_for_each_entry(e, &map->members, list) {
102 list_for_each_entry(e, &map->members, list) {
158 list_del_rcu(&e->list);
168 list_replace_rcu(&old->list, &e->list);
[all...]
/linux-master/net/ax25/
H A Dax25_dev.c25 #include <linux/list.h>
38 list_for_each_entry(ax25_dev, &ax25_dev_list, list)
92 list_add(&ax25_dev->list, &ax25_dev_list);
117 list_for_each_entry(s, &ax25_dev_list, list)
121 list_for_each_entry(s, &ax25_dev_list, list) {
123 list_del(&s->list);
196 list_for_each_entry_safe(s, n, &ax25_dev_list, list) {
198 list_del(&s->list);
/linux-master/net/phonet/
H A Dpn_dev.c58 list_add_rcu(&pnd->list, &pndevs->list);
68 list_for_each_entry(pnd, &pndevs->list, list) {
80 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
97 list_del_rcu(&pnd->list);
116 list_for_each_entry_rcu(pnd, &pndevs->list, list) {
161 list_del_rcu(&pnd->list);
[all...]
/linux-master/drivers/pnp/
H A Dquirks.c42 list_add(&new_option->list, &option->list);
59 list_for_each_entry(option, &dev->options, list) {
75 list_for_each_entry(option, &dev->options, list) {
114 list_for_each_entry(option, &dev->options, list) {
145 list_for_each_entry(option, &dev->options, list) {
155 list_for_each_entry(option, &dev->options, list) {
171 list_add(&new_option->list, &tail->list);
199 new_option = list_entry(new_option->list
[all...]
/linux-master/kernel/power/
H A Dqos.c44 * or pm_qos_object list and pm_qos_objects need to happen with pm_qos_lock
60 if (plist_head_empty(&c->list))
65 return plist_first(&c->list)->prio;
68 return plist_last(&c->list)->prio;
82 * pm_qos_update_target - Update a list of PM QoS constraint requests.
84 * @node: Target list entry.
86 * @value: New request value for the target list entry.
88 * Update the given list of PM QoS constraint requests, @c, by carrying an
89 * @action involving the @node list entry and @value on it.
92 * and add it to the list), PM_QOS_UPDATE_RE
[all...]
/linux-master/kernel/time/
H A Dclockevents.c349 struct clock_event_device, list);
350 list_move(&dev->list, &clockevent_devices);
362 list_for_each_entry(dev, &clockevent_devices, list) {
378 list_del_init(&ced->list);
390 list_del_init(&ced->list);
463 list_add(&dev->list, &clockevent_devices);
573 * released list and do a notify add later.
578 list_move(&old->list, &clockevents_released);
594 list_for_each_entry_reverse(dev, &clockevent_devices, list)
606 list_for_each_entry(dev, &clockevent_devices, list)
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_gpuvm.c41 * &drm_gem_object buffers maintain a list of &drm_gpuva objects representing
75 * &drm_gem_object maintains a list of &drm_gpuvm_bo structures, and each
76 * &drm_gpuvm_bo contains a list of &drm_gpuva structures.
82 * &drm_gem_object list of &drm_gpuvm_bos for an existing instance of this
154 * to directly obtain an instance of struct drm_gpuva_ops containing a list of
155 * &drm_gpuva_op, which can be iterated with drm_gpuva_for_each_op(). This list
438 * the corresponding lock whenever the &drm_gem_objects GPU VA list is accessed
443 * the &drm_gpuvm_bo is attached / removed from the &drm_gem_objects gpuva list.
476 * 1) Obtain a list of &drm_gpuva_op to create a new mapping::
676 * @__list_name: the name of the list w
758 __restore_vm_bo_list(struct drm_gpuvm *gpuvm, spinlock_t *lock, struct list_head *list, struct list_head **local_list) argument
800 __drm_gpuvm_bo_list_add(struct drm_gpuvm *gpuvm, spinlock_t *lock, struct list_head *entry, struct list_head *list) argument
[all...]
/linux-master/drivers/target/
H A Dtarget_core_hba.c48 list_for_each_entry(old, &backend_list, list) {
57 list_add_tail(&tb->list, &backend_list);
71 list_for_each_entry(tb, &backend_list, list) {
73 list_del(&tb->list);
95 list_for_each_entry(tb, &backend_list, list) {
/linux-master/drivers/power/reset/
H A Dreboot-mode.c19 struct list_head list; member in struct:mode_info
32 list_for_each_entry(info, &reboot->head, list) {
101 list_add_tail(&info->list, &reboot->head);
110 list_for_each_entry(info, &reboot->head, list)
127 list_for_each_entry(info, &reboot->head, list)
/linux-master/lib/
H A Dtextsearch.c118 list_for_each_entry_rcu(o, &ts_ops, list) {
153 list_for_each_entry(o, &ts_ops, list) {
158 list_add_tail_rcu(&ops->list, &ts_ops);
184 list_for_each_entry(o, &ts_ops, list) {
186 list_del_rcu(&o->list);
/linux-master/drivers/s390/net/
H A Dsmsgiucv.c21 struct list_head list; member in struct:smsg_callback
78 list_for_each_entry(cb, &smsg_list, list)
100 list_add_tail(&cb->list, &smsg_list);
113 list_for_each_entry(tmp, &smsg_list, list)
117 list_del(&cb->list);
/linux-master/net/9p/
H A Derror.c16 #include <linux/list.h>
26 * @list: hash-table list for string lookup
33 struct hlist_node list; member in struct:errormap
49 {"Argument list too long", E2BIG},
172 * p9_error_init - preload mappings into hash list
189 INIT_HLIST_NODE(&c->list);
190 hlist_add_head(&c->list, &hash_errmap[bucket]);
213 hlist_for_each_entry(c, &hash_errmap[bucket], list) {
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c8 struct list_head list; member in struct:lan966x_pgid_entry
15 struct list_head list; member in struct:lan966x_mdb_entry
33 list_for_each_entry_safe(mdb_entry, tmp, &lan966x->mdb_entries, list) {
34 list_del(&mdb_entry->list);
43 list_for_each_entry_safe(pgid_entry, tmp, &lan966x->pgid_entries, list) {
44 list_del(&pgid_entry->list);
62 list_for_each_entry(mdb_entry, &lan966x->mdb_entries, list) {
84 list_add_tail(&mdb_entry->list, &lan966x->mdb_entries);
172 list_del(&mdb_entry->list);
195 list_add_tail(&pgid_entry->list,
[all...]
/linux-master/drivers/soc/qcom/
H A Dsmem_state.c7 #include <linux/list.h>
20 * @list: entry in smem_states list
29 struct list_head list; member in struct:qcom_smem_state
65 list_for_each_entry(state, &smem_states, list) {
138 list_del(&state->list);
214 list_add(&state->list, &smem_states);
/linux-master/drivers/iio/
H A Dindustrialio-sw-trigger.c11 #include <linux/list.h>
34 list_for_each_entry(iter, &iio_trigger_types_list, list)
53 list_add_tail(&t->list, &iio_trigger_types_list);
63 list_del(&t->list);
79 list_del(&t->list);
/linux-master/net/ipv4/
H A Dtcp_ulp.c13 #include <linux/list.h>
25 list_for_each_entry_rcu(e, &tcp_ulp_list, list,
56 /* Attach new upper layer protocol to the list
67 list_add_tail_rcu(&ulp->list, &tcp_ulp_list);
77 list_del_rcu(&ulp->list);
84 /* Build string with list of available upper layer protocl values */
92 list_for_each_entry_rcu(ulp_ops, &tcp_ulp_list, list) {
/linux-master/drivers/pinctrl/freescale/
H A Dpinctrl-scu.c146 const __be32 *list = *list_p; local
148 pin->pin = be32_to_cpu(*list++);
150 pin_scu->mux_mode = be32_to_cpu(*list++);
151 pin_scu->config = be32_to_cpu(*list++);
152 *list_p = list;
/linux-master/drivers/staging/greybus/
H A Daudio_helper.c23 list_for_each_entry(w, &card->widgets, list) {
65 list_for_each_entry(dai_w, &card->widgets, list) {
86 list_del(&path->list);
95 list_del(&w->list);
123 list_for_each_entry(tmp_w, &dapm->card->widgets, list) {
/linux-master/drivers/md/
H A Ddm-region-hash.c33 * clean_regions: Regions on this list have no io pending to
40 * this list and hand them to kmirrord, which will schedule the
55 * lists in the region_hash, with the 'state', 'list' and
111 struct list_head list; member in struct:dm_region
303 INIT_LIST_HEAD(&nreg->list);
316 list_add(&nreg->list, &rh->clean_regions);
423 BUG_ON(!list_empty(&reg->list));
431 * Either case, the region should have not been connected to list.
435 BUG_ON(!list_empty(&reg->list));
459 list_for_each_entry(reg, &clean, list)
[all...]

Completed in 284 milliseconds

<<11121314151617181920>>