Home
last modified time | relevance | path

Searched refs:rcl (Results 1 – 5 of 5) sorted by relevance

/linux/fs/nfsd/
H A Dnfs4callback.c430 const struct nfsd4_referring_call_list *rcl) in encode_referring_call_list4() argument
436 xdr_encode_opaque_fixed(p, rcl->rcl_sessionid.data, in encode_referring_call_list4()
438 encode_uint32(xdr, rcl->__nr_referring_calls); in encode_referring_call_list4()
439 list_for_each_entry(rc, &rcl->rcl_referring_calls, __list) in encode_referring_call_list4()
460 struct nfsd4_referring_call_list *rcl; in encode_cb_sequence4args() local
477 list_for_each_entry(rcl, &cb->cb_referring_call_list, __list) in encode_cb_sequence4args()
478 encode_referring_call_list4(xdr, rcl); in encode_cb_sequence4args()
1366 struct nfsd4_referring_call_list *rcl; in nfsd41_cb_referring_call() local
1373 list_for_each_entry(rcl, &cb->cb_referring_call_list, __list) { in nfsd41_cb_referring_call()
1374 if (!memcmp(rcl->rcl_sessionid.data, sessionid->data, in nfsd41_cb_referring_call()
[all …]
/linux/Documentation/translations/zh_CN/security/
H A Dself-protection.rst240 在4.14及以前的内核版本中,使用%p格式符打印的是原始地址。从4.15-rcl
/linux/kernel/rcu/
H A Dtree.c2538 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local
2582 rcu_segcblist_extract_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2591 rhp = rcu_cblist_dequeue(&rcl); in rcu_do_batch()
2593 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_do_batch()
2641 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2645 rcu_segcblist_insert_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
H A Dtree_nocb.h311 struct rcu_cblist rcl; in rcu_nocb_do_flush_bypass() local
335 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass()
338 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()
/linux/arch/x86/kvm/
H A Demulate.c983 EM_ASM_2CL(rcl);