Lines Matching defs:func
90 #define __drbd_printk_if_same_type(obj, type, func, level, fmt, args...) \
93 func(level, (const type)(obj), fmt, ## args)
1999 #define ERR_IF_CNT_IS_NEGATIVE(which, func, line) \
2002 func, line, \
2006 static inline void _dec_ap_pending(struct drbd_device *device, const char *func, int line)
2010 ERR_IF_CNT_IS_NEGATIVE(ap_pending_cnt, func, line);
2025 static inline void _dec_rs_pending(struct drbd_device *device, const char *func, int line)
2028 ERR_IF_CNT_IS_NEGATIVE(rs_pending_cnt, func, line);
2046 static inline void _dec_unacked(struct drbd_device *device, const char *func, int line)
2049 ERR_IF_CNT_IS_NEGATIVE(unacked_cnt, func, line);
2053 static inline void _sub_unacked(struct drbd_device *device, int n, const char *func, int line)
2056 ERR_IF_CNT_IS_NEGATIVE(unacked_cnt, func, line);