/kernel/linux/linux-5.10/drivers/pci/controller/dwc/ |
H A D | pcie-designware-ep.c | 39 list_for_each_entry(ep_func, &ep->func_list, list) { in dw_pcie_ep_get_func_from_ep() 762 list_add_tail(&ep_func->list, &ep->func_list); in dw_pcie_ep_init()
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
H A D | xusb-tegra186.c | 161 INIT_LIST_HEAD(&usb2->base.list); in tegra186_usb2_lane_probe() 637 INIT_LIST_HEAD(&usb3->base.list); in tegra186_usb3_lane_probe()
|
/kernel/linux/linux-5.10/drivers/s390/scsi/ |
H A D | zfcp_scsi.c | 529 list_for_each_entry(port, &adapter->port_list, list) in zfcp_scsi_adapter_unregister() 794 list_for_each_entry(port, &adapter->port_list, list) in zfcp_scsi_schedule_rports_block()
|
/kernel/linux/linux-5.10/drivers/scsi/pm8001/ |
H A D | pm8001_sas.h | 11 * notice, this list of conditions, and the following disclaimer, 232 struct list_head list; member 471 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | ep0.c | 18 #include <linux/list.h> 96 list_add_tail(&req->list, &dep->pending_list); in __dwc3_gadget_ep0_queue() 1131 * into the list. in dwc3_ep0_xfernotready()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_mp.c | 55 INIT_LIST_HEAD(&(pmp_xmitframe->list)); in init_mp_priv() 56 list_add_tail(&(pmp_xmitframe->list), in init_mp_priv()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ulpevent.c | 370 * specification [SCTP] and any extensions for a list of possible 1175 unsigned int sctp_queue_purge_ulpevents(struct sk_buff_head *list) in sctp_queue_purge_ulpevents() argument 1180 while ((skb = skb_dequeue(list)) != NULL) { in sctp_queue_purge_ulpevents()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | twl6040.c | 91 { .count = ARRAY_SIZE(lp_rates), .list = lp_rates, }, 92 { .count = ARRAY_SIZE(hp_rates), .list = hp_rates, },
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lops.c | 146 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_log_bmap() 526 list_for_each_entry(je, &jd->extent_list, list) { in gfs2_find_jhead()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_remote.c | 960 ssize_t hmdfs_remote_listxattr(struct dentry *dentry, char *list, size_t size) in hmdfs_remote_listxattr() argument 979 res = hmdfs_send_listxattr(conn, send_buf, list, r_size); in hmdfs_remote_listxattr()
|
/kernel/linux/linux-5.10/fs/ext2/ |
H A D | xattr.c | 280 * Copy a list of attribute names into the buffer 333 /* list the attribute names */ in ext2_xattr_list() 339 if (handler && (!handler->list || handler->list(dentry))) { in ext2_xattr_list()
|
/kernel/linux/linux-5.10/lib/ |
H A D | bitmap.c | 465 * bitmap_print_to_pagebuf - convert bitmap to list or hex format ASCII string 466 * @list: indicates whether the bitmap must be list 471 * Output format is a comma-separated list of decimal numbers and 472 * ranges if list is specified or hex digits grouped into comma-separated 480 int bitmap_print_to_pagebuf(bool list, char *buf, const unsigned long *maskp, in bitmap_print_to_pagebuf() argument 485 return list ? scnprintf(buf, len, "%*pbl\n", nmaskbits, maskp) : in bitmap_print_to_pagebuf() 617 * bitmap_parselist - convert list format ASCII string to bitmap 623 * Input format is a comma-separated list of decimal numbers and 998 * various @orig's. I list th [all...] |
H A D | test_firmware.c | 663 list_add(&efi_embedded_fw.list, &efi_embedded_fw_list); in trigger_request_platform_store() 685 list_del(&efi_embedded_fw.list); in trigger_request_platform_store()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_filter.c | 757 * These are implemented through a list of strings at the end 1127 list_for_each_entry(file, &tr->events, list) { in filter_free_subsystem_preds() 1145 list_for_each_entry(file, &tr->events, list) { in filter_free_subsystem_filters() 1679 struct list_head list; member 1696 list_for_each_entry(file, &tr->events, list) { in process_system_preds() 1722 list_add_tail(&filter_item->list, &filter_list); in process_system_preds() 1743 list_for_each_entry_safe(filter_item, tmp, &filter_list, list) { in process_system_preds() 1745 list_del(&filter_item->list); in process_system_preds() 1751 list_for_each_entry_safe(filter_item, tmp, &filter_list, list) { in process_system_preds() 1752 list_del(&filter_item->list); in process_system_preds() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | posix_acl.c | 910 .list = posix_acl_xattr_list, 919 .list = posix_acl_xattr_list,
|
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A D | xattr.c | 772 * The generic_fooxattr() functions will use this list to dispatch xattr 822 (handler->list && !handler->list(b->dentry))) in listxattr_filler()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | base.c | 354 list_add_tail(&ctr->head, &dom->list); in nvkm_perfctr_new() 797 INIT_LIST_HEAD(&dom->list); in nvkm_perfdom_new()
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | cal.c | 306 buf = list_entry(dma_q->active.next, struct cal_buffer, list); in cal_schedule_next_buffer() 308 list_del(&buf->list); in cal_schedule_next_buffer()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hyperv.h | 20 #include <linux/list.h> 1206 struct list_head list; member 1635 * If at end of list, return NULL and update host.
|
/kernel/linux/linux-6.6/drivers/mtd/maps/ |
H A D | vmu-flash.c | 191 list_del_init(&(mdev->mq->list)); in maple_vmu_read_block() 285 list_del_init(&(mdev->mq->list)); in maple_vmu_write_block()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | crypto.c | 42 * These bulks will be put to avail list after sync. 525 struct list_head *list, in mlx5_crypto_dek_pool_splice_destroy_list() 529 list_splice_init(list, head); in mlx5_crypto_dek_pool_splice_destroy_list() 543 /* For all the bulks in each list, reset the bits while sync. 546 * And free DEKs in the waiting list at the end of this func. 524 mlx5_crypto_dek_pool_splice_destroy_list(struct mlx5_crypto_dek_pool *pool, struct list_head *list, struct list_head *head) mlx5_crypto_dek_pool_splice_destroy_list() argument
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed.h | 15 #include <linux/list.h> 398 struct list_head list; member 400 /* Lock to protect the doorbell recovery mechanism list */
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | net_driver.h | 19 #include <linux/list.h> 475 * @rx_list: list of SKBs from current RX, awaiting processing 741 * @list: node of linked list on which this struct is stored 751 struct list_head list; member 886 * @rss_context: Main RSS context. Its @list member is the head of the list of 888 * @rss_lock: Protects custom RSS context software state in @rss_context.list 953 * @vf_reps_lock: Protects vf_reps list 1303 * @filter_get_rx_ids: Get list o [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | bus.c | 14 #include <linux/list.h> 693 * a valid list of PNP IDs, and if the device is the first (primary) physical 729 * If @dev has an ACPI companion which has ACPI_DT_NAMESPACE_HID in its list of 731 * property to match against the given list of identifiers. 851 list_for_each_entry(hwid, &device->pnp.ids, list) { in __acpi_match_device() 878 * acpi_match_acpi_device - Match an ACPI device against a given list of ACPI IDs 882 * Match the ACPI device @adev against a given list of ACPI IDs @ids. 898 * acpi_match_device - Match a struct device against a given list of ACPI IDs 903 * object for that handle and use that object to match against a given list of
|
/kernel/linux/linux-6.6/fs/dlm/ |
H A D | user.c | 153 list_for_each_entry_safe(cb, safe, &lkb->lkb_callbacks, list) { in dlm_purge_lkb_callbacks() 154 list_del(&cb->list); in dlm_purge_lkb_callbacks() 172 An EOL lock needs to be removed from the process's list of locks. 194 being removed and then remove that lkb from the orphans list and free it */ 874 * list when last item was dequeued in device_read()
|