Searched refs:function (Results 1 – 1 of 1) sorted by relevance
859 #define set_to_cap_if_null(ops, function) \ argument861 if (!ops->function) { \862 ops->function = cap_##function; \863 pr_debug("Had to override the " #function \