Searched refs:once (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/arch/x86/boot/compressed/
H A Dmem.c17 static bool once; local
23 if (!once) {
29 once = true;
/linux-master/tools/testing/selftests/resctrl/
H A Dfill_buf.c103 void fill_cache_read(unsigned char *buf, size_t buf_size, bool once) argument
109 if (once)
117 static void fill_cache_write(unsigned char *buf, size_t buf_size, bool once) argument
121 if (once)
154 int run_fill_buf(size_t buf_size, int memflush, int op, bool once) argument
163 fill_cache_read(buf, buf_size, once);
165 fill_cache_write(buf, buf_size, once);
H A Dresctrl.h153 void fill_cache_read(unsigned char *buf, size_t buf_size, bool once);
154 int run_fill_buf(size_t buf_size, int memflush, int op, bool once);
H A Dresctrl_val.c641 bool once; local
662 once = true;
664 once = false;
666 ksft_print_msg("Invalid once parameter\n");
670 if (run_fill_buf(span, memflush, operation, once))
/linux-master/arch/m68k/include/asm/
H A Dsun3xflop.h48 static int once = 0; local
60 if(!once) {
61 once = 1;
205 static int once = 0; local
208 if(!once) {
209 once = 1;
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_metadata.h2 #pragma once
H A Dbpf_arena_alloc.h3 #pragma once
H A Dbpf_arena_common.h3 #pragma once
H A Dbench.h2 #pragma once
H A Dbpf_arena_htab.h3 #pragma once
H A Dbpf_arena_list.h3 #pragma once
/linux-master/fs/smb/client/
H A Dcifs_debug.h77 cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \
102 cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \
126 cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
/linux-master/tools/testing/selftests/proc/
H A Dproc.h1 #pragma once
/linux-master/lib/
H A Dbug.c161 unsigned line, warning, once, done; local
175 once = (bug->flags & BUGFLAG_ONCE) != 0;
178 if (warning && once) {
H A Donce.c4 #include <linux/once.h>
/linux-master/include/linux/
H A Dprandom.h12 #include <linux/once.h>
/linux-master/arch/sh/lib/
H A Dmemset.S22 bt/s 4f ! if it's too small, set a byte at once
44 mov.l r5,@-r4 ! set 8-byte at once
H A Dmemset-sh4.S20 bt/s 40f ! if it's too small, set a byte at once
92 mov.l r5,@-r4 ! set 8-byte at once
H A Dmemcpy-sh4.S28 ! Read a long word and write a long word at once
74 ! Finally, copy a byte at once, if necessary
101 ! Read a long word and write a long word at once
142 ! Finally, copy a byte at once, if necessary
396 ! Size is at least 64 bytes, so will be going round the big loop at least once.
598 ! Size is at least 64 bytes, so will be going round the big loop at least once.
/linux-master/drivers/nvdimm/
H A Dregion.c16 static unsigned long once; local
26 && !test_and_set_bit(0, &once)) {
/linux-master/arch/sparc/include/asm/
H A Dfloppy_32.h263 static int once = 0; local
265 if (!once) {
266 once = 1;
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Ducode.c90 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
91 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
92 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
/linux-master/arch/arm/mach-mxs/
H A Dmach-mxs.c92 static int once; local
94 if (once)
140 once = 1;
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.h3 #pragma once
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh36 -j [N] Allow N jobs at once (default: ${nproc})

Completed in 232 milliseconds

123