| /linux/kernel/trace/ |
| H A D | trace_events_filter.c | 153 struct filter_pred *pred; member 192 struct filter_pred **pred); 200 static void free_predicate(struct filter_pred *pred) in free_predicate() argument 202 if (pred) { in free_predicate() 203 kfree(pred->regex); in free_predicate() 204 kfree(pred->mask); in free_predicate() 205 kfree(pred); in free_predicate() 536 len = parse_pred(next, data, ptr - str, pe, &prog[N].pred); in predicate_parse() 613 prog[N].pred = NULL; /* #13 */ in predicate_parse() 615 prog[N+1].pred = NULL; in predicate_parse() [all …]
|
| /linux/tools/testing/selftests/powerpc/security/ |
| H A D | spectre_v2.c | 27 u64 pred, mpred; in do_count_loop() local 46 pred = events[0].result.value; in do_count_loop() 55 pred += events[2].result.value; in do_count_loop() 59 *miss_percent = 100 * mpred / pred; in do_count_loop()
|
| /linux/drivers/net/ethernet/engleder/ |
| H A D | tsnep_rxnfc.c | 56 struct tsnep_rxnfc_rule *pred, *cur; in tsnep_add_rule() local 60 pred = NULL; in tsnep_add_rule() 64 pred = cur; in tsnep_add_rule() 67 list_add(&rule->list, pred ? &pred->list : &adapter->rxnfc_rules); in tsnep_add_rule()
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 164 iter_predicate pred, void *context) in lru_iter_next() argument 177 if (pred(e, context)) in lru_iter_next() 249 static struct lru_entry *lru_evict(struct lru *lru, le_predicate pred, void *context, bool no_sleep) in lru_evict() argument 269 switch (pred(le, context)) { in lru_evict() 649 b_predicate pred; member 667 return w->pred(b, w->context); in __evict_pred() 671 b_predicate pred, void *context, in __cache_evict() argument 674 struct evict_wrapper w = {.lh = lh, .pred = pred, .context = context}; in __cache_evict() 690 b_predicate pred, void *context) in cache_evict() argument 696 b = __cache_evict(bc, list_mode, pred, context, &lh); in cache_evict() [all …]
|
| /linux/tools/perf/util/ |
| H A D | block-range.c | 213 .pred = entry->pred, in block_range__create() 219 entry->pred = 0; in block_range__create()
|
| H A D | block-range.h | 35 u64 pred; member
|
| H A D | sample.h | 71 pred:2; /* predication */ member
|
| H A D | arm-spe.c | 358 simd_flags.pred |= SIMD_OP_FLAGS_PRED_PARTIAL; in arm_spe__synth_simd_flags() 361 simd_flags.pred |= SIMD_OP_FLAGS_PRED_EMPTY; in arm_spe__synth_simd_flags()
|
| H A D | sort.c | 189 return (int64_t) left->simd_flags.pred - right->simd_flags.pred; in sort__simd_cmp() 212 if (he->simd_flags.pred & SIMD_OP_FLAGS_PRED_EMPTY) in hist_entry__simd_snprintf() 214 else if (he->simd_flags.pred & SIMD_OP_FLAGS_PRED_PARTIAL) in hist_entry__simd_snprintf()
|
| H A D | annotate.c | 745 printf(" -%.2f%% (p:%.2f%%)", p, 100*(double)br->pred / br->taken); in annotate__branch_printf()
|
| /linux/drivers/md/bcache/ |
| H A D | btree.h | 407 struct bkey *end, keybuf_pred_fn *pred); 415 keybuf_pred_fn *pred);
|
| /linux/tools/perf/ |
| H A D | builtin-annotate.c | 143 entry->pred++; in process_basic_block()
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument
|
| /linux/kernel/bpf/ |
| H A D | verifier.c | 16857 int pred = -1; in check_cond_jmp_op() local 16940 pred = is_branch_taken(dst_reg, src_reg, opcode, is_jmp32); in check_cond_jmp_op() 16941 if (pred >= 0) { in check_cond_jmp_op() 16954 if (pred == 1) { in check_cond_jmp_op() 16968 } else if (pred == 0) { in check_cond_jmp_op()
|