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
831
err = add_entry(e, sb);
include/linux/rio.h
122
int (*add_entry) (struct rio_mport *mport, u16 destid, u8 hopcount,
net/atm/mpc.c
1087
entry = mpc->in_ops->add_entry(dst_ip, mpc);
net/atm/mpc.c
1320
entry = mpc->eg_ops->add_entry(msg, mpc);
net/atm/mpc.c
516
entry = mpc->in_ops->add_entry(ipaddr, mpc);
net/atm/mpoa_caches.c
535
.add_entry = in_cache_add_entry,
net/atm/mpoa_caches.c
549
.add_entry = eg_cache_add_entry,
net/atm/mpoa_caches.h
35
in_cache_entry *(*add_entry)(__be32 dst_ip,
net/atm/mpoa_caches.h
68
eg_cache_entry *(*add_entry)(struct k_message *msg, struct mpoa_client *client);
net/mptcp/pm.c
407
struct mptcp_pm_add_entry *add_entry = NULL;
net/mptcp/pm.c
413
add_entry = mptcp_lookup_anno_list_by_saddr(msk, addr);
net/mptcp/pm.c
415
if (add_entry) {
net/mptcp/pm.c
422
add_entry = kmalloc_obj(*add_entry, GFP_ATOMIC);
net/mptcp/pm.c
423
if (!add_entry)
net/mptcp/pm.c
426
list_add(&add_entry->list, &msk->pm.anno_list);
net/mptcp/pm.c
428
add_entry->addr = *addr;
net/mptcp/pm.c
429
add_entry->sock = msk;
net/mptcp/pm.c
430
add_entry->retrans_times = 0;
net/mptcp/pm.c
432
timer_setup(&add_entry->add_timer, mptcp_pm_add_timer, 0);
net/mptcp/pm.c
436
sk_reset_timer(sk, &add_entry->add_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
64
ret = unwind__get_entries(add_entry, &entries, thread, sample, 2, true);