/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | conntrack.c | 1181 unsigned long new_cookie[3]; in nfp_ct_do_nft_merge() local 1214 new_cookie[0] = tc_m_entry->cookie[0]; in nfp_ct_do_nft_merge() 1215 new_cookie[1] = tc_m_entry->cookie[1]; in nfp_ct_do_nft_merge() 1216 new_cookie[2] = nft_entry->cookie; in nfp_ct_do_nft_merge() 1218 &new_cookie, in nfp_ct_do_nft_merge() 1226 if (!memcmp(&new_cookie, nft_m_entry->cookie, sizeof(new_cookie))) in nfp_ct_do_nft_merge() 1229 memcpy(&nft_m_entry->cookie, &new_cookie, sizeof(new_cookie)); in nfp_ct_do_nft_merge() 1277 unsigned long new_cookie[ in nfp_ct_do_tc_merge() local [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | cls_lock_client.c | 188 char *tag, char *new_cookie) in ceph_cls_set_cookie() 194 int new_cookie_len = strlen(new_cookie); in ceph_cls_set_cookie() 221 ceph_encode_string(&p, end, new_cookie, new_cookie_len); in ceph_cls_set_cookie() 223 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n", in ceph_cls_set_cookie() 224 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie() 184 ceph_cls_set_cookie(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, u8 type, char *old_cookie, char *tag, char *new_cookie) ceph_cls_set_cookie() argument
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | cls_lock_client.c | 194 char *tag, char *new_cookie) in ceph_cls_set_cookie() 200 int new_cookie_len = strlen(new_cookie); in ceph_cls_set_cookie() 227 ceph_encode_string(&p, end, new_cookie, new_cookie_len); in ceph_cls_set_cookie() 229 dout("%s lock_name %s type %d old_cookie %s tag %s new_cookie %s\n", in ceph_cls_set_cookie() 230 __func__, lock_name, type, old_cookie, tag, new_cookie); in ceph_cls_set_cookie() 190 ceph_cls_set_cookie(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, char *lock_name, u8 type, char *old_cookie, char *tag, char *new_cookie) ceph_cls_set_cookie() argument
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | cls_lock_client.h | 45 char *tag, char *new_cookie);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | cls_lock_client.h | 45 char *tag, char *new_cookie);
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs3xdr.c | 1969 u64 new_cookie; in nfs3_decode_dirent() local 1992 error = decode_cookie3(xdr, &new_cookie); in nfs3_decode_dirent() 2024 entry->cookie = new_cookie; in nfs3_decode_dirent()
|
H A D | nfs4xdr.c | 7391 uint64_t new_cookie; in nfs4_decode_dirent() local 7408 p = xdr_decode_hyper(p, &new_cookie); in nfs4_decode_dirent() 7443 entry->cookie = new_cookie; in nfs4_decode_dirent()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs3xdr.c | 1973 u64 new_cookie; in nfs3_decode_dirent() local 1996 error = decode_cookie3(xdr, &new_cookie); in nfs3_decode_dirent() 2027 entry->cookie = new_cookie; in nfs3_decode_dirent()
|
H A D | nfs4xdr.c | 7485 uint64_t new_cookie; in nfs4_decode_dirent() local 7502 p = xdr_decode_hyper(p, &new_cookie); in nfs4_decode_dirent() 7536 entry->cookie = new_cookie; in nfs4_decode_dirent()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_api.c | 42 struct tc_cookie *new_cookie) in tcf_set_action_cookie() 46 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie() 41 tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, struct tc_cookie *new_cookie) tcf_set_action_cookie() argument
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_api.c | 61 struct tc_cookie *new_cookie) in tcf_set_action_cookie() 65 old = xchg((__force struct tc_cookie **)old_cookie, new_cookie); in tcf_set_action_cookie() 60 tcf_set_action_cookie(struct tc_cookie __rcu **old_cookie, struct tc_cookie *new_cookie) tcf_set_action_cookie() argument
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq.c | 1988 blk_qc_t new_cookie; in __blk_mq_issue_directly() local 1991 new_cookie = request_to_qc_t(hctx, rq); in __blk_mq_issue_directly() 2002 *cookie = new_cookie; in __blk_mq_issue_directly()
|