Home
last modified time | relevance | path

Searched full:wall (Results 1 – 25 of 274) sorted by relevance

1234567891011

/linux/Documentation/virt/kvm/arm/
H A Dptp_kvm.rst7 It relies on transferring the wall clock and counter value from the
28 | | | | upper 32 bits of wall clock time |
30 | | (uint32) | R1 | Lower 32 bits of wall clock time |
/linux/tools/build/feature/
H A DMakefile108 __BUILD = $(CC) $(CFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.c,$(@F)) $(LDFLAGS)
113 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS)
287 $(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -liberty
290 …$(CC) $(CFLAGS) -Wall -Werror -o $@ test-libbfd.c -DPACKAGE='"perf"' $(LDFLAGS) -lbfd -ldl -libert…
311 $(CC) -m32 -Wall -Werror -o $@ test-compile.c
314 $(CC) -mx32 -Wall -Werror -o $@ test-compile.c
/linux/tools/testing/selftests/riscv/vector/
H A DMakefile24 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc
31 -Wall $(CFLAGS) $(LDFLAGS) $^ -o $@ -lgcc
/linux/arch/s390/include/asm/
H A Dvtime.h45 * passed wall time before idle_enter to steal_timer: in update_timer_idle()
46 * During the passed wall time before idle_enter CPU time may have in update_timer_idle()
/linux/tools/testing/selftests/sgx/
H A DMakefile15 HOST_CFLAGS := -Wall -Werror -g $(INCLUDES) -fPIC $(CFLAGS)
17 ENCL_CFLAGS += -Wall -Werror -static-pie -nostdlib -ffreestanding -fPIE \
/linux/include/linux/
H A Dtimekeeping.h82 * ktime_get_real - get the real (wall-) time in ktime_t format
84 * Returns: real (wall) time in ktime_t format
179 * ktime_get_real_ns - Get the current real/wall time in nanoseconds
/linux/drivers/hid/bpf/progs/
H A DMakefile22 CFLAGS := -g -Wall
59 $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
/linux/scripts/
H A Dkernel-doc234 parser.add_argument("-Wall", "--wall", action="store_true",
286 if args.wall:
H A Dkernel-doc.py
/linux/tools/thermal/lib/
H A DMakefile46 CFLAGS := -g -Wall
60 override CFLAGS += -Werror -Wall
/linux/tools/testing/selftests/acct/
H A DMakefile3 CFLAGS += -Wall
/linux/tools/testing/selftests/mincore/
H A DMakefile3 CFLAGS += -Wall
/linux/tools/testing/selftests/connector/
H A DMakefile2 CFLAGS += -Wall $(KHDR_INCLUDES)
/linux/samples/fanotify/
H A DMakefile4 userccflags += -I usr/include -Wall
/linux/tools/testing/selftests/filesystems/nsfs/
H A DMakefile4 CFLAGS := -Wall -Werror
/linux/tools/testing/selftests/rlimits/
H A DMakefile3 CFLAGS += -Wall -O2 -g
/linux/tools/testing/selftests/timens/
H A DMakefile4 CFLAGS := -Wall -Werror -pthread
/linux/tools/testing/selftests/cachestat/
H A DMakefile5 CFLAGS += -Wall
/linux/tools/testing/selftests/efivarfs/
H A DMakefile2 CFLAGS = -Wall
/linux/tools/testing/selftests/mseal_system_mappings/
H A DMakefile2 CFLAGS += -std=c99 -pthread -Wall $(KHDR_INCLUDES)
/linux/tools/testing/selftests/move_mount_set_group/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2
/linux/tools/testing/selftests/tmpfs/
H A DMakefile2 CFLAGS += -Wall -O2
/linux/tools/testing/selftests/mount_setattr/
H A DMakefile3 CFLAGS = -g $(KHDR_INCLUDES) -Wall -O2 -pthread
/linux/tools/testing/selftests/nci/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall
/linux/tools/testing/selftests/ring-buffer/
H A DMakefile2 CFLAGS += -Wl,-no-as-needed -Wall

1234567891011