Searched refs:old_ctx (Results 1 – 5 of 5) sorted by relevance
760 int damon_commit_ctx(struct damon_ctx *old_ctx, struct damon_ctx *new_ctx);
2111 struct bpf_run_ctx *old_ctx = NULL; in bpf_set_run_ctx() local2114 old_ctx = current->bpf_ctx; in bpf_set_run_ctx()2117 return old_ctx; in bpf_set_run_ctx()2120 static inline void bpf_reset_run_ctx(struct bpf_run_ctx *old_ctx) in bpf_reset_run_ctx() argument2123 current->bpf_ctx = old_ctx; in bpf_reset_run_ctx()
385 LSM_HOOK(int, 0, xfrm_policy_clone_security, struct xfrm_sec_ctx *old_ctx,
1873 int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, struct xfrm_sec_ctx **new_ctxp);
312 struct ieee80211_chanctx_conf *old_ctx; member