Searched refs:lookups (Results 1 - 25 of 40) sorted by last modified time

12

/linux-master/security/selinux/
H A Dselinuxfs.c1545 "lookups hits misses allocations reclaims frees\n");
1547 unsigned int lookups = st->lookups; local
1549 unsigned int hits = lookups - misses;
1550 seq_printf(seq, "%u %u %u %u %u %u\n", lookups,
H A Davc.c559 avc_cache_stats_incr(lookups);
/linux-master/net/tipc/
H A Dsocket.c1015 int lookups = 0; local
1023 while (++lookups < 4) {
1065 if (unlikely(lookups >= 4))
/linux-master/drivers/soc/tegra/fuse/
H A Dfuse.h33 const struct nvmem_cell_lookup *lookups; member in struct:tegra_fuse_soc
67 struct nvmem_cell_lookup *lookups; member in struct:tegra_fuse
H A Dfuse-tegra.c130 fuse->lookups = kmemdup_array(fuse->soc->lookups, sizeof(*fuse->lookups),
132 if (!fuse->lookups)
135 nvmem_add_cell_lookups(fuse->lookups, fuse->soc->num_lookups);
157 /* Initialize the soc data and lookups if using ACPI boot. */
190 return dev_err_probe(&pdev->dev, err, "failed to add FUSE lookups\n");
573 pr_err("failed to add FUSE lookups\n");
H A Dfuse-tegra30.c286 .lookups = tegra124_fuse_lookups,
457 .lookups = tegra210_fuse_lookups,
514 .lookups = tegra186_fuse_lookups,
607 .lookups = tegra194_fuse_lookups,
672 .lookups = tegra234_fuse_lookups,
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_vcap_debugfs.c25 for (int l = 0; l < admin->lookups; ++l) {
142 for (int l = 0; l < admin->lookups; ++l) {
H A Dlan966x_vcap_impl.c23 int lookups; /* number of lookups in this vcap type */ member in struct:lan966x_vcap_inst
32 .lookups = LAN966X_ES0_LOOKUPS,
40 .lookups = LAN966X_IS1_LOOKUPS,
49 .lookups = LAN966X_IS2_LOOKUPS,
629 admin->lookups = cfg->lookups;
630 admin->lookups_per_instance = cfg->lookups;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile2 TEST_BOTH_AF := bench-lookups
/linux-master/security/selinux/include/
H A Davc.h38 unsigned int lookups; member in struct:avc_cache_stats
/linux-master/net/qrtr/
H A Dns.c24 struct list_head lookups; member in struct:__anon90
281 list_for_each(li, &qrtr_ns.lookups) {
407 /* Remove any lookups by this client */
408 list_for_each_safe(li, tmp, &qrtr_ns.lookups) {
481 /* Notify any potential lookups about the new server */
482 list_for_each(li, &qrtr_ns.lookups) {
541 list_add_tail(&lookup->li, &qrtr_ns.lookups);
569 list_for_each_safe(li, tmp, &qrtr_ns.lookups) {
689 INIT_LIST_HEAD(&qrtr_ns.lookups);
/linux-master/net/core/
H A Dneighbour.c623 NEIGH_CACHE_STAT_INC(tbl, lookups);
2223 ndst.ndts_lookups += READ_ONCE(st->lookups);
3469 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n");
3482 st->lookups,
/linux-master/include/net/
H A Dneighbour.h122 unsigned long lookups; /* number of lookups */ member in struct:neigh_statistics
123 unsigned long hits; /* number of hits (among lookups) */
/linux-master/drivers/soc/qcom/
H A Dqmi_interface.c220 list_add(&svc->list_node, &qmi->lookups);
437 * Finally the QMI handle will send out registration requests for any lookups
465 list_for_each_entry(svc, &qmi->lookups, list_node)
632 INIT_LIST_HEAD(&qmi->lookups);
709 list_for_each_entry_safe(svc, tmp, &qmi->lookups, list_node) {
H A Dpdr_interface.c40 struct list_head lookups; member in struct:pdr_handle
90 list_for_each_entry(pds, &pdr->lookups, node) {
172 list_for_each_entry(pds, &pdr->lookups, node) {
204 list_for_each_entry(pds, &pdr->lookups, node) {
228 list_for_each_entry(pds, &pdr->lookups, node) {
314 list_for_each_entry(iter, &pdr->lookups, node) {
481 list_for_each_entry_safe(pds, tmp, &pdr->lookups, node) {
538 list_for_each_entry(tmp, &pdr->lookups, node) {
547 list_add(&pds->node, &pdr->lookups);
581 list_for_each_entry(tmp, &pdr->lookups, nod
[all...]
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api_debugfs.c286 out->prf(out->dst, "lookups: %d\n", admin->lookups);
H A Dvcap_api_kunit.c1341 .lookups = 4,
1580 .lookups = 4,
1618 .lookups = 4,
1681 .lookups = 4,
1753 .lookups = 4,
1828 .lookups = 4,
1887 .lookups = 4,
1895 .lookups = 4,
1934 .lookups = 6,
1941 .lookups
[all...]
H A Dvcap_api.c1673 /* Is the next chain id in one of the following lookups
2020 /* Pick a keyset that is supported in the port lookups */
2029 /* use the keyset that is supported in the port lookups */
3129 /* Enable chained lookups */
3165 /* Disable chained lookups */
3183 /* Enable/Disable the VCAP instance lookups */
3235 return lookup == admin->lookups - 1;
H A Dvcap_api.h173 int lookups; /* number of lookups in this vcap type */ member in struct:vcap_admin
174 int lookups_per_instance; /* number of lookups in this instance */
H A Dvcap_api_debugfs_kunit.c395 "lookups: 4\n",
407 .lookups = 4,
443 "lookups: 4\n",
498 .lookups = 4,
/linux-master/arch/sh/boards/mach-highlander/
H A Dsetup.c335 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
376 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c37 struct gpiod_lookup_table *lookups; member in struct:gpio_aggregator
48 struct gpiod_lookup_table *lookups; local
50 lookups = krealloc(aggr->lookups, struct_size(lookups, table, *n + 2),
52 if (!lookups)
55 lookups->table[*n] = GPIO_LOOKUP_IDX(key, hwnum, NULL, *n, 0);
58 memset(&lookups->table[*n], 0, sizeof(lookups->table[*n]));
60 aggr->lookups
[all...]
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_vcap_impl.c55 int lookups; /* number of lookups in this vcap type */ member in struct:sparx5_vcap_inst
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
[all...]
H A Dsparx5_vcap_debugfs.c86 for (lookup = 0; lookup < admin->lookups; ++lookup) {
129 for (lookup = 0; lookup < admin->lookups; ++lookup) {
240 for (lookup = 0; lookup < admin->lookups; ++lookup) {
335 for (lookup = 0; lookup < admin->lookups; ++lookup) {
413 for (lookup = 0; lookup < admin->lookups; ++lookup) {
/linux-master/include/linux/soc/qcom/
H A Dqmi.h208 * @lookups: list of registered lookup requests
228 struct list_head lookups; member in struct:qmi_handle

Completed in 501 milliseconds

12