/Linux-v5.4/drivers/gpu/drm/i915/ |
D | i915_gem.h | 47 #define GEM_WARN_ON(expr) WARN_ON(expr) argument 50 #define GEM_DEBUG_EXEC(expr) expr argument 51 #define GEM_DEBUG_BUG_ON(expr) GEM_BUG_ON(expr) argument 52 #define GEM_DEBUG_WARN_ON(expr) GEM_WARN_ON(expr) argument 58 #define GEM_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr) argument 59 #define GEM_WARN_ON(expr) ({ unlikely(!!(expr)); }) argument 62 #define GEM_DEBUG_EXEC(expr) do { } while (0) argument 63 #define GEM_DEBUG_BUG_ON(expr) argument 64 #define GEM_DEBUG_WARN_ON(expr) ({ BUILD_BUG_ON_INVALID(expr); 0; }) argument 70 #define GEM_TRACE_DUMP_ON(expr) \ argument [all …]
|
/Linux-v5.4/net/netfilter/ |
D | nft_objref.c | 14 #define nft_objref_priv(expr) *((struct nft_object **)nft_expr_priv(expr)) argument 16 static void nft_objref_eval(const struct nft_expr *expr, in nft_objref_eval() 26 const struct nft_expr *expr, in nft_objref_init() 50 static int nft_objref_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_dump() 66 const struct nft_expr *expr, in nft_objref_deactivate() 78 const struct nft_expr *expr) in nft_objref_activate() 102 static void nft_objref_map_eval(const struct nft_expr *expr, in nft_objref_map_eval() 123 const struct nft_expr *expr, in nft_objref_map_init() 155 static int nft_objref_map_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_objref_map_dump() 170 const struct nft_expr *expr, in nft_objref_map_deactivate() [all …]
|
D | nft_redir.c | 29 const struct nft_expr *expr, in nft_redir_validate() 44 const struct nft_expr *expr, in nft_redir_init() 82 static int nft_redir_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_redir_dump() 105 static void nft_redir_ipv4_eval(const struct nft_expr *expr, in nft_redir_ipv4_eval() 127 nft_redir_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv4_destroy() 153 static void nft_redir_ipv6_eval(const struct nft_expr *expr, in nft_redir_ipv6_eval() 176 nft_redir_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_ipv6_destroy() 203 static void nft_redir_inet_eval(const struct nft_expr *expr, in nft_redir_inet_eval() 218 nft_redir_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_redir_inet_destroy()
|
D | nft_masq.c | 29 const struct nft_expr *expr, in nft_masq_validate() 43 const struct nft_expr *expr, in nft_masq_init() 80 static int nft_masq_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_masq_dump() 102 static void nft_masq_ipv4_eval(const struct nft_expr *expr, in nft_masq_ipv4_eval() 122 nft_masq_ipv4_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv4_destroy() 148 static void nft_masq_ipv6_eval(const struct nft_expr *expr, in nft_masq_ipv6_eval() 168 nft_masq_ipv6_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_ipv6_destroy() 208 static void nft_masq_inet_eval(const struct nft_expr *expr, in nft_masq_inet_eval() 223 nft_masq_inet_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_masq_inet_destroy()
|
D | nft_immediate.c | 18 void nft_immediate_eval(const struct nft_expr *expr, in nft_immediate_eval() 33 const struct nft_expr *expr, in nft_immediate_init() 65 const struct nft_expr *expr) in nft_immediate_activate() 73 const struct nft_expr *expr, in nft_immediate_deactivate() 84 static int nft_immediate_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_immediate_dump() 99 const struct nft_expr *expr, in nft_immediate_validate() 154 const struct nft_expr *expr) in nft_immediate_offload()
|
D | nft_dynset.c | 23 struct nft_expr *expr; member 44 static void *nft_dynset_new(struct nft_set *set, const struct nft_expr *expr, in nft_dynset_new() 78 void nft_dynset_eval(const struct nft_expr *expr, in nft_dynset_eval() 129 const struct nft_expr *expr, in nft_dynset_init() 257 const struct nft_expr *expr, in nft_dynset_deactivate() 266 const struct nft_expr *expr) in nft_dynset_activate() 274 const struct nft_expr *expr) in nft_dynset_destroy() 284 static int nft_dynset_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dynset_dump()
|
D | nft_fwd_netdev.c | 24 static void nft_fwd_netdev_eval(const struct nft_expr *expr, in nft_fwd_netdev_eval() 42 const struct nft_expr *expr, in nft_fwd_netdev_init() 54 static int nft_fwd_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_netdev_dump() 69 const struct nft_expr *expr) in nft_fwd_netdev_offload() 83 static void nft_fwd_neigh_eval(const struct nft_expr *expr, in nft_fwd_neigh_eval() 144 const struct nft_expr *expr, in nft_fwd_neigh_init() 178 static int nft_fwd_neigh_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_fwd_neigh_dump()
|
D | nft_lookup.c | 26 void nft_lookup_eval(const struct nft_expr *expr, in nft_lookup_eval() 58 const struct nft_expr *expr, in nft_lookup_init() 119 const struct nft_expr *expr, in nft_lookup_deactivate() 128 const struct nft_expr *expr) in nft_lookup_activate() 136 const struct nft_expr *expr) in nft_lookup_destroy() 143 static int nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_lookup_dump() 195 const struct nft_expr *expr, in nft_lookup_validate()
|
D | nft_cmp.c | 25 void nft_cmp_eval(const struct nft_expr *expr, in nft_cmp_eval() 71 static int nft_cmp_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_cmp_init() 93 static int nft_cmp_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_dump() 135 const struct nft_expr *expr) in nft_cmp_offload() 152 const struct nft_expr *expr, in nft_cmp_fast_init() 181 const struct nft_expr *expr) in nft_cmp_fast_offload() 198 static int nft_cmp_fast_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_cmp_fast_dump()
|
D | nft_meta.c | 59 void nft_meta_get_eval(const struct nft_expr *expr, in nft_meta_get_eval() 269 void nft_meta_set_eval(const struct nft_expr *expr, in nft_meta_set_eval() 318 const struct nft_expr *expr, in nft_meta_get_init() 390 const struct nft_expr *expr, in nft_meta_get_validate() 422 const struct nft_expr *expr, in nft_meta_set_validate() 452 const struct nft_expr *expr, in nft_meta_set_init() 491 const struct nft_expr *expr) in nft_meta_get_dump() 506 int nft_meta_set_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_meta_set_dump() 523 const struct nft_expr *expr) in nft_meta_set_destroy() 534 const struct nft_expr *expr) in nft_meta_get_offload()
|
D | nft_compat.c | 67 static void nft_target_eval_xt(const struct nft_expr *expr, in nft_target_eval_xt() 93 static void nft_target_eval_bridge(const struct nft_expr *expr, in nft_target_eval_bridge() 217 nft_target_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_target_init() 251 nft_target_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_target_destroy() 287 static int nft_target_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_target_dump() 305 const struct nft_expr *expr, in nft_target_validate() 328 static void __nft_match_eval(const struct nft_expr *expr, in __nft_match_eval() 356 static void nft_match_large_eval(const struct nft_expr *expr, in nft_match_large_eval() 365 static void nft_match_eval(const struct nft_expr *expr, in nft_match_eval() 432 __nft_match_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in __nft_match_init() [all …]
|
D | nft_queue.c | 28 static void nft_queue_eval(const struct nft_expr *expr, in nft_queue_eval() 55 static void nft_queue_sreg_eval(const struct nft_expr *expr, in nft_queue_sreg_eval() 79 const struct nft_expr *expr, in nft_queue_init() 108 const struct nft_expr *expr, in nft_queue_sreg_init() 130 static int nft_queue_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_dump() 146 nft_queue_sreg_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_queue_sreg_dump()
|
D | nft_flow_offload.c | 70 static void nft_flow_offload_eval(const struct nft_expr *expr, in nft_flow_offload_eval() 145 const struct nft_expr *expr, in nft_flow_offload_validate() 159 const struct nft_expr *expr, in nft_flow_offload_init() 181 const struct nft_expr *expr, in nft_flow_offload_deactivate() 190 const struct nft_expr *expr) in nft_flow_offload_activate() 198 const struct nft_expr *expr) in nft_flow_offload_destroy() 206 static int nft_flow_offload_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_flow_offload_dump()
|
D | nft_hash.c | 26 static void nft_jhash_eval(const struct nft_expr *expr, in nft_jhash_eval() 46 static void nft_symhash_eval(const struct nft_expr *expr, in nft_symhash_eval() 70 const struct nft_expr *expr, in nft_jhash_init() 117 const struct nft_expr *expr, in nft_symhash_init() 143 const struct nft_expr *expr) in nft_jhash_dump() 170 const struct nft_expr *expr) in nft_symhash_dump()
|
D | nft_nat.c | 33 static void nft_nat_eval(const struct nft_expr *expr, in nft_nat_eval() 85 const struct nft_expr *expr, in nft_nat_validate() 111 static int nft_nat_init(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_nat_init() 205 static int nft_nat_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_nat_dump() 251 nft_nat_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) in nft_nat_destroy() 278 static void nft_nat_inet_eval(const struct nft_expr *expr, in nft_nat_inet_eval()
|
D | nft_numgen.c | 37 static void nft_ng_inc_eval(const struct nft_expr *expr, in nft_ng_inc_eval() 54 const struct nft_expr *expr, in nft_ng_inc_init() 94 static int nft_ng_inc_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_inc_dump() 116 static void nft_ng_random_eval(const struct nft_expr *expr, in nft_ng_random_eval() 126 const struct nft_expr *expr, in nft_ng_random_init() 149 static int nft_ng_random_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_ng_random_dump()
|
D | nft_dup_netdev.c | 20 static void nft_dup_netdev_eval(const struct nft_expr *expr, in nft_dup_netdev_eval() 35 const struct nft_expr *expr, in nft_dup_netdev_init() 47 static int nft_dup_netdev_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_dup_netdev_dump() 62 const struct nft_expr *expr) in nft_dup_netdev_offload()
|
D | nft_exthdr.c | 36 static void nft_exthdr_ipv6_eval(const struct nft_expr *expr, in nft_exthdr_ipv6_eval() 129 static void nft_exthdr_ipv4_eval(const struct nft_expr *expr, in nft_exthdr_ipv4_eval() 179 static void nft_exthdr_tcp_eval(const struct nft_expr *expr, in nft_exthdr_tcp_eval() 222 static void nft_exthdr_tcp_set_eval(const struct nft_expr *expr, in nft_exthdr_tcp_set_eval() 316 const struct nft_expr *expr, in nft_exthdr_init() 364 const struct nft_expr *expr, in nft_exthdr_tcp_set_init() 413 const struct nft_expr *expr, in nft_exthdr_ipv4_init() 452 static int nft_exthdr_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump() 462 static int nft_exthdr_dump_set(struct sk_buff *skb, const struct nft_expr *expr) in nft_exthdr_dump_set()
|
D | nft_tproxy.c | 21 static void nft_tproxy_eval_v4(const struct nft_expr *expr, in nft_tproxy_eval_v4() 78 static void nft_tproxy_eval_v6(const struct nft_expr *expr, in nft_tproxy_eval_v6() 150 static void nft_tproxy_eval(const struct nft_expr *expr, in nft_tproxy_eval() 185 const struct nft_expr *expr, in nft_tproxy_init() 267 const struct nft_expr *expr) in nft_tproxy_dump()
|
D | nft_rt.c | 53 void nft_rt_get_eval(const struct nft_expr *expr, in nft_rt_get_eval() 111 const struct nft_expr *expr, in nft_rt_get_init() 150 const struct nft_expr *expr) in nft_rt_get_dump() 164 static int nft_rt_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, in nft_rt_validate()
|
D | nft_bitwise.c | 26 void nft_bitwise_eval(const struct nft_expr *expr, in nft_bitwise_eval() 47 const struct nft_expr *expr, in nft_bitwise_init() 105 static int nft_bitwise_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_bitwise_dump() 134 const struct nft_expr *expr) in nft_bitwise_offload()
|
D | nft_osf.c | 20 static void nft_osf_eval(const struct nft_expr *expr, struct nft_regs *regs, in nft_osf_eval() 56 const struct nft_expr *expr, in nft_osf_init() 87 static int nft_osf_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_osf_dump() 107 const struct nft_expr *expr, in nft_osf_validate()
|
D | nft_reject.c | 27 const struct nft_expr *expr, in nft_reject_validate() 38 const struct nft_expr *expr, in nft_reject_init() 62 int nft_reject_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_reject_dump()
|
D | nft_connlimit.c | 165 static void nft_connlimit_eval(const struct nft_expr *expr, in nft_connlimit_eval() 174 static int nft_connlimit_dump(struct sk_buff *skb, const struct nft_expr *expr) in nft_connlimit_dump() 182 const struct nft_expr *expr, in nft_connlimit_init() 191 const struct nft_expr *expr) in nft_connlimit_destroy() 211 const struct nft_expr *expr) in nft_connlimit_destroy_clone() 218 static bool nft_connlimit_gc(struct net *net, const struct nft_expr *expr) in nft_connlimit_gc()
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/ |
D | os_types.h | 61 #define ASSERT_CRITICAL(expr) do { \ argument 67 #define ASSERT_CRITICAL(expr) do { \ argument 75 #define ASSERT(expr) ASSERT_CRITICAL(expr) argument 78 #define ASSERT(expr) WARN_ON(!(expr)) argument
|