Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddynamic_debug.h95 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
102 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
114 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
117 #define DYNAMIC_DEBUG_BRANCH(descriptor) \ macro
126 if (DYNAMIC_DEBUG_BRANCH(descriptor)) \
134 if (DYNAMIC_DEBUG_BRANCH(descriptor)) \
142 if (DYNAMIC_DEBUG_BRANCH(descriptor)) \
152 if (DYNAMIC_DEBUG_BRANCH(descriptor)) \
/Linux-v4.19/drivers/infiniband/ulp/srp/
Dib_srp.c67 #define DYNAMIC_DEBUG_BRANCH(descriptor) false macro
1858 if (DYNAMIC_DEBUG_BRANCH(ddm)) in srp_map_data()