Symbol: add_entry
drivers/md/dm-vdo/slab-depot.c
1724
add_entry(journal, updater->zpbn.pbn, updater->operation, updater->increment,
drivers/md/dm-vdo/slab-depot.c
999
add_entry(journal, pbn, operation, increment, expanded);
drivers/rapidio/rio.c
1629
if (!ops || !ops->add_entry) {
drivers/rapidio/rio.c
1634
rc = ops->add_entry(rdev->net->hport, rdev->destid,
drivers/rapidio/switches/idt_gen2.c
407
.add_entry = idtg2_route_add_entry,
drivers/rapidio/switches/idt_gen3.c
263
.add_entry = idtg3_route_add_entry,
drivers/rapidio/switches/idtcps.c
120
.add_entry = idtcps_route_add_entry,
fs/binfmt_misc.c
830
err = add_entry(e, sb);
include/linux/rio.h
122
int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount,
net/mptcp/pm.c
438
struct mptcp_pm_add_addr *add_entry = NULL;
net/mptcp/pm.c
444
add_entry = mptcp_pm_announced_lookup(msk, addr);
net/mptcp/pm.c
445
if (add_entry) {
net/mptcp/pm.c
452
add_entry = kmalloc_obj(*add_entry, GFP_ATOMIC);
net/mptcp/pm.c
453
if (!add_entry)
net/mptcp/pm.c
456
list_add(&add_entry->list, &msk->pm.anno_list);
net/mptcp/pm.c
458
add_entry->addr = *addr;
net/mptcp/pm.c
459
add_entry->sock = msk;
net/mptcp/pm.c
460
add_entry->retrans_times = 0;
net/mptcp/pm.c
462
timer_setup(&add_entry->timer, mptcp_pm_add_addr_timer, 0);
net/mptcp/pm.c
464
add_entry->timer_done = false;
net/mptcp/pm.c
467
sk_reset_timer(sk, &add_entry->timer, jiffies + timeout);
tools/perf/dlfilters/dlfilter-show-cycles.c
94
add_entry(tid, pos, sample->cyc_cnt);
tools/perf/util/arm64-frame-pointer-unwind-support.c
70
ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true);