Searched refs:check_zero (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
D | spinlock.c | 41 static inline void check_zero(void) in check_zero() function 55 check_zero(); in add_stats() 68 check_zero(); in __spin_time_accum()
|
/linux-4.1.27/fs/gfs2/ |
D | sys.c | 552 int check_zero, const char *buf, size_t len) in tune_set() argument 562 if (check_zero && !x) in tune_set() 581 #define TUNE_ATTR(name, check_zero) \ argument 584 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \
|
/linux-4.1.27/arch/x86/kernel/ |
D | kvm.c | 607 static inline void check_zero(void) in check_zero() function 623 check_zero(); in add_stats() 638 check_zero(); in __spin_time_accum()
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 156 int *info_field, int check_zero, in cluster_set() argument 168 if (check_zero && !x) in cluster_set() 177 #define CLUSTER_ATTR(name, check_zero) \ argument 181 check_zero, buf, len); \
|