Searched refs:child_ctx (Results  1 – 3 of 3) sorted by relevance
| /linux-4.1.27/fs/ext4/ | 
| D | crypto_policy.c | 129 	struct ext4_encryption_context parent_ctx, child_ctx;  in ext4_is_child_context_consistent_with_parent()  local 149 			     &child_ctx, sizeof(child_ctx));  in ext4_is_child_context_consistent_with_parent() 150 	if (res != sizeof(child_ctx))  in ext4_is_child_context_consistent_with_parent() 153 		       child_ctx.master_key_descriptor,  in ext4_is_child_context_consistent_with_parent() 156 		 child_ctx.contents_encryption_mode) &&  in ext4_is_child_context_consistent_with_parent() 158 		 child_ctx.filenames_encryption_mode));  in ext4_is_child_context_consistent_with_parent()
  | 
| /linux-4.1.27/kernel/events/ | 
| D | core.c | 8411 			 struct perf_event_context *child_ctx,  in __perf_event_exit_task()  argument 8445 	struct perf_event_context *child_ctx, *clone_ctx = NULL;  in perf_event_exit_task_context()  local 8460 	child_ctx = rcu_dereference_raw(child->perf_event_ctxp[ctxn]);  in perf_event_exit_task_context() 8467 	raw_spin_lock(&child_ctx->lock);  in perf_event_exit_task_context() 8468 	task_ctx_sched_out(child_ctx);  in perf_event_exit_task_context() 8476 	clone_ctx = unclone_ctx(child_ctx);  in perf_event_exit_task_context() 8477 	update_context_time(child_ctx);  in perf_event_exit_task_context() 8478 	raw_spin_unlock_irqrestore(&child_ctx->lock, flags);  in perf_event_exit_task_context() 8488 	perf_event_task(child, child_ctx, 0);  in perf_event_exit_task_context() 8500 	mutex_lock(&child_ctx->mutex);  in perf_event_exit_task_context() [all …] 
 | 
| /linux-4.1.27/arch/x86/crypto/ | 
| D | aesni-intel_glue.c | 799 	struct aesni_rfc4106_gcm_ctx *child_ctx;  in rfc4106_init()  local 807 	child_ctx = aesni_rfc4106_gcm_ctx_get(cryptd_child);  in rfc4106_init() 808 	memcpy(child_ctx, ctx, sizeof(*ctx));  in rfc4106_init()
  |