/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */ 38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */ 278 struct opal_sg_list *list; in opal_flash_update() local 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 289 if (!list) in opal_flash_update() 293 addr = __pa(list); in opal_flash_update() 512 NULL /* need to NULL terminate the list of attributes */
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 291 struct sq_mapping **list, *entry; in mapping_show() local 294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | rsutils.c | 21 * list - Where the converted list is returned 23 * RETURN: Count of bits set (length of list) 25 * DESCRIPTION: Convert a bit mask into a list of values 28 u8 acpi_rs_decode_bitmask(u16 mask, u8 * list) in acpi_rs_decode_bitmask() argument 39 list[bit_count] = i; in acpi_rs_decode_bitmask() 53 * PARAMETERS: list - List of values to encode 54 * count - Length of list 58 * DESCRIPTION: Convert a list of values to an encoded bitmask 62 u16 acpi_rs_encode_bitmask(u8 * list, u argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/netfilter/ |
H A D | conntrack_vrf.sh | 143 ip netns exec $ns0 nft list ruleset 190 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2' && 191 ip netns exec $ns0 nft list table ip nat |grep -q 'untracked counter packets [1-9]' 227 ip netns exec $ns0 nft list table ip nat |grep -q 'counter packets 2'
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal-flash.c | 37 #define FLASH_IMG_NULL_DATA -1004 /* Bad data in sg list entry */ 38 #define FLASH_IMG_BAD_LEN -1005 /* Bad length in sg list entry */ 278 struct opal_sg_list *list; in opal_flash_update() local 288 list = opal_vmalloc_to_sg_list(image_data.data, image_data.size); in opal_flash_update() 289 if (!list) in opal_flash_update() 293 addr = __pa(list); in opal_flash_update() 512 NULL /* need to NULL terminate the list of attributes */
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 291 struct sq_mapping **list, *entry; in mapping_show() local 294 for (list = &sq_mapping_list; (entry = *list); list = &entry->next) in mapping_show()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | syscon.c | 16 #include <linux/list.h> 34 struct list_head list; member 140 list_add_tail(&syscon->list, &syscon_list); in of_syscon_register() 164 list_for_each_entry(entry, &syscon_list, list) in device_node_get_regmap()
|
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hv_utils_transport.c | 189 list_for_each_entry(hvt, &hvt_list, list) { in hvt_cn_callback() 301 list_add(&hvt->list, &hvt_list); in hvutil_transport_init() 319 list_del(&hvt->list); in hvutil_transport_init() 341 list_del(&hvt->list); in hvutil_transport_destroy()
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
H A D | hp_iotab.c | 40 list_for_each_entry(hpio, &iotab->io_list, list) in __iotab_search_get() 77 list_add(&hpio->list, &iotab->io_list); in iotab_insert() 91 list_del(&hpio->list); in iotab_delete() 262 list_for_each_entry(hpio, &iotab->io_list, list) in dump_iotab()
|
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | core.c | 282 list_for_each_entry(bp, &Bprotocols, list) in get_all_Bprotocols() 294 list_for_each_entry(bp, &Bprotocols, list) in get_Bprotocol4mask() 334 list_add_tail(&bp->list, &Bprotocols); in mISDN_register_Bprotocol() 349 list_del(&bp->list); in mISDN_unregister_Bprotocol()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | txrx.c | 144 list_for_each_entry(peer, &ar->peers, list) { in ath10k_peer_find() 165 list_for_each_entry(peer, &ar->peers, list) in ath10k_peer_find_by_id() 226 list_add(&peer->list, &ar->peers); in ath10k_peer_map_event() 268 list_del(&peer->list); in ath10k_peer_unmap_event()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | trace.h | 122 unsigned int entries, struct hif_scatter_item *list), 124 TP_ARGS(addr, flags, total_len, entries, list), 154 len = list[i].len; 157 list[i].buf, len);
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | airq.c | 58 hlist_add_head_rcu(&airq->list, &airq_lists[airq->isc]); in register_adapter_interrupt() 72 if (hlist_unhashed(&airq->list)) in unregister_adapter_interrupt() 77 hlist_del_rcu(&airq->list); in unregister_adapter_interrupt() 100 hlist_for_each_entry_rcu(airq, head, list) in do_airq_interrupt()
|
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | bus.c | 60 list_add_tail(&bus_res->list, &bus->resources); in pci_bus_add_resource() 71 list_for_each_entry(bus_res, &bus->resources, list) { in pci_bus_resource_n() 87 list_for_each_entry_safe(bus_res, tmp, &bus->resources, list) { in pci_bus_remove_resources() 88 list_del(&bus_res->list); in pci_bus_remove_resources()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | wlcore_i.h | 17 #include <linux/list.h> 340 struct list_head list; member 511 list_for_each_entry(wlvif, &wl->wlvif_list, list) 514 list_for_each_entry_continue(wlvif, &wl->wlvif_list, list)
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi.h | 120 struct list_head list; member 138 struct list_head list; member 177 struct list_head list; member 371 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/c67x00/ |
H A D | c67x00-hcd.c | 349 INIT_LIST_HEAD(&c67x00->list[PIPE_ISOCHRONOUS]); in c67x00_hcd_probe() 350 INIT_LIST_HEAD(&c67x00->list[PIPE_INTERRUPT]); in c67x00_hcd_probe() 351 INIT_LIST_HEAD(&c67x00->list[PIPE_CONTROL]); in c67x00_hcd_probe() 352 INIT_LIST_HEAD(&c67x00->list[PIPE_BULK]); in c67x00_hcd_probe()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_tmr.c | 15 #include <linux/list.h> 65 static int target_check_cdb_and_preempt(struct list_head *list, in target_check_cdb_and_preempt() argument 70 if (!list) in target_check_cdb_and_preempt() 72 list_for_each_entry(reg, list, pr_reg_abort_list) { in target_check_cdb_and_preempt() 275 * @preempt_and_abort_list: For the PREEMPT AND ABORT functionality, a list
|
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/ |
H A D | cxgbit.h | 10 #include <linux/list.h> 126 struct list_head list; member 132 struct list_head list; member 195 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
H A D | stub_main.c | 284 list_for_each_entry_safe(priv, tmp, listhead, list) { in stub_priv_pop_from_listhead() 285 list_del_init(&priv->list); in stub_priv_pop_from_listhead() 320 if (!list_empty(&priv->list)) in stub_free_priv_and_urb() 321 list_del(&priv->list); in stub_free_priv_and_urb()
|
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | xprt_rdma.h | 17 * notice, this list of conditions and the following disclaimer. 20 * copyright notice, this list of conditions and the following 152 * Elements of the Read list take up more room than the 153 * Write list or Reply chunk. 16 read segments means the 268 /* Maximum number of page-sized "segments" per chunk list to be 328 rpcrdma_mr_push(struct rpcrdma_mr *mr, struct list_head *list) in rpcrdma_mr_push() argument 330 list_add(&mr->mr_list, list); in rpcrdma_mr_push() 334 rpcrdma_mr_pop(struct list_head *list) in rpcrdma_mr_pop() argument 338 mr = list_first_entry_or_null(list, struct rpcrdma_mr, mr_list); in rpcrdma_mr_pop() 345 * struct rpcrdma_buffer -- holds list/queu [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_chain_filter.c | 332 list_for_each_entry(hook, &basechain->hook_list, list) { in nft_netdev_event() 343 list_del_rcu(&found->list); in nft_netdev_event() 375 list_for_each_entry(table, &nft_net->tables, list) { in nf_tables_netdev_event() 382 list_for_each_entry_safe(chain, nr, &table->chains, list) { in nf_tables_netdev_event()
|
H A D | nft_immediate.c | 115 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_activate() 138 list_for_each_entry(rule, &chain->rules, list) in nft_immediate_chain_deactivate() 219 list_for_each_entry_safe(rule, n, &chain->rules, list) { in nft_immediate_destroy() 221 list_del(&rule->list); in nft_immediate_destroy()
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | dtc.h | 230 struct property *chain_property(struct property *first, struct property *list); 239 struct node *chain_node(struct node *first, struct node *list); 282 struct reserve_info *list); 283 struct reserve_info *add_reserve_entry(struct reserve_info *list,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thunderbolt.h | 16 #include <linux/list.h> 121 * @list: Used to link properties together in a directory 130 struct list_head list; member 318 * @list: Handlers are linked using this 332 struct list_head list; member 533 * @list: Frame is linked to a queue using this 542 struct list_head list; member
|