Home
last modified time | relevance | path

Searched refs:lctx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dlocal_storage_bench.c73 lctx->loop_hits++; in do_lookup()
75 lctx->loop_important_hits++; in do_lookup()
81 struct loop_ctx *lctx = (struct loop_ctx *)ctx; in loop() local
84 do_lookup(map_idx, lctx); in loop()
86 do_lookup(0, lctx); in loop()
93 struct loop_ctx lctx; in get_local() local
95 lctx.task = bpf_get_current_task_btf(); in get_local()
96 lctx.loop_hits = 0; in get_local()
97 lctx.loop_important_hits = 0; in get_local()
98 bpf_loop(10000, &loop, &lctx, 0); in get_local()
[all …]
/openbmc/linux/fs/smb/server/
H A Doplock.c428 if (lctx) { in grant_write_oplock()
448 if (lctx) { in grant_read_oplock()
470 if (lctx) { in grant_none_oplock()
508 if (!lctx) in same_client_has_lease()
983 if (!lctx) in find_same_lease_key()
1189 if (!lctx || lctx->version != 2 || in smb_grant_oplock()
1199 if (lctx) { in smb_grant_oplock()
1218 if (lctx) { in smb_grant_oplock()
1223 lctx); in smb_grant_oplock()
1817 if (lctx) { in smb2_check_durable_oplock()
[all …]
H A Doplock.h100 struct lease_ctx_info *lctx, int share_ret);
128 struct lease_ctx_info *lctx);
131 struct lease_ctx_info *lctx);
136 struct lease_ctx_info *lctx,
/openbmc/google-misc/subprojects/libcr51sign/src/
H A Dlibcr51sign_support.c133 struct libcr51sign_ctx* lctx = (struct libcr51sign_ctx*)ctx; in verify_signature() local
134 FILE* fp = fopen(lctx->keyring, "r"); in verify_signature()