Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4callback.c435 const struct nfsd4_referring_call_list *rcl) in encode_referring_call_list4() argument
441 xdr_encode_opaque_fixed(p, rcl->rcl_sessionid.data, in encode_referring_call_list4()
443 encode_uint32(xdr, rcl->__nr_referring_calls); in encode_referring_call_list4()
444 list_for_each_entry(rc, &rcl->rcl_referring_calls, __list) in encode_referring_call_list4()
465 struct nfsd4_referring_call_list *rcl; in encode_cb_sequence4args() local
489 list_for_each_entry(rcl, &cb->cb_referring_call_list, __list) in encode_cb_sequence4args()
490 encode_referring_call_list4(xdr, rcl); in encode_cb_sequence4args()
1479 struct nfsd4_referring_call_list *rcl; in nfsd41_cb_referring_call() local
1486 list_for_each_entry(rcl, &cb->cb_referring_call_list, __list) { in nfsd41_cb_referring_call()
1487 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 Dtasks.h547 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_tasks_invoke_cbs() local
571 rcu_segcblist_extract_done_cbs(&rtpcp->cblist, &rcl); in rcu_tasks_invoke_cbs()
573 len = rcl.len; in rcu_tasks_invoke_cbs()
574 for (rhp = rcu_cblist_dequeue(&rcl); rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_tasks_invoke_cbs()
H A Dtree_nocb.h371 struct rcu_cblist rcl; in rcu_nocb_do_flush_bypass() local
395 rcu_cblist_flush_enqueue(&rcl, &rdp->nocb_bypass, rhp); in rcu_nocb_do_flush_bypass()
398 rcu_segcblist_insert_pend_cbs(&rdp->cblist, &rcl); in rcu_nocb_do_flush_bypass()
H A Dtree.c2583 struct rcu_cblist rcl = RCU_CBLIST_INITIALIZER(rcl); in rcu_do_batch() local
2627 rcu_segcblist_extract_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()
2636 rhp = rcu_cblist_dequeue(&rcl); in rcu_do_batch()
2638 for (; rhp; rhp = rcu_cblist_dequeue(&rcl)) { in rcu_do_batch()
2686 trace_rcu_batch_end(rcu_state.name, count, !!rcl.head, need_resched(), in rcu_do_batch()
2690 rcu_segcblist_insert_done_cbs(&rdp->cblist, &rcl); in rcu_do_batch()