/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | fill_buf.c | 104 static int fill_cache_read(unsigned char *buf, size_t buf_size, bool once) in fill_cache_read() argument 111 if (once) in fill_cache_read() 127 static int fill_cache_write(unsigned char *buf, size_t buf_size, bool once) in fill_cache_write() argument 131 if (once) in fill_cache_write() 138 static int fill_cache(size_t buf_size, int memflush, int op, bool once) in fill_cache() argument 152 ret = fill_cache_read(buf, buf_size, once); in fill_cache() 154 ret = fill_cache_write(buf, buf_size, once); in fill_cache() 167 int run_fill_buf(size_t span, int memflush, int op, bool once) in run_fill_buf() argument 172 ret = fill_cache(cache_size, memflush, op, once); in run_fill_buf()
|
H A D | resctrlfs.c | 310 bool once; in run_benchmark() local 329 once = true; in run_benchmark() 331 once = false; in run_benchmark() 333 PARENT_EXIT("Invalid once parameter"); in run_benchmark() 335 if (run_fill_buf(span, memflush, operation, once)) in run_benchmark()
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | sun3xflop.h | 48 static int once = 0; in sun3x_82072_fd_inb() local 60 if(!once) { in sun3x_82072_fd_inb() 61 once = 1; in sun3x_82072_fd_inb() 205 static int once = 0; in sun3xflop_request_irq() local 208 if(!once) { in sun3xflop_request_irq() 209 once = 1; in sun3xflop_request_irq()
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | sun3xflop.h | 48 static int once = 0; in sun3x_82072_fd_inb() local 60 if(!once) { in sun3x_82072_fd_inb() 61 once = 1; in sun3x_82072_fd_inb() 205 static int once = 0; in sun3xflop_request_irq() local 208 if(!once) { in sun3xflop_request_irq() 209 once = 1; in sun3xflop_request_irq()
|
/kernel/liteos_a/kernel/base/ipc/ |
H A D | los_event.c | 127 UINT32 timeout, BOOL once) in OsEventReadImp() 133 if (once == FALSE) { in OsEventReadImp() 161 BOOL once) in OsEventRead() 172 ret = OsEventReadImp(eventCB, eventMask, mode, timeout, once); in OsEventRead() 194 LITE_OS_SEC_TEXT VOID OsEventWriteUnsafe(PEVENT_CB_S eventCB, UINT32 events, BOOL once, UINT8 *exitFlag) in OsEventWriteUnsafe() argument 208 if (once == TRUE) { in OsEventWriteUnsafe() 220 LITE_OS_SEC_TEXT STATIC UINT32 OsEventWrite(PEVENT_CB_S eventCB, UINT32 events, BOOL once) in OsEventWrite() argument 234 OsEventWriteUnsafe(eventCB, events, once, &exitFlag); in OsEventWrite() 126 OsEventReadImp(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 timeout, BOOL once) OsEventReadImp() argument 160 OsEventRead(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 timeout, BOOL once) OsEventRead() argument
|
/kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
H A D | mem.c | 17 static bool once; in early_is_tdx_guest() local 23 if (!once) { in early_is_tdx_guest() 29 once = true; in early_is_tdx_guest()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_debug.h | 77 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__); \
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifs_debug.h | 77 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__); \
|
/kernel/linux/linux-5.10/lib/ |
H A D | bug.c | 148 unsigned line, warning, once, done; in report_bug() local 171 once = (bug->flags & BUGFLAG_ONCE) != 0; in report_bug() 174 if (warning && once) { in report_bug()
|
/kernel/linux/linux-6.6/lib/ |
H A D | bug.c | 161 unsigned line, warning, once, done; in __report_bug() local 175 once = (bug->flags & BUGFLAG_ONCE) != 0; in __report_bug() 178 if (warning && once) { in __report_bug()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | floppy_32.h | 263 static int once = 0; in sun_fd_request_irq() local 265 if (!once) { in sun_fd_request_irq() 266 once = 1; in sun_fd_request_irq()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | floppy_32.h | 263 static int once = 0; in sun_fd_request_irq() local 265 if (!once) { in sun_fd_request_irq() 266 once = 1; in sun_fd_request_irq()
|
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/ |
H A D | pm-rcar-gen2.c | 49 static int once; in rcar_gen2_pm_init() local 56 if (once++) in rcar_gen2_pm_init()
|
/kernel/linux/linux-6.6/arch/arm/mach-shmobile/ |
H A D | pm-rcar-gen2.c | 49 static int once; in rcar_gen2_pm_init() local 56 if (once++) in rcar_gen2_pm_init()
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | region.c | 15 static unsigned long once; in nd_region_probe() local 21 && !test_and_set_bit(0, &once)) { in nd_region_probe()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | region.c | 16 static unsigned long once; in nd_region_probe() local 26 && !test_and_set_bit(0, &once)) { in nd_region_probe()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_metadata.h | 2 #pragma once
|
/kernel/linux/linux-5.10/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 90 static int once; in mxs_get_ocotp() local 92 if (once) in mxs_get_ocotp() 138 once = 1; in mxs_get_ocotp()
|
/kernel/linux/linux-6.6/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 92 static int once; in mxs_get_ocotp() local 94 if (once) in mxs_get_ocotp() 140 once = 1; in mxs_get_ocotp()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | ucode.c | 95 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 96 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 97 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | ucode.c | 90 calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 91 calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg() 92 calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL; in iwl_send_calib_cfg()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_event_pri.h | 54 extern VOID OsEventWriteUnsafe(PEVENT_CB_S eventCB, UINT32 events, BOOL once, UINT8 *exitFlag);
|
/kernel/linux/linux-5.10/tools/testing/selftests/proc/ |
H A D | proc.h | 1 #pragma once
|
/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | proc.h | 1 #pragma once
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | prandom.h | 12 #include <linux/once.h>
|