Searched refs:ATOMIC_INIT (Results 1 – 25 of 274) sorted by relevance
1234567891011
/Linux-v4.19/mm/ |
D | init-mm.c | 31 .mm_users = ATOMIC_INIT(2), 32 .mm_count = ATOMIC_INIT(1),
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | sync-timer.c | 25 static atomic_t count_count_start = ATOMIC_INIT(0); 26 static atomic_t count_count_stop = ATOMIC_INIT(0);
|
/Linux-v4.19/arch/mips/kernel/ |
D | sync-r4k.c | 22 static atomic_t count_count_start = ATOMIC_INIT(0); 23 static atomic_t count_count_stop = ATOMIC_INIT(0);
|
/Linux-v4.19/fs/fscache/ |
D | fsdef.c | 52 .usage = ATOMIC_INIT(1), 53 .n_active = ATOMIC_INIT(1),
|
/Linux-v4.19/kernel/ |
D | user.c | 57 .count = ATOMIC_INIT(3), 100 .processes = ATOMIC_INIT(1), 101 .sigpending = ATOMIC_INIT(0),
|
/Linux-v4.19/init/ |
D | init_task.c | 47 .count = ATOMIC_INIT(1), 64 .stack_refcount = ATOMIC_INIT(1), 68 .usage = ATOMIC_INIT(2),
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_cf.c | 70 [CPUMF_CTR_SET_BASIC] = ATOMIC_INIT(0), 71 [CPUMF_CTR_SET_USER] = ATOMIC_INIT(0), 72 [CPUMF_CTR_SET_CRYPTO] = ATOMIC_INIT(0), 73 [CPUMF_CTR_SET_EXT] = ATOMIC_INIT(0), 74 [CPUMF_CTR_SET_MT_DIAG] = ATOMIC_INIT(0), 221 static atomic_t num_events = ATOMIC_INIT(0);
|
/Linux-v4.19/net/sunrpc/ |
D | auth_null.c | 122 .au_count = ATOMIC_INIT(0), 141 .cr_count = ATOMIC_INIT(1),
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | atomic.h | 43 #define ATOMIC_INIT(i) { (i) } macro 106 #define ATOMIC64_INIT ATOMIC_INIT
|
/Linux-v4.19/include/asm-generic/ |
D | qrwlock_types.h | 30 { .cnts = ATOMIC_INIT(0), }, \
|
D | qspinlock_types.h | 66 #define __ARCH_SPIN_LOCK_UNLOCKED { { .val = ATOMIC_INIT(0) } }
|
/Linux-v4.19/include/linux/ |
D | osq_lock.h | 26 #define OSQ_LOCK_UNLOCKED { ATOMIC_INIT(OSQ_UNLOCKED_VAL) }
|
D | fault-inject.h | 36 .times = ATOMIC_INIT(1), \
|
D | jump_label.h | 271 #define STATIC_KEY_INIT_TRUE { .enabled = ATOMIC_INIT(1) } 272 #define STATIC_KEY_INIT_FALSE { .enabled = ATOMIC_INIT(0) }
|
/Linux-v4.19/arch/sh/include/asm/ |
D | atomic.h | 22 #define ATOMIC_INIT(i) { (i) } macro
|
/Linux-v4.19/tools/arch/x86/include/asm/ |
D | atomic.h | 18 #define ATOMIC_INIT(i) { (i) } macro
|
/Linux-v4.19/tools/include/asm-generic/ |
D | atomic-gcc.h | 15 #define ATOMIC_INIT(i) { (i) } macro
|
/Linux-v4.19/drivers/ras/ |
D | debugfs.c | 5 static atomic_t trace_count = ATOMIC_INIT(0);
|
/Linux-v4.19/arch/arm/mach-imx/ |
D | cpuidle-imx6q.c | 19 static atomic_t master = ATOMIC_INIT(0);
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | atomic_32.h | 21 #define ATOMIC_INIT(i) { (i) } macro
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_fo.c | 60 .refcnt = ATOMIC_INIT(0),
|
D | ip_vs_ovf.c | 67 .refcnt = ATOMIC_INIT(0),
|
D | ip_vs_lc.c | 73 .refcnt = ATOMIC_INIT(0),
|
/Linux-v4.19/drivers/cpuidle/ |
D | cpuidle-ux500.c | 23 static atomic_t master = ATOMIC_INIT(0);
|
/Linux-v4.19/lib/ |
D | dump_stack.c | 86 static atomic_t dump_lock = ATOMIC_INIT(-1);
|
1234567891011