Searched refs:check_zero (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/xen/ |
H A D | spinlock.c | 41 static inline void check_zero(void) check_zero() function 55 check_zero(); add_stats() 68 check_zero(); __spin_time_accum()
|
/linux-4.1.27/fs/gfs2/ |
H A D | sys.c | 552 int check_zero, const char *buf, size_t len) tune_set() 562 if (check_zero && !x) tune_set() 581 #define TUNE_ATTR(name, check_zero) \ 584 return tune_set(sdp, &sdp->sd_tune.gt_##name, check_zero, buf, len); \ 551 tune_set(struct gfs2_sbd *sdp, unsigned int *field, int check_zero, const char *buf, size_t len) tune_set() argument
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | kvm.c | 607 static inline void check_zero(void) check_zero() function 623 check_zero(); add_stats() 638 check_zero(); __spin_time_accum()
|
/linux-4.1.27/fs/dlm/ |
H A D | config.c | 156 int *info_field, int check_zero, cluster_set() 168 if (check_zero && !x) cluster_set() 177 #define CLUSTER_ATTR(name, check_zero) \ 181 check_zero, buf, len); \ 155 cluster_set(struct dlm_cluster *cl, unsigned int *cl_field, int *info_field, int check_zero, const char *buf, size_t len) cluster_set() argument
|
/linux-4.1.27/include/linux/ |
H A D | srcu.h | 54 /* callbacks try to do the first check_zero */ 56 /* callbacks done with the first check_zero and the flip */
|
Completed in 316 milliseconds