Searched refs:expr (Results 1 - 25 of 200) sorted by last modified time

12345678

/linux-master/scripts/mod/
H A Dmodpost.c94 void *do_nofail(void *ptr, const char *expr) argument
97 fatal("Memory allocation failure: %s.\n", expr);
/linux-master/
H A DMakefile1239 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + 255); \
1242 expr $(VERSION) \* 65536 + $(PATCHLEVEL) \* 256 + $(SUBLEVEL)); \
/linux-master/fs/bcachefs/
H A Dalloc_background.c868 #define eval_state(_a, expr) ({ const struct bch_alloc_v4 *a = _a; expr; })
869 #define statechange(expr) !eval_state(old_a, expr) && eval_state(new_a, expr)
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed-g6.c2634 * @expr: The expression associated with the function whose signal is to be
2643 const struct aspeed_sig_expr *expr,
2649 for (i = 0; i < expr->ndescs; i++) {
2650 const struct aspeed_sig_desc *desc = &expr->descs[i];
2687 ret = aspeed_sig_expr_eval(ctx, expr, enable);
2642 aspeed_g6_sig_expr_set(struct aspeed_pinmux_data *ctx, const struct aspeed_sig_expr *expr, bool enable) argument
/linux-master/rust/
H A DMakefile306 ifeq ($(shell expr $(libclang_maj_ver) \< 16), 1)
/linux-master/net/netfilter/
H A Dnft_set_hash.c126 const struct nft_expr *expr,
144 elem_priv = new(set, expr, regs);
305 struct nft_expr *expr; local
308 nft_setelem_expr_foreach(expr, elem_expr, size) {
309 if (expr->ops->gc &&
310 expr->ops->gc(read_pnet(&set->net), expr))
121 nft_rhash_update(struct nft_set *set, const u32 *key, struct nft_elem_priv * (*new)(struct nft_set *, const struct nft_expr *, struct nft_regs *regs), const struct nft_expr *expr, struct nft_regs *regs, const struct nft_set_ext **ext) argument
H A Dnft_set_bitmap.c287 else if (desc->expr)
H A Dnf_tables_api.c26 #define NFT_MODULE_AUTOLOAD_LIMIT (MODULE_NAME_LEN - sizeof("nft-expr-255-"))
457 struct nft_expr *expr; local
459 expr = nft_expr_first(rule);
460 while (nft_expr_more(rule, expr)) {
461 if (expr->ops->activate)
462 expr->ops->activate(ctx, expr);
464 expr = nft_expr_next(expr);
471 struct nft_expr *expr; local
739 __nft_reg_track_update(struct nft_regs_track *track, const struct nft_expr *expr, u8 dreg, u8 num_reg) argument
748 nft_reg_track_update(struct nft_regs_track *track, const struct nft_expr *expr, u8 dreg, u8 len) argument
3132 nf_tables_fill_expr_info(struct sk_buff *skb, const struct nft_expr *expr, bool reset) argument
3154 nft_expr_dump(struct sk_buff *skb, unsigned int attr, const struct nft_expr *expr, bool reset) argument
3268 nf_tables_newexpr(const struct nft_ctx *ctx, const struct nft_expr_info *expr_info, struct nft_expr *expr) argument
3288 nf_tables_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) argument
3302 struct nft_expr *expr; local
3353 nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) argument
3411 const struct nft_expr *expr, *next; local
3805 struct nft_expr *expr, *next; local
3828 struct nft_expr *expr, *last; local
3960 struct nft_expr *expr; local
4933 struct nft_expr *expr; local
5687 struct nft_expr *expr; local
6367 struct nft_expr *expr; local
6458 __nft_set_elem_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr) argument
6472 struct nft_expr *expr; local
6520 struct nft_expr *expr; local
6553 struct nft_expr *expr; local
6873 struct nft_expr *expr; local
6891 struct nft_expr *expr; local
9553 nft_expr_reduce(struct nft_regs_track *track, const struct nft_expr *expr) argument
9561 const struct nft_expr *expr, *last; local
10883 const struct nft_expr *expr, *last; local
[all...]
H A Dnft_lookup.c58 void nft_lookup_eval(const struct nft_expr *expr, argument
62 const struct nft_lookup *priv = nft_expr_priv(expr);
98 const struct nft_expr *expr,
101 struct nft_lookup *priv = nft_expr_priv(expr);
162 const struct nft_expr *expr,
165 struct nft_lookup *priv = nft_expr_priv(expr);
171 const struct nft_expr *expr)
173 struct nft_lookup *priv = nft_expr_priv(expr);
179 const struct nft_expr *expr)
181 struct nft_lookup *priv = nft_expr_priv(expr);
97 nft_lookup_init(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nlattr * const tb[]) argument
161 nft_lookup_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) argument
170 nft_lookup_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) argument
178 nft_lookup_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) argument
186 nft_lookup_dump(struct sk_buff *skb, const struct nft_expr *expr, bool reset) argument
207 nft_lookup_validate(const struct nft_ctx *ctx, const struct nft_expr *expr, const struct nft_data **d) argument
235 nft_lookup_reduce(struct nft_regs_track *track, const struct nft_expr *expr) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_tables.h350 * @expr: set must support for expressions
364 bool expr; member in struct:nft_set_desc
410 static inline void *nft_expr_priv(const struct nft_expr *expr) argument
412 return (void *)expr->data;
420 void nft_expr_destroy(const struct nft_ctx *ctx, struct nft_expr *expr);
422 const struct nft_expr *expr, bool reset);
424 const struct nft_expr *expr);
465 const struct nft_expr *expr,
934 void (*eval)(const struct nft_expr *expr,
942 const struct nft_expr *expr,
998 nft_expr_next(const struct nft_expr *expr) argument
1008 nft_expr_more(const struct nft_rule *rule, const struct nft_expr *expr) argument
1029 struct nft_expr *expr; local
1829 nft_reduce_is_readonly(const struct nft_expr *expr) argument
1839 nft_reg_track_cmp(struct nft_regs_track *track, const struct nft_expr *expr, u8 dreg) argument
[all...]
/linux-master/include/linux/
H A Dcompiler.h201 #define data_race(expr) \
203 __unqual_scalar_typeof(({ expr; })) __v = ({ \
205 expr; \
H A Dtracepoint.h445 #define TRACE_EVENT_PERF_PERM(event, expr...)
583 #define TRACE_EVENT_PERF_PERM(event, expr...)
/linux-master/scripts/kconfig/
H A Dmenu.c83 static struct expr *rewrite_m(struct expr *e)
90 e->left.expr = rewrite_m(e->left.expr);
94 e->left.expr = rewrite_m(e->left.expr);
95 e->right.expr = rewrite_m(e->right.expr);
108 void menu_add_dep(struct expr *dep)
129 static struct property *menu_add_prop(enum prop_type type, struct expr *exp argument
199 menu_add_visibility(struct expr *expr) argument
205 menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep) argument
683 get_dep_str(struct gstr *r, struct expr *expr, const char *prefix) argument
[all...]
H A Dparser.y39 struct expr *expr;
93 %type <expr> expr
94 %type <expr> if_expr
188 config_option: default expr if_expr T_EOL
304 if_entry: T_IF expr T_EOL
407 depends: T_DEPENDS T_ON expr T_EOL
434 | T_IF expr { $$ = $2; }
437 expr label
[all...]
H A Dconf.c121 struct expr *e;
136 expr_list_for_each_sym(prop->expr, e, sym)
146 expr_list_for_each_sym(prop->expr, e, sym) {
H A Dlkc.h13 #include "expr.h"
45 /* confdata.c and expr.c */
87 void menu_add_dep(struct expr *dep);
88 void menu_add_visibility(struct expr *dep);
89 struct property *menu_add_prompt(enum prop_type type, char *prompt, struct expr *dep);
90 void menu_add_expr(enum prop_type type, struct expr *expr, struct expr *dep);
91 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
H A Dsymbol.c86 prop->visible.tri = expr_calc_value(prop->visible.expr);
98 prop->visible.tri = expr_calc_value(prop->visible.expr);
142 range_sym = prop->expr->left.sym;
145 range_sym = prop->expr->right.sym;
185 prop->visible.tri = expr_calc_value(prop->visible.expr);
207 if (sym->dir_dep.expr)
208 tri = expr_calc_value(sym->dir_dep.expr);
216 if (sym->rev_dep.expr)
217 tri = expr_calc_value(sym->rev_dep.expr);
225 if (sym->implied.expr)
976 struct expr **expr; member in struct:dep_stack
[all...]
H A Dqconf.cc97 tristate expr; local
147 expr = sym_get_tristate_value(sym);
148 switch (expr) {
1054 if (_menu->prompt->visible.expr) {
1056 expr_print(_menu->prompt->visible.expr,
1079 if (sym->rev_dep.expr) {
1081 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE);
1100 expr_print(prop->expr, expr_print_help,
1107 expr_print(prop->expr, expr_print_help,
1117 if (prop->visible.expr) {
[all...]
H A Dlkc_proto.h41 /* expr.c */
42 void expr_print(struct expr *e, void (*fn)(void *, struct symbol *, const char *), void *data, int prevtoken);
H A Dconfdata.c1203 struct expr *e;
1210 expr_list_for_each_sym(prop->expr, e, sym) {
H A Dexpr.h33 struct expr *expr; member in union:expr_data
37 struct expr { struct
47 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
50 struct expr *expr; member in struct:expr_value
189 struct expr *expr; /* the optional conditional part of the property */ member in struct:property
241 struct expr *visibility;
247 struct expr *de
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_memcpy.c35 #define CI_BUG_ON(expr) BUG_ON(expr)
37 #define CI_BUG_ON(expr) BUILD_BUG_ON_INVALID(expr)
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py2624 exclude_ops = [re.compile(expr) for expr in args.exclude_op]
/linux-master/scripts/
H A DMakefile.lib443 dec_size=$$(expr $$dec_size + $$fsize); \
/linux-master/fs/ubifs/
H A Ddebug.c3005 void ubifs_assert_failed(struct ubifs_info *c, const char *expr, argument
3008 ubifs_err(c, "UBIFS assert failed: %s, in %s:%u", expr, file, line);

Completed in 455 milliseconds

12345678