Home
last modified time | relevance | path

Searched defs:pred (Results 1 – 13 of 13) sorted by relevance

/linux/kernel/trace/
H A Dtrace_events_filter.c153 struct filter_pred *pred; member
200 static void free_predicate(struct filter_pred *pred) in free_predicate()
837 static int filter_pred_string(struct filter_pred *pred, void *event) in filter_pred_string()
849 static __always_inline int filter_pchar(struct filter_pred *pred, char *str) in filter_pchar()
862 static int filter_pred_pchar(struct filter_pred *pred, void *event) in filter_pred_pchar()
875 static int filter_pred_pchar_user(struct filter_pred *pred, void *event) in filter_pred_pchar_user()
897 static int filter_pred_strloc(struct filter_pred *pred, void *event) in filter_pred_strloc()
919 static int filter_pred_strrelloc(struct filter_pred *pred, void *event) in filter_pred_strrelloc()
936 static int filter_pred_cpu(struct filter_pred *pred, void *event) in filter_pred_cpu()
962 static int filter_pred_cpu_cpumask(struct filter_pred *pred, void *event) in filter_pred_cpu_cpumask()
[all …]
/linux/tools/perf/util/
H A Dblock-range.h35 u64 pred; member
H A Dsample.h71 pred:2; /* predication */ member
/linux/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c27 u64 pred, mpred; in do_count_loop() local
/linux/drivers/net/ethernet/engleder/
H A Dtsnep_rxnfc.c56 struct tsnep_rxnfc_rule *pred, *cur; in tsnep_add_rule() local
/linux/drivers/md/bcache/
H A Dbtree.c2652 keybuf_pred_fn *pred; member
2700 struct bkey *end, keybuf_pred_fn *pred) in bch_refill_keybuf()
2802 keybuf_pred_fn *pred) in bch_keybuf_next_rescan()
/linux/arch/x86/events/intel/
H A Dlbr.c781 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; in intel_pmu_lbr_read_64() local
/linux/drivers/staging/media/rkvdec/
H A Drkvdec-vp9.c74 u8 pred[3]; member
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument
/linux/include/linux/
H A Dacpi.h704 enum acpi_predicate pred; member
/linux/arch/riscv/net/
H A Dbpf_jit.h604 static inline u32 rv_fence(u8 pred, u8 succ) in rv_fence()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_main.c3917 struct igc_nfc_rule *pred, *cur; in igc_add_nfc_rule() local
/linux/kernel/bpf/
H A Dverifier.c15975 int pred = -1; in check_cond_jmp_op() local