Searched refs:lookups (Results 26 - 40 of 40) sorted by relevance

12

/linux-master/drivers/net/ethernet/microchip/lan966x/
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/arch/sh/kernel/cpu/sh4a/
H A Dclock-sh7724.c259 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
355 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
H A Dclock-sh7723.c194 static struct clk_lookup lookups[] = { variable in typeref:struct:clk_lookup
281 clkdev_add_table(lookups, ARRAY_SIZE(lookups));
/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
/linux-master/drivers/net/ethernet/microchip/vcap/
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_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_debugfs_kunit.c395 "lookups: 4\n",
407 .lookups = 4,
443 "lookups: 4\n",
498 .lookups = 4,
H A Dvcap_api_debugfs.c286 out->prf(out->dst, "lookups: %d\n", admin->lookups);
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 */
3141 /* Enable chained lookups */
3177 /* Disable chained lookups */
3195 /* Enable/Disable the VCAP instance lookups */
3247 return lookup == admin->lookups - 1;
/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) {
/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/security/selinux/
H A Dselinuxfs.c1547 "lookups hits misses allocations reclaims frees\n");
1549 unsigned int lookups = st->lookups; local
1551 unsigned int hits = lookups - misses;
1552 seq_printf(seq, "%u %u %u %u %u %u\n", lookups,
H A Davc.c559 avc_cache_stats_incr(lookups);
/linux-master/net/core/
H A Dneighbour.c623 NEIGH_CACHE_STAT_INC(tbl, lookups);
2231 ndst.ndts_lookups += READ_ONCE(st->lookups);
3474 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");
3487 st->lookups,
/linux-master/net/tipc/
H A Dsocket.c1013 int lookups = 0; local
1021 while (++lookups < 4) {
1063 if (unlikely(lookups >= 4))

Completed in 397 milliseconds

12