Home
last modified time | relevance | path

Searched refs:entry (Results 4101 - 4125 of 7706) sorted by relevance

1...<<161162163164165166167168169170>>...309

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dk10temp.c463 const struct tctl_offset *entry = &tctl_offset_table[i]; in k10temp_probe() local
465 if (boot_cpu_data.x86 == entry->model && in k10temp_probe()
466 strstr(boot_cpu_data.x86_model_id, entry->id)) { in k10temp_probe()
467 data->temp_offset = entry->offset; in k10temp_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_u32.c47 const struct cxgb4_match_field *entry, in fill_match_fields()
72 for (j = 0; entry[j].val; j++) { in fill_match_fields()
73 if (off == entry[j].off) { in fill_match_fields()
75 err = entry[j].val(fs, val, mask); in fill_match_fields()
172 /* Get a free filter entry TID, where we can insert this new in cxgb4_config_knode()
342 * entry in the bitmap to mark it as belonging to this linked in cxgb4_config_knode()
44 fill_match_fields(struct adapter *adap, struct ch_filter_specification *fs, struct tc_cls_u32_offload *cls, const struct cxgb4_match_field *entry, bool next_header) fill_match_fields() argument
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/
H A Dhostap_info.c172 struct hfa384x_hostscan_result *selected, *entry; in prism2_host_roaming() local
186 * Trivial roaming policy: just select the first entry. in prism2_host_roaming()
210 entry = &local->last_scan_results[i]; in prism2_host_roaming()
211 if (memcmp(local->preferred_ap, entry->bssid, 6) == 0) in prism2_host_roaming()
215 selected = entry; in prism2_host_roaming()
350 printk(KERN_DEBUG "%s: short HostScan result entry (%d/%d)\n", in prism2_info_hostscanresults()
/kernel/linux/linux-5.10/drivers/net/pcs/
H A Dpcs-xpcs.c689 struct xpcs_id *entry = &xpcs_id_list[i]; in xpcs_probe() local
691 if ((xpcs_id & entry->mask) == entry->id) { in xpcs_probe()
692 match = entry; in xpcs_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Dam65-cpsw-qos.c324 struct tc_taprio_sched_entry *entry; in am65_cpsw_est_set_sched_list() local
333 entry = &est_new->taprio.entries[i]; in am65_cpsw_est_set_sched_list()
335 fetch_cnt = am65_est_cmd_ns_to_cnt(entry->interval, in am65_cpsw_est_set_sched_list()
337 fetch_allow = entry->gate_mask; in am65_cpsw_est_set_sched_list()
/kernel/linux/linux-5.10/drivers/pci/
H A Dof.c355 struct resource_entry *entry; in devm_of_pci_get_host_bridge_resources() local
380 resource_list_for_each_entry(entry, ib_resources) in devm_of_pci_get_host_bridge_resources()
381 if (entry->res->start > res->start) in devm_of_pci_get_host_bridge_resources()
384 pci_add_resource_offset(&entry->node, res, in devm_of_pci_get_host_bridge_resources()
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_calipso.c273 * @entry: LSM domain mapping entry
283 static int netlbl_calipso_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_calipso_remove_cb() argument
287 if (entry->def.type == NETLBL_NLTYPE_CALIPSO && in netlbl_calipso_remove_cb()
288 entry->def.calipso->doi == cb_arg->doi) in netlbl_calipso_remove_cb()
289 return netlbl_domhsh_remove_entry(entry, cb_arg->audit_info); in netlbl_calipso_remove_cb()
495 * For each entry call @callback, if @callback returns a negative value stop
715 * calipso_cache_add - Add an entry to the CALIPSO cache
720 * Add a new entry into the CALIPSO label mapping cache.
/kernel/linux/linux-5.10/include/linux/
H A Dnetfilter.h133 nf_hook_entry_hookfn(const struct nf_hook_entry *entry, struct sk_buff *skb, in nf_hook_entry_hookfn() argument
136 return entry->hook(entry->priv, skb, state); in nf_hook_entry_hookfn()
355 int nf_reroute(struct sk_buff *skb, struct nf_queue_entry *entry);
/kernel/linux/linux-5.10/tools/perf/util/
H A Dblock-info.c358 fmt->entry = block_cycles_lbr_entry; in hpp_register()
364 fmt->entry = block_avg_cycles_entry; in hpp_register()
367 fmt->entry = block_range_entry; in hpp_register()
370 fmt->entry = block_dso_entry; in hpp_register()
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dpciback_ops.c227 entries[i].entry = op->msix_entries[i].entry; in xen_pcibk_enable_msix()
234 op->msix_entries[i].entry = entries[i].entry; in xen_pcibk_enable_msix()
/kernel/linux/linux-5.10/fs/coda/
H A Ddir.c41 static struct dentry *coda_lookup(struct inode *dir, struct dentry *entry, unsigned int flags) in coda_lookup() argument
44 const char *name = entry->d_name.name; in coda_lookup()
45 size_t length = entry->d_name.len; in coda_lookup()
72 return d_splice_alias(inode, entry); in coda_lookup()
201 /* try to make de an entry in dir_inodde linked to source_de */
244 * This entry is now negative. Since we do not create in coda_symlink()
245 * an inode for the entry we have to drop it. in coda_symlink()
/kernel/linux/linux-5.10/kernel/
H A Dprofile.c229 * a cpu in an entry. When the hashtable overflows, all pending hits
232 * may be accounted to a profile buffer slot in a hashtable entry,
536 struct proc_dir_entry *entry; in create_proc_profile() local
558 entry = proc_create("profile", S_IWUSR | S_IRUGO, in create_proc_profile()
560 if (!entry) in create_proc_profile()
562 proc_set_size(entry, (1 + prof_len) * sizeof(atomic_t)); in create_proc_profile()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-bufmap.c50 if (likely(list_empty(&wait.entry))) in run_down()
88 if (likely(list_empty(&wait.entry))) in wait_for_free()
112 if (!list_empty(&wait.entry)) in wait_for_free()
113 list_del(&wait.entry); in wait_for_free()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
H A Dintel_gtt.h159 void **entry; member
465 return pd->entry[n]; in i915_pt_entry()
472 return pdp->entry[n]; in i915_pd_entry()
478 struct i915_page_table *pt = ppgtt->pd->entry[n]; in i915_page_dir_dma_addr()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c528 nv04_dac_create(struct drm_connector *connector, struct dcb_output *entry) in nv04_dac_create() argument
541 nv_encoder->dcb = entry; in nv04_dac_create()
542 nv_encoder->or = ffs(entry->or) - 1; in nv04_dac_create()
556 encoder->possible_crtcs = entry->heads; in nv04_dac_create()
/kernel/linux/linux-6.6/fs/coda/
H A Ddir.c41 static struct dentry *coda_lookup(struct inode *dir, struct dentry *entry, unsigned int flags) in coda_lookup() argument
44 const char *name = entry->d_name.name; in coda_lookup()
45 size_t length = entry->d_name.len; in coda_lookup()
72 return d_splice_alias(inode, entry); in coda_lookup()
204 /* try to make de an entry in dir_inodde linked to source_de */
248 * This entry is now negative. Since we do not create in coda_symlink()
249 * an inode for the entry we have to drop it. in coda_symlink()
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-bufmap.c50 if (likely(list_empty(&wait.entry))) in run_down()
88 if (likely(list_empty(&wait.entry))) in wait_for_free()
112 if (!list_empty(&wait.entry)) in wait_for_free()
113 list_del(&wait.entry); in wait_for_free()
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
H A Dpciback_ops.c227 entries[i].entry = op->msix_entries[i].entry; in xen_pcibk_enable_msix()
234 op->msix_entries[i].entry = entries[i].entry; in xen_pcibk_enable_msix()
/kernel/linux/linux-6.6/include/linux/
H A Dmsi.h89 void __get_cached_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
198 void (*write_msi_msg)(struct msi_desc *entry, void *data);
237 * @__iter_idx: Index to search the next entry for iterators
678 void __pci_read_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
679 void __pci_write_msi_msg(struct msi_desc *entry, struct msi_msg *msg);
H A Dnetfilter.h141 nf_hook_entry_hookfn(const struct nf_hook_entry *entry, struct sk_buff *skb, in nf_hook_entry_hookfn() argument
144 return entry->hook(entry->priv, skb, state); in nf_hook_entry_hookfn()
363 int nf_reroute(struct sk_buff *skb, struct nf_queue_entry *entry);
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_proc.c52 * @entry: entry in scsi_proc_list.
58 struct list_head entry; member
108 list_for_each_entry(e, &scsi_proc_list, entry) in __scsi_lookup_proc_entry()
181 list_add_tail(&e->entry, &scsi_proc_list); in scsi_proc_hostdir_add()
207 list_del(&e->entry); in scsi_proc_hostdir_rm()
215 * scsi_proc_host_add - Add entry for this host to appropriate /proc dir
246 * scsi_proc_host_rm - remove this host's entry from /proc
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dremoteproc_coredump.c28 struct rproc_dump_segment *entry, *tmp; in rproc_coredump_cleanup() local
30 list_for_each_entry_safe(entry, tmp, &rproc->dump_segments, node) { in rproc_coredump_cleanup()
31 list_del(&entry->node); in rproc_coredump_cleanup()
32 kfree(entry); in rproc_coredump_cleanup()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dkcs_bmc_cdev_ipmi.c70 struct list_head entry; member
507 list_add(&priv->entry, &kcs_bmc_ipmi_instances); in kcs_bmc_ipmi_add_device()
520 list_for_each_entry(pos, &kcs_bmc_ipmi_instances, entry) { in kcs_bmc_ipmi_remove_device()
523 list_del(&pos->entry); in kcs_bmc_ipmi_remove_device()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dturris-mox-rwtm.c436 struct dentry *root, *entry; in rwtm_register_debugfs() local
443 entry = debugfs_create_file_unsafe("do_sign", 0600, root, rwtm, in rwtm_register_debugfs()
445 if (IS_ERR(entry)) in rwtm_register_debugfs()
453 return PTR_ERR(entry); in rwtm_register_debugfs()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_pmu.c46 /* record to keep track of pmu entry per pmu type per device */
48 struct list_head entry; member
560 list_add_tail(&pmu_entry->entry, &amdgpu_pmu_list); in init_pmu_entry_by_type_and_add()
581 list_for_each_entry_safe(pe, temp, &amdgpu_pmu_list, entry) { in amdgpu_pmu_fini()
584 list_del(&pe->entry); in amdgpu_pmu_fini()

Completed in 23 milliseconds

1...<<161162163164165166167168169170>>...309