Searched refs:hlist_add_head_rcu (Results 26 - 50 of 118) sorted by relevance

12345

/linux-master/net/netfilter/
H A Dnf_conntrack_helper.c388 hlist_add_head_rcu(&me->hnode, &nf_ct_helper_hash[h]);
H A Dnf_conntrack_expect.c405 hlist_add_head_rcu(&exp->lnode, &master_help->expectations);
408 hlist_add_head_rcu(&exp->hnode, &nf_ct_expect_hash[h]);
/linux-master/arch/x86/kvm/
H A Dirq_comm.c246 hlist_add_head_rcu(&kimn->link, &kvm->arch.mask_notifier_list);
/linux-master/fs/afs/
H A Dvolume.c49 hlist_add_head_rcu(&volume->proc_link, &cell->proc_volumes);
/linux-master/net/rxrpc/
H A Dlocal_object.c304 hlist_add_head_rcu(&local->link, &rxnet->local_endpoints);
/linux-master/fs/
H A Dinode.c534 hlist_add_head_rcu(&inode->i_hash, b);
1192 hlist_add_head_rcu(&inode->i_hash, head);
1291 hlist_add_head_rcu(&inode->i_hash, head);
1645 hlist_add_head_rcu(&inode->i_hash, head);
/linux-master/net/bridge/
H A Dbr_input.c454 hlist_add_head_rcu(&ft->list, &br->frame_type_list);
/linux-master/net/netfilter/ipvs/
H A Dip_vs_lblc.c171 hlist_add_head_rcu(&en->list, &tbl->bucket[hash]);
/linux-master/arch/s390/kernel/
H A Dirq.c316 hlist_add_head_rcu(&p->entry, &ext_int_hash[index]);
/linux-master/net/batman-adv/
H A Dtp_meter.c1030 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list);
1361 hlist_add_head_rcu(&tp_vars->list, &bat_priv->tp_list);
H A Dgateway_client.c348 hlist_add_head_rcu(&gw_node->list, &bat_priv->gw.gateway_list);
/linux-master/net/mac80211/
H A Dmesh_pathtbl.c355 hlist_add_head_rcu(&mpath->gate_list, &tbl->known_gates);
749 hlist_add_head_rcu(&new_mpath->walk_list, &tbl->walk_head);
/linux-master/drivers/target/
H A Dtarget_core_device.c370 hlist_add_head_rcu(&new->link, &nacl->lun_entry_hlist);
388 hlist_add_head_rcu(&new->link, &nacl->lun_entry_hlist);
H A Dtarget_core_tpg.c664 hlist_add_head_rcu(&lun->link, &tpg->tpg_lun_hlist);
/linux-master/net/ipv4/
H A Dfib_frontend.c64 hlist_add_head_rcu(&local_table->tb_hlist,
66 hlist_add_head_rcu(&main_table->tb_hlist,
106 hlist_add_head_rcu(&tb->tb_hlist, &net->ipv4.fib_table_hash[h]);
/linux-master/fs/bcachefs/
H A Dalloc_foreground.c1257 hlist_add_head_rcu(&wp->node, writepoint_hash(c, wp->write_point));
1343 hlist_add_head_rcu(&wp->node, head);
1587 hlist_add_head_rcu(&wp->node,
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c384 hlist_add_head_rcu(&token->node, &bp->hwrm_pending_list);
/linux-master/drivers/net/ipvlan/
H A Dipvlan_core.c96 hlist_add_head_rcu(&addr->hlnode, &port->hlhead[hash]);
/linux-master/net/sunrpc/
H A Dauth.c556 hlist_add_head_rcu(&cred->cr_hash, &cache->hashtable[nr]);
/linux-master/kernel/
H A Dwatch_queue.c477 hlist_add_head_rcu(&watch->list_node, &wlist->watchers);
H A Dpid.c343 hlist_add_head_rcu(&task->pid_links[type], &pid->tasks[type]);
/linux-master/net/can/
H A Daf_can.c475 hlist_add_head_rcu(&rcv->list, rcv_list);
/linux-master/drivers/net/ethernet/sun/
H A Dsunvnet.c490 hlist_add_head_rcu(&port->hash,
/linux-master/net/ipv6/
H A Daddrlabel.c234 hlist_add_head_rcu(&newp->list, &net->ipv6.ip6addrlbl_table.head);
H A Danycast.c229 hlist_add_head_rcu(&aca->aca_addr_lst, &inet6_acaddr_lst[hash]);

Completed in 398 milliseconds

12345