Home
last modified time | relevance | path

Searched refs:DYNAMIC_DEBUG_BRANCH (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Ddynamic_debug.h103 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
108 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
117 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
120 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
128 if (DYNAMIC_DEBUG_BRANCH(id)) \
134 if (DYNAMIC_DEBUG_BRANCH(id)) \
Ddev_printk.h202 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
Dnet.h272 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
Dprintk.h553 if (DYNAMIC_DEBUG_BRANCH(descriptor) && \
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srp/
Dib_srp.c67 #define DYNAMIC_DEBUG_BRANCH(descriptor) false macro
1735 if (DYNAMIC_DEBUG_BRANCH(ddm)) in srp_map_data()
/kernel/linux/linux-5.10/include/rdma/
Dib_verbs.h120 if (DYNAMIC_DEBUG_BRANCH(descriptor) && __ratelimit(&_rs)) \