Searched refs:mk (Results 51 - 75 of 176) sorted by relevance

12345678

/linux-master/tools/testing/selftests/kcmp/
H A DMakefile8 include ../lib.mk
/linux-master/tools/testing/selftests/ptp/
H A DMakefile7 include ../lib.mk
/linux-master/tools/testing/selftests/membarrier/
H A DMakefile8 include ../lib.mk
/linux-master/tools/testing/selftests/ptrace/
H A DMakefile6 include ../lib.mk
/linux-master/tools/testing/selftests/cachestat/
H A DMakefile8 include ../lib.mk
/linux-master/tools/testing/selftests/net/af_unix/
H A DMakefile4 include ../../lib.mk
/linux-master/tools/testing/selftests/net/hsr/
H A DMakefile8 include ../../lib.mk
/linux-master/fs/crypto/
H A Dkeyring.c56 struct fscrypt_master_key *mk = local
64 kfree_sensitive(mk);
67 void fscrypt_put_master_key(struct fscrypt_master_key *mk) argument
69 if (!refcount_dec_and_test(&mk->mk_struct_refs))
76 WARN_ON_ONCE(refcount_read(&mk->mk_active_refs) != 0);
77 if (mk->mk_users) {
79 keyring_clear(mk->mk_users);
80 key_put(mk->mk_users);
81 mk->mk_users = NULL;
83 call_rcu(&mk
86 fscrypt_put_master_key_activeref(struct super_block *sb, struct fscrypt_master_key *mk) argument
132 fscrypt_initiate_key_removal(struct super_block *sb, struct fscrypt_master_key *mk) argument
244 struct fscrypt_master_key *mk; local
293 struct fscrypt_master_key *mk; local
337 allocate_master_key_users_keyring(struct fscrypt_master_key *mk) argument
359 find_master_key_user(struct fscrypt_master_key *mk) argument
387 add_master_key_user(struct fscrypt_master_key *mk) argument
411 remove_master_key_user(struct fscrypt_master_key *mk) argument
433 struct fscrypt_master_key *mk; local
473 add_existing_master_key(struct fscrypt_master_key *mk, struct fscrypt_master_key_secret *secret) argument
519 struct fscrypt_master_key *mk; local
844 struct fscrypt_master_key *mk; local
891 evict_dentries_for_decrypted_inodes(struct fscrypt_master_key *mk) argument
921 check_for_busy_inodes(struct super_block *sb, struct fscrypt_master_key *mk) argument
961 try_to_lock_encrypted_files(struct super_block *sb, struct fscrypt_master_key *mk) argument
1026 struct fscrypt_master_key *mk; local
1149 struct fscrypt_master_key *mk; local
[all...]
/linux-master/tools/testing/selftests/powerpc/nx-gzip/
H A DMakefile4 include ../../lib.mk
5 include ../flags.mk
/linux-master/tools/testing/selftests/powerpc/papr_vpd/
H A DMakefile8 include ../../lib.mk
9 include ../flags.mk
/linux-master/tools/testing/selftests/powerpc/papr_sysparm/
H A DMakefile8 include ../../lib.mk
9 include ../flags.mk
/linux-master/tools/testing/selftests/powerpc/dscr/
H A DMakefile7 include ../../lib.mk
8 include ../flags.mk
/linux-master/tools/testing/selftests/ir/
H A DMakefile7 include ../lib.mk
/linux-master/tools/testing/selftests/memory-hotplug/
H A DMakefile4 include ../lib.mk
/linux-master/tools/testing/selftests/pstore/
H A DMakefile11 include ../lib.mk
/linux-master/tools/testing/selftests/cpufreq/
H A DMakefile7 include ../lib.mk
/linux-master/tools/testing/selftests/zram/
H A DMakefile8 include ../lib.mk
/linux-master/tools/testing/selftests/rtc/
H A DMakefile11 include ../lib.mk
/linux-master/tools/testing/selftests/mount/
H A DMakefile9 include ../lib.mk
/linux-master/tools/testing/selftests/syscall_user_dispatch/
H A DMakefile9 include ../lib.mk
/linux-master/tools/testing/selftests/lib/
H A DMakefile9 include ../lib.mk
/linux-master/tools/testing/selftests/firmware/
H A DMakefile10 include ../lib.mk
/linux-master/tools/testing/selftests/cpu-hotplug/
H A DMakefile6 include ../lib.mk
/linux-master/tools/testing/selftests/timens/
H A DMakefile7 include ../lib.mk
/linux-master/tools/testing/selftests/tpm2/
H A DMakefile2 include ../lib.mk

Completed in 207 milliseconds

12345678