Searched refs:list (Results 301 - 325 of 5602) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Domapdss-boot-init.c20 #include <linux/list.h>
27 struct list_head list; member in struct:dss_conv_node
118 list_add(&n->list, &dss_conv_list);
126 list_for_each_entry(n, &dss_conv_list, list) {
205 list);
210 list_del(&n->list);
/linux-master/security/selinux/
H A Dnetif.c19 #include <linux/list.h>
33 struct list_head list; member in struct:sel_netif
73 list_for_each_entry_rcu(netif, &sel_netif_hash[idx], list)
98 list_add_rcu(&netif->list, &sel_netif_hash[idx]);
114 list_del_rcu(&netif->list);
244 list_for_each_entry(netif, &sel_netif_hash[idx], list)
/linux-master/drivers/staging/vme_user/
H A Dvme_bridge.h12 struct list_head list; member in struct:vme_master_resource
29 struct list_head list; member in struct:vme_slave_resource
55 struct list_head list; member in struct:vme_dma_list
62 struct list_head list; member in struct:vme_dma_resource
73 struct list_head list; member in struct:vme_lm_resource
82 struct list_head list; member in struct:vme_error_handler
123 struct list_head bus_list; /* list of VME buses */
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h28 #include <linux/list.h>
81 struct list_head list; member in struct:kfd_mem_properties
95 struct list_head list; member in struct:kfd_cache_properties
112 struct list_head list; member in struct:kfd_iolink_properties
131 struct list_head list; member in struct:kfd_perf_properties
138 struct list_head list; member in struct:kfd_topology_device
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.h17 * copyright notice, this list of conditions and the following
21 * copyright notice, this list of conditions and the following
38 #include <linux/list.h>
52 struct list_head list; member in struct:mthca_icm_chunk
105 struct mthca_icm_chunk, list);
117 if (iter->chunk->list.next == &iter->icm->chunk_list) {
122 iter->chunk = list_entry(iter->chunk->list.next,
123 struct mthca_icm_chunk, list);
/linux-master/drivers/acpi/
H A Dpci_slot.c23 #include <linux/list.h>
35 struct list_head list; /* node in the list of slots */ member in struct:acpi_pci_slot
101 list_for_each_entry(slot, &slot_list, list) {
120 list_add(&slot->list, &slot_list);
147 list_for_each_entry_safe(slot, tmp, &slot_list, list) {
149 list_del(&slot->list);
H A Dviot.c24 #include <linux/list.h>
32 struct list_head list; member in struct:viot_iommu
49 struct list_head list; member in struct:viot_endpoint
138 list_for_each_entry(viommu, &viot_iommus, list)
171 list_add(&viommu->list, &viot_iommus);
182 struct list_head *list; local
213 list = &viot_pci_ranges;
224 list = &viot_mmio_endpoints;
242 list_add(&ep->list, list);
[all...]
/linux-master/include/linux/
H A Dlist_lru.h11 #include <linux/list.h>
20 LRU_REMOVED, /* item removed from list */
27 LRU_STOP, /* stop lru list walking. May drop the lock
32 struct list_head list; member in struct:list_lru_one
46 /* global list, used for the root cgroup in cgroup aware lrus */
54 struct list_head list; member in struct:list_lru
75 * list_lru_add: add an element to the lru list's tail
81 * If the element is already part of a list, this function returns doing
83 * not the element already belongs in the list and is allowed to lazy update
84 * it. Note however that this is valid for *a* list, no
[all...]
/linux-master/drivers/mtd/ubi/
H A Dnvmem.c20 struct list_head list; member in struct:ubi_nvmem
108 list_add_tail(&unv->list, &nvmem_devices);
119 list_for_each_entry(unv_c, &nvmem_devices, list)
130 list_del(&unv->list);
177 list_for_each_entry_safe(unv, tmp, &nvmem_devices, list) {
179 list_del(&unv->list);
/linux-master/include/media/
H A Dmedia-device.h14 #include <linux/list.h>
28 * @list: List head
38 struct list_head list; member in struct:media_entity_notify
167 /* notify callback list invoked when a new entity is registered */
383 list_for_each_entry(entity, &(mdev)->entities, graph_obj.list)
387 list_for_each_entry(intf, &(mdev)->interfaces, graph_obj.list)
391 list_for_each_entry(pad, &(mdev)->pads, graph_obj.list)
395 list_for_each_entry(link, &(mdev)->links, graph_obj.list)
/linux-master/drivers/md/bcache/
H A Djournal.c35 static int journal_read_bucket(struct cache *ca, struct list_head *list, argument
102 * Nodes in 'list' are in linear increasing order of
111 * in list is expired and useless, remove it from
112 * this list. Otherwise, j is a candidate jset for
115 while (!list_empty(list)) {
116 i = list_first_entry(list,
117 struct journal_replay, list);
120 list_del(&i->list);
124 /* iterate list in reverse order (from latest jset) */
125 list_for_each_entry_reverse(i, list, lis
170 bch_journal_read(struct cache_set *c, struct list_head *list) argument
293 bch_journal_mark(struct cache_set *c, struct list_head *list) argument
349 bch_journal_replay(struct cache_set *s, struct list_head *list) argument
759 struct bio_list list; local
[all...]
/linux-master/drivers/staging/gdm724x/
H A Dgdm_usb.h9 #include <linux/list.h>
36 struct list_head list; member in struct:usb_tx
47 struct list_head list; member in struct:usb_tx_sdu
/linux-master/drivers/usb/musb/
H A Dmusb_gadget.h13 #include <linux/list.h>
55 struct list_head list; member in struct:musb_request
107 return container_of(queue->next, struct musb_request, list);
/linux-master/drivers/mtd/chips/
H A Dchipreg.c21 list_add(&drv->list, &chip_drvs_list);
28 list_del(&drv->list);
38 list_for_each_entry(this, &chip_drvs_list, list) {
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h155 struct list_head *list);
159 struct list_head *list,
165 struct list_head *list,
/linux-master/drivers/s390/char/
H A Dmonwriter.c36 struct list_head list; member in struct:mon_buf
43 struct list_head list; member in struct:mon_private
89 list_for_each_entry_safe(entry, next, &monpriv->list, list)
120 list_del(&monbuf->list);
139 list_add_tail(&monbuf->list, &monpriv->list);
171 list_del(&monpriv->current_buf->list);
194 INIT_LIST_HEAD(&monpriv->list);
206 list_for_each_entry_safe(entry, next, &monpriv->list, lis
[all...]
/linux-master/fs/btrfs/
H A Dfile-item.h6 #include <linux/list.h>
68 struct list_head *list, int search_commit,
71 struct list_head *list, bool nowait);
/linux-master/tools/testing/selftests/net/netfilter/
H A Dnft_nat.sh69 ip netns exec "$ns" nft list counter inet filter "$counter" 1>&2
77 if ! ip netns exec "$ns" nft list counter inet filter ns0in | grep -q "packets 1 bytes 84";then
82 if ! ip netns exec "$ns" nft list counter inet filter ns0out | grep -q "packets 1 bytes 84";then
88 if ! ip netns exec "$ns" nft list counter inet filter ns0in6 | grep -q "$expect";then
92 if ! ip netns exec "$ns" nft list counter inet filter ns0out6 | grep -q "$expect";then
105 if ! ip netns exec "$ns0" nft list counter inet filter ns0in | grep -q "packets 0 bytes 0";then
110 if ! ip netns exec "$ns0" nft list counter inet filter ns0in6 | grep -q "packets 0 bytes 0";then
115 if ! ip netns exec "$ns0" nft list counter inet filter ns0out | grep -q "packets 0 bytes 0";then
119 if ! ip netns exec "$ns0" nft list counter inet filter ns0out6 | grep -q "packets 0 bytes 0";then
126 if ! ip netns exec "$ns0" nft list counte
[all...]
/linux-master/fs/xfs/scrub/
H A Ddirtree.h42 struct list_head list; member in struct:xchk_dirpath
154 list_for_each_entry_safe((path), (n), &(dl)->path_list, list)
157 list_for_each_entry((path), &(dl)->path_list, list)
/linux-master/drivers/staging/rtl8712/
H A Drtl8712_recv.h89 struct list_head list; member in struct:recv_buf
115 struct list_head list; member in struct:recv_frame_hdr
134 struct list_head list; member in union:recv_frame::__anon233
/linux-master/tools/perf/util/
H A Dparse-events.c166 list_for_each_entry(term, &head_terms->terms, list)
191 * @config_terms: the list of terms that may contain a raw term.
198 list_for_each_entry(term, &config_terms->terms, list) {
228 __add_event(struct list_head *list, int *idx, argument
279 if (list)
280 list_add_tail(&evsel->core.node, list);
289 return __add_event(/*list=*/NULL, &idx, attr, /*init_attr=*/false, name,
294 static int add_event(struct list_head *list, int *idx, argument
298 return __add_event(list, idx, attr, /*init_attr*/true, name, metric_id,
303 static int add_event_tool(struct list_head *list, in argument
451 parse_events_add_cache(struct list_head *list, int *idx, const char *name, struct parse_events_state *parse_state, struct parse_events_terms *parsed_terms) argument
546 add_tracepoint(struct parse_events_state *parse_state, struct list_head *list, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct parse_events_terms *head_config, void *loc_) argument
573 add_tracepoint_multi_event(struct parse_events_state *parse_state, struct list_head *list, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct parse_events_terms *head_config, YYLTYPE *loc) argument
622 add_tracepoint_event(struct parse_events_state *parse_state, struct list_head *list, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct parse_events_terms *head_config, YYLTYPE *loc) argument
635 add_tracepoint_multi_sys(struct parse_events_state *parse_state, struct list_head *list, const char *sys_name, const char *evt_name, struct parse_events_error *err, struct parse_events_terms *head_config, YYLTYPE *loc) argument
711 parse_events_add_breakpoint(struct parse_events_state *parse_state, struct list_head *list, u64 addr, char *type, u64 len, struct parse_events_terms *head_config) argument
1299 parse_events_add_tracepoint(struct parse_events_state *parse_state, struct list_head *list, const char *sys, const char *event, struct parse_events_error *err, struct parse_events_terms *head_config, void *loc_) argument
1333 __parse_events_add_numeric(struct parse_events_state *parse_state, struct list_head *list, struct perf_pmu *pmu, u32 type, u32 extended_type, u64 config, const struct parse_events_terms *head_config) argument
1369 parse_events_add_numeric(struct parse_events_state *parse_state, struct list_head *list, u32 type, u64 config, const struct parse_events_terms *head_config, bool wildcard) argument
1400 parse_events_add_tool(struct parse_events_state *parse_state, struct list_head *list, int tool_event) argument
1419 parse_events_add_pmu(struct parse_events_state *parse_state, struct list_head *list, struct perf_pmu *pmu, const struct parse_events_terms *const_parsed_terms, bool auto_merge_stats) argument
1557 struct list_head *list = NULL; local
1694 parse_events__set_leader(char *name, struct list_head *list) argument
1709 parse_events__modifier_list(struct parse_events_state *parse_state, YYLTYPE *loc, struct list_head *list, struct parse_events_modifier mod, bool group) argument
1816 parse_events__modifier_group(struct parse_events_state *parse_state, void *loc, struct list_head *list, struct parse_events_modifier mod) argument
1823 parse_events__modifier_event(struct parse_events_state *parse_state, void *loc, struct list_head *list, struct parse_events_modifier mod) argument
1830 parse_events__set_default_name(struct list_head *list, char *name) argument
2025 parse_events__sort_events_and_fix_groups(struct list_head *list) argument
2187 struct list_head list; member in struct:parse_events_error_entry
[all...]
/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c40 * @list: list of devices returned by libusb_get_device_list function
63 libusb_device **list; local
76 cnt = libusb_get_device_list(state->ctx, &list);
83 libusb_device *dev = list[i];
134 libusb_free_device_list(list, 1);
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c40 * @list: list of devices returned by libusb_get_device_list function
63 libusb_device **list; local
76 cnt = libusb_get_device_list(state->ctx, &list);
83 libusb_device *dev = list[i];
134 libusb_free_device_list(list, 1);
/linux-master/arch/s390/appldata/
H A Dappldata.h29 struct list_head list; member in struct:appldata_ops
/linux-master/drivers/gpu/drm/radeon/
H A Dmkregtable.c3 * this includes inlined list.h safe for userspace.
33 * Simple doubly linked list implementation.
47 static inline void INIT_LIST_HEAD(struct list_head *list) argument
49 list->next = list;
50 list->prev = list;
56 * This is only for internal list manipulation where we know
76 * @head: list head to add it before
96 * list_for_each_entry - iterate over list o
107 struct list_head list; member in struct:offset
[all...]

Completed in 395 milliseconds

<<11121314151617181920>>