Home
last modified time | relevance | path

Searched full:lookups (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/openbmc/linux/drivers/gpio/
H A Dgpio-aggregator.c37 struct gpiod_lookup_table *lookups; member
48 struct gpiod_lookup_table *lookups; in aggr_add_gpio() local
50 lookups = krealloc(aggr->lookups, struct_size(lookups, table, *n + 2), in aggr_add_gpio()
52 if (!lookups) in aggr_add_gpio()
55 lookups->table[*n] = GPIO_LOOKUP_IDX(key, hwnum, NULL, *n, 0); in aggr_add_gpio()
58 memset(&lookups->table[*n], 0, sizeof(lookups->table[*n])); in aggr_add_gpio()
60 aggr->lookups = lookups; in aggr_add_gpio()
131 aggr->lookups = kzalloc(struct_size(aggr->lookups, table, 1), in new_device_store()
133 if (!aggr->lookups) { in new_device_store()
147 aggr->lookups->dev_id = kasprintf(GFP_KERNEL, "%s.%d", DRV_NAME, id); in new_device_store()
[all …]
/openbmc/phosphor-host-ipmid/
H A Dtransporthandler.hpp43 * This helps reduce the number of mapper lookups we need for each
64 * @param[in] bus - The bus object used for lookups
74 * @param[in] bus - The bus object used for lookups
158 * retains a cache of previous lookups to speed up future iterations.
169 * @param[in] bus - The bus object used for lookups
242 * @param[in] bus - The bus object used for lookups
298 * for one off lookups. Don't use this if you intend to do multiple
299 * lookups at a time.
301 * @param[in] bus - The bus object used for lookups
320 * @param[in] bus - The bus object used for lookups
[all...]
/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp164 * mako template lookups.
176 * mako template lookups.
190 * mako template lookups.
241 * mako template lookups.
254 * mako template lookups.
268 * mako template lookups.
319 * mako template lookups.
368 * mako template lookups.
382 * mako template lookups.
431 * mako template lookups.
[all …]
/openbmc/openpower-host-ipmi-oem/
H A Delog-errors.hpp62 * mako template lookups.
107 * mako template lookups.
154 * mako template lookups.
168 * mako template lookups.
217 * mako template lookups.
269 * mako template lookups.
283 * mako template lookups.
336 * mako template lookups.
385 * mako template lookups.
435 * mako template lookups.
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dpath-lookup.txt30 are path-walk intensive tend to do path lookups starting from a common dentry
47 Name lookups will want to find a particular path that a name string refers to
69 - perform dcache hash name lookups on (parent, name element) tuples;
96 using d_seq for synchronisation (see seqcount based lookups, below).
175 Seqcount based lookups
177 In refcount based dcache lookups, d_lock is used to serialise access to
206 With this two parts of the puzzle, we can do path lookups without taking
213 is the traditional[*] way of performing dcache lookups using d_lock to
217 lookups, and can perform lookup of intermediate elements without any stores to
299 lookups, and to assume dentry mount points and mount roots are stable up and
[all …]
/openbmc/linux/include/linux/
H A Drbtree_latch.h8 * for RCU/lockless queries. Even though we made RB-tree lookups non-fatal for
9 * lockless lookups; we cannot guarantee they return a correct result.
12 * lookups; but has the constraint (inherent to the seqlock) that read sides
15 * If we need to allow unconditional lookups (say as required for NMI context
18 * implement a latched RB-tree which does allow for unconditional lookups by
52 * @comp: used for lookups; provides the order between the search key and an element.
/openbmc/linux/drivers/soc/qcom/
H A Dpdr_interface.c40 struct list_head lookups; member
90 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_locator_new_server()
172 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_work()
204 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_new_server()
228 list_for_each_entry(pds, &pdr->lookups, node) { in pdr_notifier_del_server()
314 list_for_each_entry(iter, &pdr->lookups, node) { in pdr_indication_cb()
483 list_for_each_entry_safe(pds, tmp, &pdr->lookups, node) { in pdr_locator_work()
540 list_for_each_entry(tmp, &pdr->lookups, node) { in pdr_add_lookup()
549 list_add(&pds->node, &pdr->lookups); in pdr_add_lookup()
583 list_for_each_entry(tmp, &pdr->lookups, node) { in pdr_restart_pd()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/
H A Dclock-cpg.c39 static struct clk_lookup lookups[] = { variable
58 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in cpg_clk_init()
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfirmware_cache.rst5 When Linux resumes from suspend some device drivers require firmware lookups to
7 firmware lookups are not possible, during this short period of time firmware
21 filesystem to mount or dealing with possible race issues with lookups as the
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c55 int lookups; /* number of lookups in this vcap type */ member
56 int lookups_per_instance; /* number of lookups in this instance */
69 .lookups = SPARX5_IS0_LOOKUPS,
81 .lookups = SPARX5_IS0_LOOKUPS,
93 .lookups = SPARX5_IS0_LOOKUPS,
105 .lookups = SPARX5_IS2_LOOKUPS,
117 .lookups = SPARX5_IS2_LOOKUPS,
127 .lookups = SPARX5_ES0_LOOKUPS,
136 .lookups = SPARX5_ES2_LOOKUPS,
777 /* Get a list of currently configured keysets in the lookups */ in sparx5_vcap_validate_keyset()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7763.c91 static struct clk_lookup lookups[] = { variable
113 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
H A Dclock-sh7780.c97 static struct clk_lookup lookups[] = { variable
119 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
H A Dclock-shx3.c100 static struct clk_lookup lookups[] = { variable
139 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
H A Dclock-sh7757.c102 static struct clk_lookup lookups[] = { variable
142 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Duncore-cache.json223 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Not Needed",
232 "BriefDescription": "Multi-socket cacheline Directory state lookups; Snoop Needed",
446 "BriefDescription": "Cache and Snoop Filter Lookups; Any Request",
450 … any transaction originating from the IPQ or IRQ. This does not include lookups originating from …
455 "BriefDescription": "Cache Lookups : All transactions from Remote Agents",
459 …"PublicDescription": "Cache Lookups : All transactions from Remote Agents : Counts the number of t…
464 "BriefDescription": "Cache Lookups : All Requests",
468 …"PublicDescription": "Cache Lookups : All Requests : Counts the number of times the LLC was access…
472 "BriefDescription": "Cache Lookups : CRd Requests",
476 …"PublicDescription": "Cache Lookups : CRd Requests : Counts the number of times the LLC was access…
[all …]
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_goto.c28 NL_SET_ERR_MSG_MOD(extack, "Could not enable VCAP lookups"); in lan966x_goto_port_add()
45 NL_SET_ERR_MSG_MOD(extack, "Could not disable VCAP lookups"); in lan966x_goto_port_del()
H A Dlan966x_vcap_impl.c23 int lookups; /* number of lookups in this vcap type */ member
32 .lookups = LAN966X_ES0_LOOKUPS,
40 .lookups = LAN966X_IS1_LOOKUPS,
49 .lookups = LAN966X_IS2_LOOKUPS,
629 admin->lookups = cfg->lookups; in lan966x_vcap_admin_alloc()
630 admin->lookups_per_instance = cfg->lookups; in lan966x_vcap_admin_alloc()
/openbmc/linux/net/qrtr/
H A Dns.c24 struct list_head lookups; member
281 list_for_each(li, &qrtr_ns.lookups) { in server_del()
407 /* Remove any lookups by this client */ in ctrl_cmd_del_client()
408 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_client()
481 /* Notify any potential lookups about the new server */ in ctrl_cmd_new_server()
482 list_for_each(li, &qrtr_ns.lookups) { in ctrl_cmd_new_server()
541 list_add_tail(&lookup->li, &qrtr_ns.lookups); in ctrl_cmd_new_lookup()
569 list_for_each_safe(li, tmp, &qrtr_ns.lookups) { in ctrl_cmd_del_lookup()
689 INIT_LIST_HEAD(&qrtr_ns.lookups); in qrtr_ns_init()
/openbmc/linux/Documentation/admin-guide/nfs/
H A Dnfs-idmapper.rst58 this case, /some/other/program will handle all uid lookups and
59 /usr/sbin/nfs.idmap will handle gid, user, and group lookups.
73 The actual lookups are performed by functions found in nfsidmap.h. nfs.idmap
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dclock-sh4-202.c147 static struct clk_lookup lookups[] = { variable
171 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
/openbmc/phosphor-power/
H A Delog-errors.hpp1459 * mako template lookups.
1471 * mako template lookups.
1485 * mako template lookups.
1536 * mako template lookups.
1549 * mako template lookups.
1563 * mako template lookups.
1614 * mako template lookups.
1663 * mako template lookups.
1677 * mako template lookups.
1726 * mako template lookups.
[all …]
/openbmc/linux/drivers/soc/tegra/fuse/
H A Dfuse-tegra.c507 if (fuse->soc->lookups) { in tegra_init_fuse()
508 size_t size = sizeof(*fuse->lookups) * fuse->soc->num_lookups; in tegra_init_fuse()
510 fuse->lookups = kmemdup(fuse->soc->lookups, size, GFP_KERNEL); in tegra_init_fuse()
511 if (fuse->lookups) in tegra_init_fuse()
512 nvmem_add_cell_lookups(fuse->lookups, fuse->soc->num_lookups); in tegra_init_fuse()
H A Dfuse.h33 const struct nvmem_cell_lookup *lookups; member
67 struct nvmem_cell_lookup *lookups; member
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dclock-sh7264.c104 static struct clk_lookup lookups[] = { variable
148 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()
H A Dclock-sh7269.c138 static struct clk_lookup lookups[] = { variable
172 clkdev_add_table(lookups, ARRAY_SIZE(lookups)); in arch_clk_init()

12345678910>>...18