Searched refs:lctx (Results 1 – 4 of 4) sorted by relevance
73 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() local84 do_lookup(map_idx, lctx); in loop()86 do_lookup(0, lctx); in loop()93 struct loop_ctx lctx; in get_local() local95 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 …]
428 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 …]
100 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,
133 struct libcr51sign_ctx* lctx = (struct libcr51sign_ctx*)ctx; in verify_signature() local134 FILE* fp = fopen(lctx->keyring, "r"); in verify_signature()