Searched refs:mk (Results 151 - 175 of 178) sorted by relevance

12345678

/linux-master/tools/testing/selftests/powerpc/copyloops/
H A DMakefile12 include ../../lib.mk
13 include ../flags.mk
/linux-master/tools/testing/selftests/sparc64/
H A DMakefile18 include ../lib.mk
/linux-master/tools/testing/selftests/arm64/pauth/
H A DMakefile19 include ../../lib.mk
/linux-master/tools/testing/selftests/vDSO/
H A DMakefile2 include ../lib.mk
/linux-master/tools/testing/selftests/proc/
H A DMakefile29 include ../lib.mk
/linux-master/tools/testing/selftests/sync/
H A DMakefile8 include ../lib.mk
10 # lib.mk TEST_CUSTOM_PROGS var is for custom tests that need special
11 # build rules. lib.mk will run and install them.
/linux-master/tools/testing/selftests/arm64/bti/
H A DMakefile53 # Including KSFT lib.mk here will also mangle the TEST_GEN_PROGS list
56 include ../../lib.mk
/linux-master/tools/testing/selftests/exec/
H A DMakefile18 include ../lib.mk
/linux-master/tools/testing/selftests/net/netfilter/
H A DMakefile40 include ../../lib.mk
/linux-master/tools/testing/selftests/cgroup/
H A DMakefile21 include ../lib.mk
/linux-master/tools/testing/selftests/mm/
H A DMakefile6 include local_config.mk
126 include ../lib.mk
183 # IOURING_EXTRA_LIBS may get set in local_config.mk, or it may be left empty.
194 local_config.mk local_config.h: check_config.sh
197 EXTRA_CLEAN += local_config.mk local_config.h
/linux-master/tools/testing/selftests/net/tcp_ao/
H A DMakefile20 include ../../lib.mk
/linux-master/fs/crypto/
H A Dfscrypt_private.h618 void fscrypt_put_master_key(struct fscrypt_master_key *mk);
621 struct fscrypt_master_key *mk);
664 const struct fscrypt_master_key *mk);
667 const struct fscrypt_master_key *mk);
/linux-master/tools/testing/selftests/rseq/
H A DMakefile27 include ../lib.mk
/linux-master/Documentation/devicetree/bindings/
H A DMakefile4 DT_MK_SCHEMA ?= dt-mk-schema
/linux-master/tools/testing/selftests/sgx/
H A DMakefile3 include ../lib.mk
/linux-master/tools/testing/selftests/net/
H A DMakefile102 include ../lib.mk
111 include bpf.mk
/linux-master/kernel/module/
H A Dmain.c510 struct module_kobject *mk, char *buffer) \
512 return scnprintf(buffer, PAGE_SIZE, "%s\n", mk->mod->field); \
814 struct module_kobject *mk, char *buffer)
816 return sprintf(buffer, "%i\n", module_refcount(mk->mod));
889 struct module_kobject *mk, char *buffer)
893 switch (mk->mod->state) {
913 struct module_kobject *mk,
918 rc = kobject_synth_uevent(&mk->kobj, buffer, count);
926 struct module_kobject *mk, char *buffer)
928 unsigned int size = mk
813 show_refcnt(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
888 show_initstate(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
912 store_uevent(struct module_attribute *mattr, struct module_kobject *mk, const char *buffer, size_t count) argument
925 show_coresize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
941 show_datasize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
955 show_initsize(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
968 show_taint(struct module_attribute *mattr, struct module_kobject *mk, char *buffer) argument
[all...]
/linux-master/tools/testing/selftests/x86/
H A DMakefile4 include ../lib.mk
/linux-master/tools/testing/selftests/arm64/fp/
H A DMakefile3 # A proper top_srcdir is needed by KSFT(lib.mk)
53 include ../../lib.mk
/linux-master/tools/testing/selftests/net/forwarding/
H A DMakefile129 include ../../lib.mk
/linux-master/tools/testing/selftests/
H A Dlib.mk33 $(error Specify CROSS_COMPILE or add '--target=' option to lib.mk)
52 selfdir = $(realpath $(dir $(filter %/lib.mk,$(MAKEFILE_LIST))))
82 # The following are built by lib.mk common compile rules.
/linux-master/tools/testing/selftests/hid/
H A DMakefile52 # override lib.mk's default rules
60 include ../lib.mk
95 # NOTE: Semicolon at the end is critical to override lib.mk's default static
/linux-master/drivers/macintosh/
H A Dadbhid.c925 int cur_handler_id, int mk)
932 cur_handler_id, mk);
936 cur_handler_id, mk);
924 adbhid_input_reregister(int id, int default_id, int org_handler_id, int cur_handler_id, int mk) argument
/linux-master/tools/testing/selftests/kvm/
H A DMakefile221 include ../lib.mk

Completed in 485 milliseconds

12345678