Home
last modified time | relevance | path

Searched refs:add_entry (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/tools/testing/kunit/
H A Dkunit_tool_test.py42 kconfig1.add_entry(kunit_config.KconfigEntry('TEST', 'y'))
55 expected_kconfig.add_entry(
57 expected_kconfig.add_entry(
59 expected_kconfig.add_entry(
61 expected_kconfig.add_entry(
63 expected_kconfig.add_entry(
72 expected_kconfig.add_entry(
74 expected_kconfig.add_entry(
76 expected_kconfig.add_entry(
78 expected_kconfig.add_entry(
[all...]
H A Dkunit_config.py39 def add_entry(self, entry: KconfigEntry) -> None: member in Kconfig
73 self.add_entry(entry)
79 self.add_entry(entry)
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_config.py49 def add_entry(self, name: str, value: str) -> None: member in Kconfig
97 kconfig.add_entry(match.group(1), match.group(2))
102 kconfig.add_entry(empty_match.group(1), 'n')
H A Dkunit_tool_test.py48 kconfig1.add_entry('TEST', 'y')
59 expected_kconfig.add_entry('UML', 'y')
60 expected_kconfig.add_entry('MMU', 'y')
61 expected_kconfig.add_entry('TEST', 'y')
62 expected_kconfig.add_entry('EXAMPLE_TEST', 'y')
63 expected_kconfig.add_entry('MK8', 'n')
71 expected_kconfig.add_entry('UML', 'y')
72 expected_kconfig.add_entry('MMU', 'y')
73 expected_kconfig.add_entry('TEST', 'y')
74 expected_kconfig.add_entry('EXAMPLE_TES
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Darm64-frame-pointer-unwind-support.c23 static int add_entry(struct unwind_entry *entry, void *arg) in add_entry() function
56 ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true); in get_leaf_frame_caller_aarch64()
/kernel/linux/linux-5.10/net/atm/
H A Dmpoa_caches.h35 in_cache_entry *(*add_entry)(__be32 dst_ip, member
68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); member
H A Dmpoa_caches.c535 .add_entry = in_cache_add_entry,
549 .add_entry = eg_cache_add_entry,
H A Dmpc.c516 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut()
1087 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1318 entry = mpc->eg_ops->add_entry(msg, mpc); in MPOA_cache_impos_rcvd()
/kernel/linux/linux-6.6/tools/perf/dlfilters/
H A Ddlfilter-show-cycles.c72 static void add_entry(__s32 tid, int pos, __u64 cnt) in add_entry() function
94 add_entry(tid, pos, sample->cyc_cnt); in filter_event_early()
/kernel/linux/linux-6.6/net/atm/
H A Dmpoa_caches.h35 in_cache_entry *(*add_entry)(__be32 dst_ip, member
68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); member
H A Dmpoa_caches.c535 .add_entry = in_cache_add_entry,
549 .add_entry = eg_cache_add_entry,
H A Dmpc.c516 entry = mpc->in_ops->add_entry(ipaddr, mpc); in send_via_shortcut()
1087 entry = mpc->in_ops->add_entry(dst_ip, mpc); in MPOA_trigger_rcvd()
1318 entry = mpc->eg_ops->add_entry(msg, mpc); in MPOA_cache_impos_rcvd()
/kernel/linux/linux-5.10/net/mptcp/
H A Dpm_netlink.c265 struct mptcp_pm_add_entry *add_entry = NULL; in mptcp_pm_alloc_anno_list() local
271 add_entry = kmalloc(sizeof(*add_entry), GFP_ATOMIC); in mptcp_pm_alloc_anno_list()
272 if (!add_entry) in mptcp_pm_alloc_anno_list()
275 list_add(&add_entry->list, &msk->pm.anno_list); in mptcp_pm_alloc_anno_list()
277 add_entry->addr = entry->addr; in mptcp_pm_alloc_anno_list()
278 add_entry->sock = msk; in mptcp_pm_alloc_anno_list()
279 add_entry->retrans_times = 0; in mptcp_pm_alloc_anno_list()
281 timer_setup(&add_entry->add_timer, mptcp_pm_add_timer, 0); in mptcp_pm_alloc_anno_list()
282 sk_reset_timer(sk, &add_entry in mptcp_pm_alloc_anno_list()
[all...]
/kernel/linux/linux-6.6/net/mptcp/
H A Dpm_netlink.c347 struct mptcp_pm_add_entry *add_entry = NULL; in mptcp_pm_alloc_anno_list() local
353 add_entry = mptcp_lookup_anno_list_by_saddr(msk, addr); in mptcp_pm_alloc_anno_list()
355 if (add_entry) { in mptcp_pm_alloc_anno_list()
359 sk_reset_timer(sk, &add_entry->add_timer, in mptcp_pm_alloc_anno_list()
364 add_entry = kmalloc(sizeof(*add_entry), GFP_ATOMIC); in mptcp_pm_alloc_anno_list()
365 if (!add_entry) in mptcp_pm_alloc_anno_list()
368 list_add(&add_entry->list, &msk->pm.anno_list); in mptcp_pm_alloc_anno_list()
370 add_entry->addr = *addr; in mptcp_pm_alloc_anno_list()
371 add_entry in mptcp_pm_alloc_anno_list()
[all...]
/kernel/linux/linux-5.10/drivers/rapidio/switches/
H A Dtsi568.c131 .add_entry = tsi568_route_add_entry,
H A Didtcps.c120 .add_entry = idtcps_route_add_entry,
H A Didt_gen3.c263 .add_entry = idtg3_route_add_entry,
H A Dtsi57x.c292 .add_entry = tsi57x_route_add_entry,
H A Didt_gen2.c407 .add_entry = idtg2_route_add_entry,
/kernel/linux/linux-6.6/drivers/rapidio/switches/
H A Didtcps.c120 .add_entry = idtcps_route_add_entry,
H A Didt_gen3.c263 .add_entry = idtg3_route_add_entry,
H A Didt_gen2.c407 .add_entry = idtg2_route_add_entry,
/kernel/linux/linux-5.10/include/linux/
H A Drio.h109 * @add_entry: Callback for switch-specific route add function
122 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, member
/kernel/linux/linux-6.6/include/linux/
H A Drio.h109 * @add_entry: Callback for switch-specific route add function
122 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, member
/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio.c1670 * If available calls the switch specific add_entry() method to add a route
1694 if (!ops || !ops->add_entry) { in rio_route_add_entry()
1699 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()

Completed in 23 milliseconds

12