Searched refs:add_entry (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/testing/kunit/ |
| A D | kunit_config.py | 40 def add_entry(self, entry: KconfigEntry) -> None: member in Kconfig 78 self.add_entry(entry) 84 self.add_entry(entry)
|
| A D | kunit_tool_test.py | 47 kconfig1.add_entry(kunit_config.KconfigEntry('TEST', 'y')) 59 expected_kconfig.add_entry( 61 expected_kconfig.add_entry( 63 expected_kconfig.add_entry( 65 expected_kconfig.add_entry( 67 expected_kconfig.add_entry( 76 expected_kconfig.add_entry( 78 expected_kconfig.add_entry( 80 expected_kconfig.add_entry( 82 expected_kconfig.add_entry( [all …]
|
| /linux/net/atm/ |
| A D | mpoa_caches.h | 35 in_cache_entry *(*add_entry)(__be32 dst_ip, member 68 eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client); member
|
| A D | mpoa_caches.c | 535 .add_entry = in_cache_add_entry, 549 .add_entry = eg_cache_add_entry,
|
| A D | mpc.c | 516 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()
|
| /linux/tools/perf/dlfilters/ |
| A D | dlfilter-show-cycles.c | 72 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()
|
| /linux/net/mptcp/ |
| A D | pm_netlink.c | 369 struct mptcp_pm_add_entry *add_entry = NULL; in mptcp_pm_alloc_anno_list() local 378 add_entry = kmalloc(sizeof(*add_entry), GFP_ATOMIC); in mptcp_pm_alloc_anno_list() 379 if (!add_entry) in mptcp_pm_alloc_anno_list() 382 list_add(&add_entry->list, &msk->pm.anno_list); in mptcp_pm_alloc_anno_list() 384 add_entry->addr = entry->addr; in mptcp_pm_alloc_anno_list() 385 add_entry->sock = msk; in mptcp_pm_alloc_anno_list() 386 add_entry->retrans_times = 0; in mptcp_pm_alloc_anno_list() 388 timer_setup(&add_entry->add_timer, mptcp_pm_add_timer, 0); in mptcp_pm_alloc_anno_list() 389 sk_reset_timer(sk, &add_entry->add_timer, in mptcp_pm_alloc_anno_list()
|
| /linux/drivers/rapidio/switches/ |
| A D | idtcps.c | 120 .add_entry = idtcps_route_add_entry,
|
| A D | tsi568.c | 131 .add_entry = tsi568_route_add_entry,
|
| A D | idt_gen3.c | 263 .add_entry = idtg3_route_add_entry,
|
| A D | idt_gen2.c | 407 .add_entry = idtg2_route_add_entry,
|
| A D | tsi57x.c | 292 .add_entry = tsi57x_route_add_entry,
|
| /linux/include/linux/ |
| A D | rio.h | 122 int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount, member
|
| /linux/drivers/rapidio/ |
| A D | rio.c | 1629 if (!ops || !ops->add_entry) { in rio_route_add_entry() 1634 rc = ops->add_entry(rdev->net->hport, rdev->destid, in rio_route_add_entry()
|
| /linux/fs/affs/ |
| A D | Changes | 197 - Fixed bug in add_entry(): When doing a sorted insert,
|
Completed in 23 milliseconds