Home
last modified time | relevance | path

Searched defs:int (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
A Dtracing_struct.c30 int BPF_PROG2(test_struct_arg_1, struct bpf_testmod_struct_arg_2, a, int, b, int, c) in BPF_PROG2() argument
40 int BPF_PROG2(test_struct_arg_2, struct bpf_testmod_struct_arg_2, a, int, b, int, c, int, ret) in BPF_PROG2() argument
59 int BPF_PROG2(test_struct_arg_3, int, a, struct bpf_testmod_struct_arg_2, b, int, c) in BPF_PROG2() argument
69 int BPF_PROG2(test_struct_arg_4, int, a, struct bpf_testmod_struct_arg_2, b, int, c, int, ret) in BPF_PROG2() argument
76 int BPF_PROG2(test_struct_arg_5, int, a, int, b, struct bpf_testmod_struct_arg_2, c) in BPF_PROG2() argument
86 int BPF_PROG2(test_struct_arg_6, int, a, int, b, struct bpf_testmod_struct_arg_2, c, int, ret) in BPF_PROG2() argument
93 int BPF_PROG2(test_struct_arg_7, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
106 int BPF_PROG2(test_struct_arg_8, struct bpf_testmod_struct_arg_1, a, int, b, in BPF_PROG2() argument
120 int BPF_PROG2(test_struct_arg_10, int, ret) in BPF_PROG2() argument
A Dtracing_struct_many_args.c23 int BPF_PROG2(test_struct_many_args_1, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
37 int BPF_PROG2(test_struct_many_args_2, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
45 int BPF_PROG2(test_struct_many_args_3, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
60 int BPF_PROG2(test_struct_many_args_4, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
A Dpreempted_bpf_ma_op.c81 int BPF_PROG2(test0, int, a) in BPF_PROG2() argument
88 int BPF_PROG2(test1, int, a, u64, b) in BPF_PROG2() argument
95 int BPF_PROG2(test2, char, a, int, b, u64, c) in BPF_PROG2() argument
102 int BPF_PROG2(test3, void *, a, char, b, int, c, u64, d) in BPF_PROG2() argument
A Dtimer.c135 int BPF_PROG2(test1, int, a) in BPF_PROG2() argument
251 int BPF_PROG2(test2, int, a, int, b) in BPF_PROG2() argument
318 int BPF_PROG2(test3, int, a) in BPF_PROG2() argument
379 int BPF_PROG2(test4, int, a) in BPF_PROG2() argument
388 int BPF_PROG2(test5, int, a) in BPF_PROG2() argument
A Dset_global_vars.c44 const int:1; member
48 const int:1; member
/tools/perf/pmu-events/
A Dmetric.py35 def __or__(self, other: Union[int, float, 'Expression']) -> 'Operator':
84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: argument
116 rhs: Union[int, float, Expression]):
211 def __init__(self, true_val: Union[int, float, Expression],
212 cond: Union[int, float, Expression],
213 false_val: Union[int, float, Expression]):
260 lhs: Union[int, float, Expression],
384 def min(lhs: Union[int, float, Expression], rhs: Union[int, float,
391 def max(lhs: Union[int, float, Expression], rhs: Union[int, float,
398 def d_ratio(lhs: Union[int, float, Expression],
[all …]
A Djevents.py207 def llx(x: int) -> str:
/tools/net/ynl/pyynl/
A Dynl_gen_rst.py34 def headroom(level: int) -> str:
55 def rst_fields(key: str, value: str, level: int = 0) -> str:
60 def rst_definition(key: str, value: Any, level: int = 0) -> str:
65 def rst_paragraph(paragraph: str, level: int = 0) -> str:
70 def rst_bullet(item: str, level: int = 0) -> str:
100 def rst_list_inline(list_: List[str], level: int = 0) -> str:
126 def rst_toctree(maxdepth: int = 2) -> str:
154 def parse_do(do_dict: Dict[str, Any], level: int = 0) -> str:
167 def parse_do_attributes(attrs: Dict[str, Any], level: int = 0) -> str:
210 def parse_entries(entries: List[Dict[str, Any]], level: int) -> str:
/tools/testing/selftests/drivers/net/
A Dnetpoll_basic.py83 def ethtool_set_ringsize(interface_name: str, ring_size: tuple[int, int]) -> bool: argument
116 def ethtool_set_queues_cnt(interface_name: str, queues: tuple[int, int, int]) -> None: argument
/tools/testing/kunit/
A Dkunit_parser.py157 def __init__(self, lines: Iterator[Tuple[int, str]]):
253 def check_version(version_num: int, accepted_versions: List[int],
385 expected_num: int, printer: Printer) -> bool:
467 def format_test_divider(message: str, len_message: int) -> str:
690 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool, printer: Pri…
A Dkunit_kernel.py75 def make(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> None:
339 def build_kernel(self, jobs: int, build_dir: str, make_options: Optional[List[str]]) -> bool:
348 …glob: str='', filter: str='', filter_action: Optional[str]=None, timeout: Optional[int]=None) -> I…
389 def signal_handler(self, unused_sig: int, unused_frame: Optional[FrameType]) -> None:
/tools/perf/tests/shell/lib/
A Dperf_metric_validation.py99 def get_results(self, idx: int = 0):
102 def get_bounds(self, lb, ub, error, alias={}, ridx: int = 0) -> list:
143 def get_value(self, name: str, ridx: int = 0) -> list:
208 def evaluate_formula(self, formula: str, alias: dict, ridx: int = 0):
/tools/perf/scripts/python/
A Dgecko.py128 def _intern_stack(self, frame_id: int, prefix_id: Optional[int]) -> int:
/tools/testing/selftests/seccomp/
A Dseccomp_benchmark.c107 unsigned long long one, bool (*eval)(int, int), unsigned long long two, in compare() argument
/tools/testing/selftests/x86/
A Dhelpers.h30 static inline void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() argument
A Dsigtrap_loop.c20 static void sethandler(int sig, void (*handler)(int, siginfo_t *, void *), int flags) in sethandler() argument
/tools/perf/util/
A Ds390-cpumsf-kernel.h26 unsigned int:14; member
51 unsigned int:29; /* 3 - 31: Reserved */ member
/tools/testing/selftests/riscv/sigreturn/
A Dsigreturn.c42 static int vector_sigreturn(int data, void (*handler)(int, siginfo_t *, void *)) in vector_sigreturn() argument
/tools/testing/selftests/hid/tests/
A Dbase_device.py62 def int_value(self, v: int) -> None:
84 def brightness(self, value: int) -> None:
/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c508 void for_packages(unsigned long long pkg_set, int (func)(int)) in for_packages() argument
1280 int for_all_proc_cpus(int (func)(int)) in for_all_proc_cpus() argument
1307 void for_all_cpus_in_set(size_t set_size, cpu_set_t *cpu_set, int (func)(int)) in for_all_cpus_in_set() argument
/tools/testing/selftests/arm64/mte/
A Dmte_common_util.c108 void mte_register_signal(int signal, void (*handler)(int, siginfo_t *, void *), in mte_register_signal() argument
/tools/testing/selftests/net/
A Dreuseport_bpf.c151 void (*attach_bpf)(int, uint16_t)) in build_recv_group()
/tools/testing/selftests/net/tcp_ao/
A Dbench-lookups.c92 void (*f)(int, void *), int sk, void *arg) in measure_call() argument
/tools/testing/selftests/kvm/arm64/
A Dvgic_init.c825 int (*check)(int, const struct sr_def *, const char *)) in test_sysreg_array() argument
/tools/testing/selftests/powerpc/
A Dutils.c622 struct sigaction push_signal_handler(int sig, void (*fn)(int, siginfo_t *, void *)) in push_signal_handler() argument

Completed in 48 milliseconds

12