Searched refs:check_zero (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/x86/xen/ |
D | spinlock.c | 91 static inline void check_zero(void) in check_zero() function 105 check_zero(); in add_stats() 118 check_zero(); in __spin_time_accum()
|
/linux-4.4.14/arch/x86/kernel/ |
D | kvm.c | 640 static inline void check_zero(void) in check_zero() function 656 check_zero(); in add_stats() 671 check_zero(); in __spin_time_accum()
|
/linux-4.4.14/fs/dlm/ |
D | config.c | 126 int *info_field, int check_zero, in cluster_set() argument 138 if (check_zero && !x) in cluster_set() 147 #define CLUSTER_ATTR(name, check_zero) \ argument 153 check_zero, buf, len); \
|
/linux-4.4.14/fs/gfs2/ |
D | sys.c | 579 int check_zero, const char *buf, size_t len) in tune_set() argument 592 if (check_zero && !x) in tune_set() 611 #define TUNE_ATTR(name, check_zero) \ argument 614 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
|