Home
last modified time | relevance | path

Searched refs:entry (Results 51 – 75 of 4198) sorted by relevance

12345678910>>...168

/openbmc/linux/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c841 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in ofdpa_flow_tbl_ig_port()
863 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in ofdpa_flow_tbl_vlan()
889 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in ofdpa_flow_tbl_term_mac()
929 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in ofdpa_flow_tbl_bridge()
979 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in ofdpa_flow_tbl_ucast4_routing()
1009 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in ofdpa_flow_tbl_acl()
1236 hash_add(ofdpa->neigh_tbl, &entry->entry, in ofdpa_neigh_add()
1243 hash_del(&entry->entry); in ofdpa_neigh_del()
1295 memcpy(entry, found, sizeof(*entry)); in ofdpa_port_ipv4_neigh()
1299 memcpy(entry, found, sizeof(*entry)); in ofdpa_port_ipv4_neigh()
[all …]
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_queue_pair.c898 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in qp_guest_endpoint_create()
952 if (!entry || entry->num_ppns <= 2) in qp_alloc_hypercall()
1005 if (entry) in qp_list_add_entry()
1015 if (entry) in qp_list_remove_entry()
1321 entry = kzalloc(sizeof(*entry), GFP_ATOMIC); in qp_broker_create()
1382 entry->produce_q->q_header = entry->local_mem; in qp_broker_create()
1668 entry->create_id, entry->qp.handle.context, in qp_broker_attach()
2019 entry->produce_q, entry->consume_q); in vmci_qp_broker_set_page_store()
2042 entry->create_id, entry->qp.handle.context, in vmci_qp_broker_set_page_store()
2163 entry->wakeup_cb(entry->client_data); in vmci_qp_broker_detach()
[all …]
/openbmc/linux/include/linux/
H A Dxarray.h640 void *entry; in xa_erase_bh() local
646 return entry; in xa_erase_bh()
664 void *entry; in xa_erase_irq() local
670 return entry; in xa_erase_irq()
1588 void *entry; in xas_reload() local
1691 void *entry; in xas_next_entry() local
1709 return entry; in xas_next_entry()
1749 void *entry; in xas_next_marked() local
1762 if (!entry) in xas_next_marked()
1789 for (entry = xas_find(xas, max); entry; \
[all …]
H A Dresource_ext.h37 list_add(&entry->node, head); in resource_list_add()
43 list_add_tail(&entry->node, head); in resource_list_add_tail()
48 list_del(&entry->node); in resource_list_del()
53 kfree(entry); in resource_list_free_entry()
59 resource_list_del(entry); in resource_list_destroy_entry()
60 resource_list_free_entry(entry); in resource_list_destroy_entry()
64 list_for_each_entry((entry), (list), node)
72 struct resource_entry *entry; in resource_list_first_type() local
74 resource_list_for_each_entry(entry, list) { in resource_list_first_type()
75 if (resource_type(entry->res) == type) in resource_list_first_type()
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-lg4ff.c306 if (!entry) { in lg4ff_adjust_input_event()
332 if (!entry) in lg4ff_raw_event()
422 if (!entry) { in lg4ff_play()
484 if (!entry) { in lg4ff_set_autocenter_default()
564 if (!entry) { in lg4ff_set_autocenter_ffex()
598 if (!entry) { in lg4ff_set_range_g25()
1291 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in lg4ff_init()
1292 if (!entry) in lg4ff_init()
1389 entry->wdata.range = entry->wdata.max_range; in lg4ff_init()
1391 entry->wdata.set_range(hid, entry->wdata.range); in lg4ff_init()
[all …]
/openbmc/linux/drivers/sh/intc/
H A Dvirq.c28 for (entry = head; entry; entry = entry->next)
93 last = &entry->next; in add_virq_to_pirq()
97 if (!entry) in add_virq_to_pirq()
100 entry->irq = virq; in add_virq_to_pirq()
103 *last = entry; in add_virq_to_pirq()
171 entry = kmalloc(sizeof(*entry), GFP_NOWAIT); in intc_subgroup_init_one()
172 if (!entry) in intc_subgroup_init_one()
175 entry->pirq = pirq; in intc_subgroup_init_one()
179 err = radix_tree_insert(&d->tree, entry->enum_id, entry); in intc_subgroup_init_one()
220 if (unlikely(!entry)) in intc_subgroup_map()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_ioctl.c46 struct reg_whitelist const *entry; in i915_reg_read_ioctl() local
52 entry = reg_read_whitelist; in i915_reg_read_ioctl()
58 GEM_BUG_ON(entry->size > 8); in i915_reg_read_ioctl()
61 if (IS_GRAPHICS_VER(i915, entry->min_graphics_ver, entry->max_graphics_ver) && in i915_reg_read_ioctl()
64 entry++; in i915_reg_read_ioctl()
71 flags = reg->offset & (entry->size - 1); in i915_reg_read_ioctl()
76 entry->offset_ldw, in i915_reg_read_ioctl()
77 entry->offset_udw); in i915_reg_read_ioctl()
80 entry->offset_ldw); in i915_reg_read_ioctl()
85 entry->offset_ldw); in i915_reg_read_ioctl()
[all …]
/openbmc/linux/fs/nfs/
H A Dnfs42xattr.c243 return entry; in nfs4_xattr_alloc_entry()
251 kfree(entry); in nfs4_xattr_free_entry()
515 entry = NULL; in nfs4_xattr_get_entry()
522 return entry; in nfs4_xattr_get_entry()
582 if (entry != NULL) in nfs4_xattr_hash_remove()
597 if (entry != NULL) in nfs4_xattr_hash_find()
602 return entry; in nfs4_xattr_hash_find()
624 entry->xattr_name, (unsigned long)entry->xattr_size); in nfs4_xattr_cache_get()
631 memcpy(buf, entry->xattr_value, entry->xattr_size); in nfs4_xattr_cache_get()
662 if (entry != NULL && entry != ERR_PTR(-ESTALE)) { in nfs4_xattr_cache_list()
[all …]
/openbmc/qemu/hw/i386/
H A Dacpi-common.c37 GArray *entry, bool force_enabled) in pc_madt_cpu_entry() argument
56 build_append_int_noprefix(entry, flags, 4); /* Flags */ in pc_madt_cpu_entry()
71 build_append_int_noprefix(entry, 1, 1); /* Type */ in build_ioapic()
72 build_append_int_noprefix(entry, 12, 1); /* Length */ in build_ioapic()
74 build_append_int_noprefix(entry, 0, 1); /* Reserved */ in build_ioapic()
83 build_append_int_noprefix(entry, 2, 1); /* Type */ in build_xrupt_override()
84 build_append_int_noprefix(entry, 10, 1); /* Length */ in build_xrupt_override()
85 build_append_int_noprefix(entry, 0, 1); /* Bus */ in build_xrupt_override()
86 build_append_int_noprefix(entry, src, 1); /* Source */ in build_xrupt_override()
88 build_append_int_noprefix(entry, gsi, 4); in build_xrupt_override()
[all …]
/openbmc/linux/drivers/firmware/
H A Ddmi-sysfs.c130 struct dmi_sysfs_entry *entry = data->entry; in find_dmi_entry_helper() local
163 .entry = entry, in find_dmi_entry()
457 entry->child = kzalloc(sizeof(*entry->child), GFP_KERNEL); in dmi_system_event_log()
458 if (!entry->child) in dmi_system_event_log()
462 &entry->kobj, in dmi_system_event_log()
474 kobject_del(entry->child); in dmi_system_event_log()
476 kfree(entry->child); in dmi_system_event_log()
565 list_del(&entry->list); in dmi_sysfs_entry_release()
567 kfree(entry); in dmi_sysfs_entry_release()
595 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in dmi_sysfs_register_handle()
[all …]
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_debugfs.c62 u32 hits = mvpp2_cls_flow_hits(entry->priv, entry->id); in mvpp2_dbgfs_flow_flt_hits_show()
75 u32 hits = mvpp2_cls_lookup_hits(entry->priv, entry->flow); in mvpp2_dbgfs_flow_dec_hits_show()
196 hits = mvpp2_cls_c2_hit_count(entry->priv, entry->id); in mvpp2_dbgfs_flow_c2_hits_show()
211 mvpp2_cls_c2_read(entry->priv, entry->id, &c2); in mvpp2_dbgfs_flow_c2_rxq_show()
232 mvpp2_cls_c2_read(entry->priv, entry->id, &c2); in mvpp2_dbgfs_flow_c2_enable_show()
355 mvpp2_prs_init_from_hw(entry->priv, &pe, entry->tid); in mvpp2_dbgfs_prs_pmap_show()
373 mvpp2_prs_init_from_hw(entry->priv, &pe, entry->tid); in mvpp2_dbgfs_prs_ai_show()
392 mvpp2_prs_init_from_hw(entry->priv, &pe, entry->tid); in mvpp2_dbgfs_prs_hdata_show()
409 mvpp2_prs_init_from_hw(entry->priv, &pe, entry->tid); in mvpp2_dbgfs_prs_sram_show()
423 val = mvpp2_prs_hits(entry->priv, entry->tid); in mvpp2_dbgfs_prs_hits_show()
[all …]
/openbmc/qemu/tests/multiboot/
H A Dmmap.out10 0x0 - 0x9fc00: type 1 [entry size: 20]
11 0x9fc00 - 0xa0000: type 2 [entry size: 20]
12 0xf0000 - 0x100000: type 2 [entry size: 20]
13 0x100000 - 0x7fe0000: type 1 [entry size: 20]
28 0x0 - 0x9fc00: type 1 [entry size: 20]
29 0x9fc00 - 0xa0000: type 2 [entry size: 20]
30 0xf0000 - 0x100000: type 2 [entry size: 20]
45 0x0 - 0x9fc00: type 1 [entry size: 20]
46 0x9fc00 - 0xa0000: type 2 [entry size: 20]
63 0x0 - 0x9fc00: type 1 [entry size: 20]
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/registry/tools/
H A Dvalidate_registry.py24 for entry in registry_json["PELs"]:
25 if entry["Name"] in names:
28 names.append(entry["Name"])
40 for entry in registry_json["PELs"]:
44 entry["SRC"]["ReasonCode"]
60 for entry in registry_json["PELs"]:
66 if "ComponentID" in entry:
76 entry["Name"],
90 for entry in registry_json["PELs"]:
98 entry["Name"]
[all …]
/openbmc/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c16 memset(entry, 0, sizeof(*entry)); in tc_fill_all_pass_entry()
21 entry->handle = 0; in tc_fill_all_pass_entry()
39 first = entry; in tc_find_entry()
40 if ((entry->handle == loc) && !free && !entry->is_frag) in tc_find_entry()
41 dup = entry; in tc_find_entry()
125 if (!entry) in tc_fill_entry()
177 if (!entry) in tc_unfill_entry()
182 entry = entry->frag_ptr; in tc_unfill_entry()
624 if (!entry || !entry->in_use) in tc_del_flow()
717 if (!entry || !entry->in_use || entry->type != STMMAC_RFS_T_VLAN) in tc_del_vlan_flow()
[all …]
/openbmc/u-boot/drivers/core/
H A Dlists.c25 struct driver *entry; in lists_driver_lookup_name() local
27 for (entry = drv; entry != drv + n_ents; entry++) { in lists_driver_lookup_name()
29 return entry; in lists_driver_lookup_name()
41 struct uclass_driver *entry; in lists_uclass_lookup() local
43 for (entry = uclass; entry != uclass + n_ents; entry++) { in lists_uclass_lookup()
44 if (entry->id == id) in lists_uclass_lookup()
45 return entry; in lists_uclass_lookup()
56 struct driver_info *entry; in lists_bind_drivers() local
61 for (entry = info; entry != info + n_ents; entry++) { in lists_bind_drivers()
131 struct driver *entry; in lists_bind_fdt() local
[all …]
/openbmc/linux/kernel/
H A Dasync.c117 struct async_entry *entry = in async_run_entry_fn() local
127 entry->func(entry->data, entry->cookie); in async_run_entry_fn()
130 (long long)entry->cookie, entry->func, in async_run_entry_fn()
139 kfree(entry); in async_run_entry_fn()
159 entry->func = func; in __async_schedule_node_domain()
160 entry->data = data; in __async_schedule_node_domain()
161 entry->domain = domain; in __async_schedule_node_domain()
201 struct async_entry *entry; in async_schedule_node_domain() local
213 kfree(entry); in async_schedule_node_domain()
260 struct async_entry *entry; in async_schedule_dev_nocall() local
[all …]
/openbmc/linux/arch/s390/kernel/
H A Djump_label.c23 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_nop()
30 insn->offset = (jump_entry_target(entry) - jump_entry_code(entry)) >> 1; in jump_label_make_branch()
50 void *code = (void *)jump_entry_code(entry); in jump_label_transform()
54 jump_label_make_nop(entry, &old); in jump_label_transform()
55 jump_label_make_branch(entry, &new); in jump_label_transform()
57 jump_label_make_branch(entry, &old); in jump_label_transform()
58 jump_label_make_nop(entry, &new); in jump_label_transform()
61 jump_label_bug(entry, &old, &new); in jump_label_transform()
65 void arch_jump_label_transform(struct jump_entry *entry, in arch_jump_label_transform() argument
68 jump_label_transform(entry, type); in arch_jump_label_transform()
[all …]
/openbmc/qemu/qobject/
H A Dqdict.c58 QDictEntry *entry; in alloc_entry() local
60 entry = g_malloc0(sizeof(*entry)); in alloc_entry()
64 return entry; in alloc_entry()
85 return entry->key; in qdict_entry_key()
94 QDictEntry *entry; in qdict_find() local
118 QDictEntry *entry; in qdict_put_obj() local
122 if (entry) { in qdict_put_obj()
162 QDictEntry *entry; in qdict_get() local
165 return (entry == NULL ? NULL : entry->value); in qdict_get()
355 qdict_put_obj(dest, entry->key, qobject_ref(entry->value)); in qdict_clone_shallow()
[all …]
/openbmc/libpldm/include/libpldm/
H A Dbios_table.h114 const struct pldm_bios_string_table_entry *entry);
121 const struct pldm_bios_string_table_entry *entry);
163 const struct pldm_bios_attr_table_entry *entry);
170 const struct pldm_bios_attr_table_entry *entry);
178 const struct pldm_bios_attr_table_entry *entry);
235 void *entry, size_t entry_length,
332 void *entry, size_t entry_length,
343 const struct pldm_bios_attr_table_entry *entry,
351 const struct pldm_bios_attr_table_entry *entry);
359 const struct pldm_bios_attr_table_entry *entry);
[all …]
/openbmc/qemu/stats/
H A Dstats-qmp-cmds.c29 entry->provider = provider; in add_stats_callbacks()
30 entry->stats_cb = stats_fn; in add_stats_callbacks()
31 entry->schemas_cb = schemas_fn; in add_stats_callbacks()
85 StatsCallbacks *entry; in qmp_query_stats() local
112 StatsCallbacks *entry; in qmp_query_stats_schemas() local
132 entry->provider = provider; in add_stats_entry()
133 entry->qom_path = g_strdup(qom_path); in add_stats_entry()
134 entry->stats = stats_list; in add_stats_entry()
145 entry->provider = provider; in add_stats_schema()
146 entry->target = target; in add_stats_schema()
[all …]
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c188 kfree(entry); in node_affinity_destroy()
211 entry = kzalloc(sizeof(*entry), GFP_KERNEL); in node_affinity_allocate()
212 if (!entry) in node_affinity_allocate()
218 return entry; in node_affinity_allocate()
237 return entry; in node_affinity_lookup()
460 if (!entry) { in hfi1_comp_vectors_set_up()
609 if (!entry) { in hfi1_dev_affinity_init()
611 if (!entry) { in hfi1_dev_affinity_init()
721 if (!entry) in hfi1_dev_affinity_clean_up()
752 if (!entry) in hfi1_update_sdma_affinity()
[all …]
/openbmc/linux/lib/
H A Dxarray.c183 void *entry; in xas_start() local
200 return entry; in xas_start()
536 if (entry) in xas_free_nodes()
808 if (!entry) in xas_store()
1273 if (entry && !xa_is_sibling(entry)) in xas_find()
1909 if (entry) in __xa_set_mark()
1927 if (entry) in __xa_clear_mark()
1954 entry = xas_descend(&xas, xa_to_node(entry)); in xa_get_mark()
2032 if (entry) in xa_find()
2092 if (entry) in xa_find_after()
[all …]
/openbmc/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c192 return &entry->ipv4.l2; in mtk_foe_entry_l2()
216 memset(entry, 0, sizeof(*entry)); in mtk_foe_entry_prepare()
223 entry->ib1 = val; in mtk_foe_entry_prepare()
234 entry->ib1 = val; in mtk_foe_entry_prepare()
257 l2 = &entry->ipv6.l2; in mtk_foe_entry_prepare()
260 l2 = &entry->ipv4.l2; in mtk_foe_entry_prepare()
531 entry->hash = 0xffff; in __mtk_foe_entry_clear()
537 kfree(entry); in __mtk_foe_entry_clear()
687 entry->hash = 0xffff; in mtk_foe_entry_commit()
770 entry->hash = hash; in __mtk_ppe_check_skb()
[all …]
/openbmc/linux/drivers/parisc/
H A Dpdc_stable.c143 if (!entry) in pdcspath_fetch()
149 entry, devpath, entry->addr); in pdcspath_fetch()
160 entry->ready = 1; in pdcspath_fetch()
184 BUG_ON(!entry); in pdcspath_store()
199 entry, devpath, entry->addr); in pdcspath_store()
208 entry->ready = 2; in pdcspath_store()
232 i = entry->ready; in pdcspath_hwpath_read()
314 entry->ready = 0; in pdcspath_hwpath_write()
315 entry->dev = dev; in pdcspath_hwpath_write()
324 ret = sysfs_create_link(&entry->kobj, &entry->dev->kobj, "device"); in pdcspath_hwpath_write()
[all …]
/openbmc/linux/net/netlabel/
H A Dnetlabel_addrlist.c154 iter->addr == entry->addr && iter->mask == entry->mask) in netlbl_af4list_add()
223 entry->valid = 0; in netlbl_af4list_remove_entry()
224 list_del_rcu(&entry->list); in netlbl_af4list_remove_entry()
242 struct netlbl_af4list *entry; in netlbl_af4list_remove() local
245 if (entry == NULL) in netlbl_af4list_remove()
248 return entry; in netlbl_af4list_remove()
263 entry->valid = 0; in netlbl_af6list_remove_entry()
264 list_del_rcu(&entry->list); in netlbl_af6list_remove_entry()
283 struct netlbl_af6list *entry; in netlbl_af6list_remove() local
286 if (entry == NULL) in netlbl_af6list_remove()
[all …]

12345678910>>...168