once
once = 1;
static int once;
if (once)
static int once = 0;
if(!once) {
once = 1;
static int once = 0;
if(!once) {
once = 1;
static int once = 0;
if (!once) {
once = 1;
static int once = 0;
if(!once) {
once = 1;
static int once;
if (once != 0) {
once++;
static bool once;
if (!once) {
once = true;
struct once nx_once;
static int kvm_mmu_start_lpage_recovery(struct once *once)
struct kvm_arch *ka = container_of(once, struct kvm_arch, nx_once);
bool once = true;
once = false;
if (!once)
bool once = true;
if (once) {
once = false;
bool once = true;
if (once) {
once = false;
bool once;
once = mode & DRM_MM_INSERT_ONCE;
hole = once ? NULL : next_hole(mm, hole, size, mode)) {
module_param_named(once, msp_once, bool, 0644);
MODULE_PARM_DESC(once, "No continuous stereo monitoring");
static int once;
if (once)
once++;
struct iwl_calib_cfg_elmnt_s once;
calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_RT_CFG_ALL;
calib_cfg_cmd.ucd_calib_cfg.once.start = cpu_to_le32(cfg);
calib_cfg_cmd.ucd_calib_cfg.once.is_enable = IWL_CALIB_INIT_CFG_ALL;
calib_cfg_cmd.ucd_calib_cfg.once.start = IWL_CALIB_INIT_CFG_ALL;
calib_cfg_cmd.ucd_calib_cfg.once.send_res = IWL_CALIB_INIT_CFG_ALL;
static unsigned long once;
&& !test_and_set_bit(0, &once)) {
static atomic_t once;
if (all_devices_probed && !atomic_fetch_inc(&once))
if (!(__hcb_qe)->once) { \
(__hcb_qe)->once = BFA_TRUE; \
(__hcb_qe)->once = BFA_FALSE; \
bfa_boolean_t once;
static struct xmit_frame *_alloc_mgtxmitframe(struct xmit_priv *pxmitpriv, bool once)
if (once)
int once = 1;
if (once) {
once = 0;
cifs_server_dbg_func(once, type, fmt, ##__VA_ARGS__); \
cifs_tcon_dbg_func(once, type, fmt, ##__VA_ARGS__); \
cifs_dbg_func(once, type, fmt, ##__VA_ARGS__); \
bool mark_smb_session, bool once)
if (once)
_cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session, bool once)
return __cifs_reconnect(server, mark_smb_session, once);
_cifs_reconnect(struct TCP_Server_Info *server, bool mark_smb_session, bool once)
return __cifs_reconnect(server, mark_smb_session, once);
*(.data..once) \
#define _DRM_PRINTK(once, level, fmt, ...) \
printk##once(KERN_##level "[" DRM_NAME "] " fmt, ##__VA_ARGS__)
static inline void __once_init(struct once *once, const char *name,
atomic_set(&once->state, ONCE_NOT_STARTED);
__mutex_init(&once->lock, name, key);
#define once_init(once) \
__once_init((once), #once, &__key); \
static inline int call_once(struct once *once, int (*cb)(struct once *))
if (atomic_read_acquire(&once->state) == ONCE_COMPLETED)
guard(mutex)(&once->lock);
state = atomic_read(&once->state);
atomic_set(&once->state, ONCE_RUNNING);
r = cb(once);
atomic_set(&once->state, ONCE_NOT_STARTED);
atomic_set_release(&once->state, ONCE_COMPLETED);
static bool once = false;
if (check_consistency && !once) {
once = true;
WARN_ON(once);
static int once;
if (!once) {
once++;
bool warning, once, done, no_cut, has_args;
once = bug->flags & BUGFLAG_ONCE;
if (warning && once) {
int once = 0;
if (warn_on_notrace_sect && !once) {
once = 1;
static bool once;
if (!once) {
once = true;
static pthread_once_t once = PTHREAD_ONCE_INIT;
pthread_once(&once, annotation__init_sharded_mutex);
void fill_cache_read(unsigned char *buf, size_t buf_size, bool once)
if (once)
void fill_cache_read(unsigned char *buf, size_t buf_size, bool once);