Symbol: once
arch/arm/mach-mxs/mach-mxs.c
140
once = 1;
arch/arm/mach-mxs/mach-mxs.c
92
static int once;
arch/arm/mach-mxs/mach-mxs.c
94
if (once)
arch/m68k/include/asm/sun3xflop.h
205
static int once = 0;
arch/m68k/include/asm/sun3xflop.h
208
if(!once) {
arch/m68k/include/asm/sun3xflop.h
209
once = 1;
arch/m68k/include/asm/sun3xflop.h
48
static int once = 0;
arch/m68k/include/asm/sun3xflop.h
60
if(!once) {
arch/m68k/include/asm/sun3xflop.h
61
once = 1;
arch/sparc/include/asm/floppy_32.h
260
static int once = 0;
arch/sparc/include/asm/floppy_32.h
262
if (!once) {
arch/sparc/include/asm/floppy_32.h
263
once = 1;
arch/sparc/include/asm/floppy_64.h
250
static int once = 0;
arch/sparc/include/asm/floppy_64.h
253
if(!once) {
arch/sparc/include/asm/floppy_64.h
254
once = 1;
arch/sparc/kernel/pci_sabre.c
412
static int once;
arch/sparc/kernel/pci_sabre.c
432
if (once != 0) {
arch/sparc/kernel/pci_sabre.c
436
once++;
arch/x86/boot/compressed/mem.c
17
static bool once;
arch/x86/boot/compressed/mem.c
23
if (!once) {
arch/x86/boot/compressed/mem.c
29
once = true;
arch/x86/include/asm/kvm_host.h
1584
struct once nx_once;
arch/x86/kvm/mmu/mmu.c
7991
static int kvm_mmu_start_lpage_recovery(struct once *once)
arch/x86/kvm/mmu/mmu.c
7993
struct kvm_arch *ka = container_of(once, struct kvm_arch, nx_once);
drivers/accel/habanalabs/common/debugfs.c
248
bool once = true;
drivers/accel/habanalabs/common/debugfs.c
255
once = false;
drivers/accel/habanalabs/common/debugfs.c
344
if (!once)
drivers/clk/renesas/rzg2l-cpg.c
2019
bool once = true;
drivers/clk/renesas/rzg2l-cpg.c
2030
if (once) {
drivers/clk/renesas/rzg2l-cpg.c
2031
once = false;
drivers/clk/renesas/rzv2h-cpg.c
1673
bool once = true;
drivers/clk/renesas/rzv2h-cpg.c
1684
if (once) {
drivers/clk/renesas/rzv2h-cpg.c
1685
once = false;
drivers/gpu/drm/drm_mm.c
524
bool once;
drivers/gpu/drm/drm_mm.c
537
once = mode & DRM_MM_INSERT_ONCE;
drivers/gpu/drm/drm_mm.c
543
hole = once ? NULL : next_hole(mm, hole, size, mode)) {
drivers/media/i2c/msp3400-driver.c
72
module_param_named(once, msp_once, bool, 0644);
drivers/media/i2c/msp3400-driver.c
80
MODULE_PARM_DESC(once, "No continuous stereo monitoring");
drivers/net/ethernet/seeq/sgiseeq.c
251
static int once;
drivers/net/ethernet/seeq/sgiseeq.c
257
if (once)
drivers/net/ethernet/seeq/sgiseeq.c
259
once++;
drivers/net/wireless/intel/iwlwifi/dvm/commands.h
3126
struct iwl_calib_cfg_elmnt_s once;
drivers/net/wireless/intel/iwlwifi/dvm/main.c
713
calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_RT_CFG_ALL;
drivers/net/wireless/intel/iwlwifi/dvm/main.c
714
calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg);
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
91
calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
92
calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
drivers/net/wireless/intel/iwlwifi/dvm/ucode.c
93
calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
drivers/nvdimm/region.c
16
static unsigned long once;
drivers/nvdimm/region.c
26
&& !test_and_set_bit(0, &once)) {
drivers/resctrl/mpam_devices.c
2877
static atomic_t once;
drivers/resctrl/mpam_devices.c
2894
if (all_devices_probed && !atomic_fetch_inc(&once))
drivers/scsi/bfa/bfa.h
125
if (!(__hcb_qe)->once) { \
drivers/scsi/bfa/bfa.h
127
(__hcb_qe)->once = BFA_TRUE; \
drivers/scsi/bfa/bfa.h
137
(__hcb_qe)->once = BFA_FALSE; \
drivers/scsi/bfa/bfa_ioc.h
415
bfa_boolean_t once;
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
1859
static struct xmit_frame *_alloc_mgtxmitframe(struct xmit_priv *pxmitpriv, bool once)
drivers/staging/rtl8723bs/core/rtw_mlme_ext.c
1864
if (once)
drivers/tty/tty_io.c
1722
int once = 1;
drivers/tty/tty_io.c
1789
if (once) {
drivers/tty/tty_io.c
1790
once = 0;
fs/smb/client/cifs_debug.h
101
cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \
fs/smb/client/cifs_debug.h
125
cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
fs/smb/client/cifs_debug.h
76
cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \
fs/smb/client/connect.c
382
bool mark_smb_session, bool once)
fs/smb/client/connect.c
419
if (once)
fs/smb/client/connect.c
587
_cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session, bool once)
fs/smb/client/connect.c
590
return __cifs_reconnect(server, mark_smb_session, once);
fs/smb/client/connect.c
595
_cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session, bool once)
fs/smb/client/connect.c
597
return __cifs_reconnect(server, mark_smb_session, once);
include/asm-generic/vmlinux.lds.h
379
*(.data..once) \
include/drm/drm_print.h
690
#define _DRM_PRINTK(once, level, fmt, ...) \
include/drm/drm_print.h
691
printk##once(KERN_##level "[" DRM_NAME "] " fmt, ##__VA_ARGS__)
include/linux/call_once.h
16
static inline void __once_init(struct once *once, const char *name,
include/linux/call_once.h
19
atomic_set(&once->state, ONCE_NOT_STARTED);
include/linux/call_once.h
20
__mutex_init(&once->lock, name, key);
include/linux/call_once.h
23
#define once_init(once) \
include/linux/call_once.h
26
__once_init((once), #once, &__key); \
include/linux/call_once.h
44
static inline int call_once(struct once *once, int (*cb)(struct once *))
include/linux/call_once.h
49
if (atomic_read_acquire(&once->state) == ONCE_COMPLETED)
include/linux/call_once.h
52
guard(mutex)(&once->lock);
include/linux/call_once.h
53
state = atomic_read(&once->state);
include/linux/call_once.h
57
atomic_set(&once->state, ONCE_RUNNING);
include/linux/call_once.h
58
r = cb(once);
include/linux/call_once.h
60
atomic_set(&once->state, ONCE_NOT_STARTED);
include/linux/call_once.h
62
atomic_set_release(&once->state, ONCE_COMPLETED);
kernel/locking/lockdep.c
1162
static bool once = false;
kernel/locking/lockdep.c
1164
if (check_consistency && !once) {
kernel/locking/lockdep.c
1166
once = true;
kernel/locking/lockdep.c
1167
WARN_ON(once);
kernel/trace/ring_buffer.c
3998
static int once;
kernel/trace/ring_buffer.c
4004
if (!once) {
kernel/trace/ring_buffer.c
4005
once++;
lib/bug.c
200
bool warning, once, done, no_cut, has_args;
lib/bug.c
217
once = bug->flags & BUGFLAG_ONCE;
lib/bug.c
231
if (warning && once) {
scripts/recordmcount.h
465
int once = 0;
scripts/recordmcount.h
478
if (warn_on_notrace_sect && !once) {
scripts/recordmcount.h
481
once = 1;
tools/perf/builtin-c2c.c
2508
static bool once;
tools/perf/builtin-c2c.c
2510
if (!once) {
tools/perf/builtin-c2c.c
2512
once = true;
tools/perf/util/annotate.c
618
static pthread_once_t once = PTHREAD_ONCE_INIT;
tools/perf/util/annotate.c
620
pthread_once(&once, annotation__init_sharded_mutex);
tools/testing/selftests/resctrl/fill_buf.c
91
void fill_cache_read(unsigned char *buf, size_t buf_size, bool once)
tools/testing/selftests/resctrl/fill_buf.c
97
if (once)
tools/testing/selftests/resctrl/resctrl.h
183
void fill_cache_read(unsigned char *buf, size_t buf_size, bool once);