/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | tcp.c | 76 struct list_head entry; member 200 struct nvmet_tcp_cmd, entry); in nvmet_tcp_get_cmd() 203 list_del_init(&cmd->entry); in nvmet_tcp_get_cmd() 218 list_add_tail(&cmd->entry, &cmd->queue->free_list); in nvmet_tcp_put_cmd() 494 list_add(&cmd->entry, &queue->resp_send_list); in nvmet_tcp_process_resp_list() 502 struct nvmet_tcp_cmd, entry); in nvmet_tcp_fetch_cmd() 507 struct nvmet_tcp_cmd, entry); in nvmet_tcp_fetch_cmd() 512 list_del_init(&queue->snd_cmd->entry); in nvmet_tcp_fetch_cmd() 1328 list_add_tail(&c->entry, &queue->free_list); in nvmet_tcp_alloc_cmd()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-aardvark.c | 1521 struct resource_entry *entry; in advk_pcie_probe() local 1532 resource_list_for_each_entry(entry, &bridge->windows) { in advk_pcie_probe() 1533 resource_size_t start = entry->res->start; in advk_pcie_probe() 1534 resource_size_t size = resource_size(entry->res); in advk_pcie_probe() 1535 unsigned long type = resource_type(entry->res); in advk_pcie_probe() 1554 entry->offset == 0) in advk_pcie_probe() 1586 pcie->wins[pcie->wins_count].remap = start - entry->offset; in advk_pcie_probe() 1600 (unsigned long long)entry->res->start, in advk_pcie_probe() 1601 (unsigned long long)entry->res->end + 1); in advk_pcie_probe()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | smscufx.c | 77 struct list_head entry; member 1827 list_add_tail(&unode->entry, &dev->urbs.list); in ufx_urb_completion() 1864 unode = list_entry(node, struct urb_node, entry); in ufx_free_urb_list() 1916 list_add_tail(&unode->entry, &dev->urbs.list); in ufx_alloc_urb_list() 1933 struct list_head *entry; in ufx_get_urb() local 1950 entry = dev->urbs.list.next; in ufx_get_urb() 1951 list_del_init(entry); in ufx_get_urb() 1956 unode = list_entry(entry, struct urb_node, entry); in ufx_get_urb()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | timer.c | 1244 static void snd_timer_proc_read(struct snd_info_entry *entry, in snd_timer_proc_read() argument 1294 struct snd_info_entry *entry; in snd_timer_proc_init() local 1296 entry = snd_info_create_module_entry(THIS_MODULE, "timers", NULL); in snd_timer_proc_init() 1297 if (entry != NULL) { in snd_timer_proc_init() 1298 entry->c.text.read = snd_timer_proc_read; in snd_timer_proc_init() 1299 if (snd_info_register(entry) < 0) { in snd_timer_proc_init() 1300 snd_info_free_entry(entry); in snd_timer_proc_init() 1301 entry = NULL; in snd_timer_proc_init() 1304 snd_timer_proc_entry = entry; in snd_timer_proc_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 391 seq_printf(m, "Last attempted entry at: %lld\n", in i915_edp_psr_status() 1027 struct skl_ddb_entry *entry; in i915_ddb_info() local 1046 entry = &crtc_state->wm.skl.plane_ddb_y[plane_id]; in i915_ddb_info() 1048 entry->start, entry->end, in i915_ddb_info() 1049 skl_ddb_entry_size(entry)); in i915_ddb_info() 1052 entry = &crtc_state->wm.skl.plane_ddb_y[PLANE_CURSOR]; in i915_ddb_info() 1053 seq_printf(m, " %-13s%8u%8u%8u\n", "Cursor", entry->start, in i915_ddb_info() 1054 entry->end, skl_ddb_entry_size(entry)); in i915_ddb_info() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_int.c | 1606 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_igu_free_sb() 1626 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_id]; in qed_get_pf_igu_sb_id() 1677 p_block = &p_info->entry[sb_info->igu_sb_id]; in qed_int_sb_init() 1729 p_block = &p_info->entry[sb_info->igu_sb_id]; in qed_int_sb_release() 1962 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_sb_id]; in qed_int_igu_init_pure_rt_single() 2015 p_block = &p_info->entry[igu_sb_id]; in qed_int_igu_init_pure_rt() 2102 p_block = &p_info->entry[igu_sb_id]; in qed_int_igu_reset_cam() 2175 p_block = &p_hwfn->hw_info.p_igu_info->entry[igu_sb_id]; in qed_int_igu_read_cam_block() 2210 /* Read current entry; Notice it might not belong to this PF */ in qed_int_igu_read_cam() 2212 p_block = &p_igu_info->entry[igu_sb_i in qed_int_igu_read_cam() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | smscufx.c | 77 struct list_head entry; member 1828 list_add_tail(&unode->entry, &dev->urbs.list); in ufx_urb_completion() 1865 unode = list_entry(node, struct urb_node, entry); in ufx_free_urb_list() 1917 list_add_tail(&unode->entry, &dev->urbs.list); in ufx_alloc_urb_list() 1934 struct list_head *entry; in ufx_get_urb() local 1951 entry = dev->urbs.list.next; in ufx_get_urb() 1952 list_del_init(entry); in ufx_get_urb() 1957 unode = list_entry(entry, struct urb_node, entry); in ufx_get_urb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | cn10k_macsec.c | 101 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_mcs_get_txsc() 115 list_for_each_entry(rxsc, &cfg->rxsc_list, entry) { in cn10k_mcs_get_rxsc() 1112 list_del(&mcs_rx_sc->entry); in cn10k_mcs_disable_rxscs() 1148 list_for_each_entry(rxsc, &cfg->rxsc_list, entry) { in cn10k_mcs_sync_stats() 1234 list_add(&txsc->entry, &cfg->txsc_list); in cn10k_mdo_add_secy() 1290 list_del(&txsc->entry); in cn10k_mdo_del_secy() 1415 list_add(&rxsc->entry, &cfg->rxsc_list); in cn10k_mdo_add_rxsc() 1461 list_del(&rxsc->entry); in cn10k_mdo_del_rxsc() 1755 list_for_each_entry(txsc, &cfg->txsc_list, entry) { in cn10k_handle_mcs_event()
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 118 * The adapter DMA engine supports a 256 entry receive descriptor block 135 * Like the receive path, the adapter DMA engine supports a 256 entry 2281 * Note: The adapters utilize an on-board 64 entry CAM for in dfx_ctl_set_multicast_list() 2465 PI_LAN_ADDR *p_addr; /* pointer to CAM entry */ in dfx_ctl_update_cam() 2473 * entry to be two longwords (8 bytes total). We must be in dfx_ctl_update_cam() 2475 * multicast table entry into each command entry. This in dfx_ctl_update_cam() 2482 p_addr = &bp->cmd_req_virt->addr_filter_set.entry[0]; in dfx_ctl_update_cam() 2491 p_addr++; /* point to next command entry */ in dfx_ctl_update_cam() 2502 p_addr++; /* point to next command entry */ in dfx_ctl_update_cam() 3109 int entry; dfx_rcv_queue_process() local [all...] |
/kernel/linux/linux-6.6/drivers/nvme/target/ |
H A D | tcp.c | 112 struct list_head entry; member 238 struct nvmet_tcp_cmd, entry); in nvmet_tcp_get_cmd() 241 list_del_init(&cmd->entry); in nvmet_tcp_get_cmd() 256 list_add_tail(&cmd->entry, &cmd->queue->free_list); in nvmet_tcp_put_cmd() 513 list_add(&cmd->entry, &queue->resp_send_list); in nvmet_tcp_process_resp_list() 521 struct nvmet_tcp_cmd, entry); in nvmet_tcp_fetch_cmd() 526 struct nvmet_tcp_cmd, entry); in nvmet_tcp_fetch_cmd() 531 list_del_init(&queue->snd_cmd->entry); in nvmet_tcp_fetch_cmd() 1388 list_add_tail(&c->entry, &queue->free_list); in nvmet_tcp_alloc_cmd()
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-aardvark.c | 1763 struct resource_entry *entry; in advk_pcie_probe() local 1774 resource_list_for_each_entry(entry, &bridge->windows) { in advk_pcie_probe() 1775 resource_size_t start = entry->res->start; in advk_pcie_probe() 1776 resource_size_t size = resource_size(entry->res); in advk_pcie_probe() 1777 unsigned long type = resource_type(entry->res); in advk_pcie_probe() 1794 if (type == IORESOURCE_MEM && entry->offset == 0) in advk_pcie_probe() 1826 pcie->wins[pcie->wins_count].remap = start - entry->offset; in advk_pcie_probe() 1840 (unsigned long long)entry->res->start, in advk_pcie_probe() 1841 (unsigned long long)entry->res->end + 1); in advk_pcie_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_display_debugfs.c | 699 struct skl_ddb_entry *entry; in i915_ddb_info() local 718 entry = &crtc_state->wm.skl.plane_ddb[plane_id]; in i915_ddb_info() 720 entry->start, entry->end, in i915_ddb_info() 721 skl_ddb_entry_size(entry)); in i915_ddb_info() 724 entry = &crtc_state->wm.skl.plane_ddb[PLANE_CURSOR]; in i915_ddb_info() 725 seq_printf(m, " %-13s%8u%8u%8u\n", "Cursor", entry->start, in i915_ddb_info() 726 entry->end, skl_ddb_entry_size(entry)); in i915_ddb_info()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | core.c | 430 struct wiphy_work, entry); in cfg80211_wiphy_work() 432 list_del_init(&wk->entry); in cfg80211_wiphy_work() 1067 struct wiphy_work, entry); in cfg80211_process_wiphy_works() 1068 list_del_init(&wk->entry); in cfg80211_process_wiphy_works() 1628 if (list_empty(&work->entry)) in wiphy_work_queue() 1629 list_add_tail(&work->entry, &rdev->wiphy_work_list); in wiphy_work_queue() 1644 if (!list_empty(&work->entry)) in wiphy_work_cancel() 1645 list_del_init(&work->entry); in wiphy_work_cancel() 1657 run = !work || !list_empty(&work->entry); in wiphy_work_flush()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | metricgroup.c | 59 static int metric_event_cmp(struct rb_node *rb_node, const void *entry) in metric_event_cmp() argument 64 const struct metric_event *b = entry; in metric_event_cmp() 74 const void *entry) in metric_event_new() 80 memcpy(me, entry, sizeof(struct metric_event)); in metric_event_new() 81 me->evsel = ((struct metric_event *)entry)->evsel; in metric_event_new() 399 static int mep_cmp(struct rb_node *rb_node, const void *entry) in mep_cmp() argument 402 struct mep *b = (struct mep *)entry; in mep_cmp() 412 static struct rb_node *mep_new(struct rblist *rl __maybe_unused, const void *entry) in mep_new() argument 419 memcpy(me, entry, sizeof(struct mep)); in mep_new() 976 /* Create reference. Need space for the entry an in __add_metric() 73 metric_event_new(struct rblist *rblist __maybe_unused, const void *entry) metric_event_new() argument [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | timer.c | 1244 static void snd_timer_proc_read(struct snd_info_entry *entry, in snd_timer_proc_read() argument 1298 struct snd_info_entry *entry; in snd_timer_proc_init() local 1300 entry = snd_info_create_module_entry(THIS_MODULE, "timers", NULL); in snd_timer_proc_init() 1301 if (entry != NULL) { in snd_timer_proc_init() 1302 entry->c.text.read = snd_timer_proc_read; in snd_timer_proc_init() 1303 if (snd_info_register(entry) < 0) { in snd_timer_proc_init() 1304 snd_info_free_entry(entry); in snd_timer_proc_init() 1305 entry = NULL; in snd_timer_proc_init() 1308 snd_timer_proc_entry = entry; in snd_timer_proc_init()
|
/kernel/linux/linux-6.6/drivers/scsi/fcoe/ |
H A D | fcoe.c | 1785 struct dcb_app_type *entry = ptr; in fcoe_dcb_app_notification() local 1791 if (entry->app.selector != DCB_APP_IDTYPE_ETHTYPE) in fcoe_dcb_app_notification() 1794 netdev = dev_get_by_index(&init_net, entry->ifindex); in fcoe_dcb_app_notification() 1805 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification() 1806 prio = ffs(entry->app.priority) - 1; in fcoe_dcb_app_notification() 1808 prio = entry->app.priority; in fcoe_dcb_app_notification() 1813 if (entry->app.protocol == ETH_P_FIP || in fcoe_dcb_app_notification() 1814 entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification() 1817 if (entry->app.protocol == ETH_P_FCOE) in fcoe_dcb_app_notification()
|
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_pci.c | 671 const struct ahc_pci_identity *entry; in ahc_find_pci_device() local 693 entry = &ahc_pci_ident_table[i]; in ahc_find_pci_device() 694 if (entry->full_id == (full_id & entry->id_mask)) { in ahc_find_pci_device() 696 if (entry->name == NULL) in ahc_find_pci_device() 698 return (entry); in ahc_find_pci_device() 705 ahc_pci_config(struct ahc_softc *ahc, const struct ahc_pci_identity *entry) in ahc_pci_config() argument 717 error = entry->setup(ahc); in ahc_pci_config() 721 ahc->description = entry->name; in ahc_pci_config()
|
/kernel/linux/linux-6.6/mm/ |
H A D | memory-failure.c | 10 * In addition there is a "soft offline" entry point that allows stop using 91 * MF_ATTR_RO - Create sysfs entry for each memory failure statistics. 1198 * migration entry prevents later access on error hugepage, in me_huge_page() 1268 * Catchall entry: must be at end. 2412 struct memory_failure_entry entry = { in memory_failure_queue() local 2419 if (kfifo_put(&mf_cpu->fifo, entry)) in memory_failure_queue() 2432 struct memory_failure_entry entry = { 0, }; in memory_failure_work_func() local 2439 gotten = kfifo_get(&mf_cpu->fifo, &entry); in memory_failure_work_func() 2443 if (entry.flags & MF_SOFT_OFFLINE) in memory_failure_work_func() 2444 soft_offline_page(entry in memory_failure_work_func() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_split_vars.c | 231 struct hash_entry *entry = in split_struct_derefs_impl() local 233 if (!entry) in split_struct_derefs_impl() 236 struct field *root_field = entry->data; in split_struct_derefs_impl() 425 struct hash_entry *entry = in get_array_var_info() local 427 return entry ? entry->data : NULL; in get_array_var_info() 980 struct hash_entry *entry = _mesa_hash_table_search(var_usage_map, var); in get_vec_var_usage() local 981 if (entry) in get_vec_var_usage() 982 return entry->data; in get_vec_var_usage()
|
/third_party/python/Lib/test/ |
H A D | string_tests.py | 144 entry = [] 147 entry.append(charset[m]) 148 teststrings.add(''.join(entry)) 205 entry = [] 208 entry.append(charset[m]) 209 teststrings.add(''.join(entry)) 252 entry = [] 255 entry.append(charset[m]) 256 teststrings.add(''.join(entry))
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1428 u32 *entry; in be_tx_timeout() local 1437 entry = txo->q.dma_mem.va; in be_tx_timeout() 1439 if (entry[j] != 0 || entry[j + 1] != 0 || in be_tx_timeout() 1440 entry[j + 2] != 0 || entry[j + 3] != 0) { in be_tx_timeout() 1442 j, entry[j], entry[j + 1], in be_tx_timeout() 1443 entry[j + 2], entry[ in be_tx_timeout() 3981 be_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_set_port() argument 4012 be_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_unset_port() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v9_4_3.c | 1358 const struct soc15_reg_rlcg *entry; in gfx_v9_4_3_check_rlcg_range() local 1360 entry = &entries[i]; in gfx_v9_4_3_check_rlcg_range() 1363 adev, entry->hwip, entry->instance) : in gfx_v9_4_3_check_rlcg_range() 1364 entry->instance; in gfx_v9_4_3_check_rlcg_range() 1365 reg = adev->reg_offset[entry->hwip][inst][entry->segment] + in gfx_v9_4_3_check_rlcg_range() 1366 entry->reg; in gfx_v9_4_3_check_rlcg_range() 2855 struct amdgpu_iv_entry *entry) in gfx_v9_4_3_eop_irq() 2862 me_id = (entry in gfx_v9_4_3_eop_irq() 2853 gfx_v9_4_3_eop_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_eop_irq() argument 2891 gfx_v9_4_3_fault(struct amdgpu_device *adev, struct amdgpu_iv_entry *entry) gfx_v9_4_3_fault() argument 2923 gfx_v9_4_3_priv_reg_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_priv_reg_irq() argument 2932 gfx_v9_4_3_priv_inst_irq(struct amdgpu_device *adev, struct amdgpu_irq_src *source, struct amdgpu_iv_entry *entry) gfx_v9_4_3_priv_inst_irq() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_main.c | 1427 u32 *entry; in be_tx_timeout() local 1436 entry = txo->q.dma_mem.va; in be_tx_timeout() 1438 if (entry[j] != 0 || entry[j + 1] != 0 || in be_tx_timeout() 1439 entry[j + 2] != 0 || entry[j + 3] != 0) { in be_tx_timeout() 1441 j, entry[j], entry[j + 1], in be_tx_timeout() 1442 entry[j + 2], entry[ in be_tx_timeout() 3981 be_vxlan_set_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_set_port() argument 4012 be_vxlan_unset_port(struct net_device *netdev, unsigned int table, unsigned int entry, struct udp_tunnel_info *ti) be_vxlan_unset_port() argument [all...] |
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 177 // control-flow commands that cause entry into a finally-block, and re-apply 260 // This generates a dynamic dispatch on the token from the entry point. 267 // For a single entry, just jump to the fallthrough if we don't match the in ApplyDeferredCommands() 268 // entry token. in ApplyDeferredCommands() 269 const Entry& entry = deferred_[0]; in ApplyDeferredCommands() local 272 ->LoadLiteral(Smi::FromInt(entry.token)) in ApplyDeferredCommands() 276 if (CommandUsesAccumulator(entry.command)) { in ApplyDeferredCommands() 279 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands() 291 for (const Entry& entry in ApplyDeferredCommands() 990 auto entry = std::make_pair(key, slot_index); PutImpl() local 2519 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); VisitFunctionLiteral() local 2954 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); VisitNativeFunctionLiteral() local 3025 BuildCreateObjectLiteral(Register literal, uint8_t flags, size_t entry) BuildCreateObjectLiteral() argument 3079 size_t entry; VisitObjectLiteral() local 3419 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); BuildCreateArrayLiteral() local 6441 size_t entry = builder()->AllocateDeferredConstantPoolEntry(); VisitGetTemplateObject() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/myricom/myri10ge/ |
H A D | myri10ge.c | 157 struct mcp_slot *entry; member 943 bytes = mgp->max_intr_slots * sizeof(*mgp->ss[0].rx_done.entry); in myri10ge_reset() 1048 memset(ss->rx_done.entry, 0, bytes); in myri10ge_reset() 1457 while (rx_done->entry[idx].length != 0 && work_done < budget) { in myri10ge_clean_rx_done() 1458 length = ntohs(rx_done->entry[idx].length); in myri10ge_clean_rx_done() 1459 rx_done->entry[idx].length = 0; in myri10ge_clean_rx_done() 1460 checksum = csum_unfold(rx_done->entry[idx].checksum); in myri10ge_clean_rx_done() 3531 if (ss->rx_done.entry != NULL) { in myri10ge_free_slices() 3533 sizeof(*ss->rx_done.entry); in myri10ge_free_slices() 3535 ss->rx_done.entry, s in myri10ge_free_slices() [all...] |