Searched refs:int32_t (Results 1 – 25 of 33) sorted by relevance
12
| /tools/testing/selftests/bpf/progs/ |
| A D | pyperf.h | 49 int32_t kernel_stack_id; 50 int32_t user_stack_id; 55 int32_t stack[STACK_MAX_LEN]; 167 int32_t *symbol_counter; 182 int32_t *symbol_counter = ctx->symbol_counter; in process_frame_callback() 188 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; in process_frame_callback() 189 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, sym); in process_frame_callback() 281 int32_t* symbol_counter = bpf_map_lookup_elem(&symbolmap, &sym); 316 int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu; 317 int32_t *symbol_id = bpf_map_lookup_elem(&symbolmap, &sym);
|
| A D | test_core_reloc_bitfields_probed.c | 23 int32_t sb20: 20; 26 int32_t s32;
|
| A D | test_core_reloc_bitfields_direct.c | 23 int32_t sb20: 20; 26 int32_t s32;
|
| A D | verifier_bitfield_write.c | 18 int32_t sb20: 20; 21 int32_t s32;
|
| A D | test_core_reloc_kernel.c | 56 int32_t real_tgid = (int32_t)pid_tgid; in test_core_kernel()
|
| A D | core_reloc_types.h | 629 int32_t s32_field; 640 int32_t u32_field; 652 int32_t s32_field; 743 int32_t sb20: 20; 746 int32_t s32; 757 int32_t sb20: 30; /* 20 -> 30 */ 770 int32_t u32: 20; /* 32 non-bitfield -> 20 bitfield */
|
| A D | test_core_reloc_ints.c | 22 int32_t s32_field;
|
| A D | test_cls_redirect.c | 386 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 410 int32_t encap_overhead = in forward_with_gre() 412 int32_t delta = sizeof(struct gre_base_hdr) - encap_overhead; in forward_with_gre()
|
| A D | test_cls_redirect_dynptr.c | 278 int32_t encap_overhead = payload_off - sizeof(struct ethhdr); in accept_locally() 300 int32_t encap_overhead = in forward_with_gre() 302 int32_t delta = sizeof(struct gre_base_hdr) - encap_overhead; in forward_with_gre()
|
| /tools/testing/selftests/rseq/ |
| A D | rseq.c | 285 int32_t rseq_fallback_current_cpu(void) in rseq_fallback_current_cpu() 287 int32_t cpu; in rseq_fallback_current_cpu() 297 int32_t rseq_fallback_current_node(void) in rseq_fallback_current_node() 307 return (int32_t) node_id; in rseq_fallback_current_node()
|
| A D | rseq.h | 155 int32_t rseq_fallback_current_cpu(void); 160 int32_t rseq_fallback_current_node(void); 171 static inline int32_t rseq_current_cpu_raw(void) in rseq_current_cpu_raw() 194 int32_t cpu; in rseq_current_cpu()
|
| /tools/testing/selftests/kvm/arm64/ |
| A D | arch_timer_edge_cases.c | 28 static const int32_t TVAL_MAX = INT32_MAX; 29 static const int32_t TVAL_MIN = INT32_MIN; 358 static void test_timer_tval(enum arch_timer timer, int32_t tval, in test_timer_tval() 388 static void test_tval_no_irq(enum arch_timer timer, int32_t tval, uint64_t usec, in test_tval_no_irq() 466 int32_t delta_1_ms, int32_t delta_2_ms) in test_reprogramming_timer() 507 int32_t tval = (int32_t) msec_to_cycles(test_args.wait_ms); in test_basic_functionality() 688 int32_t tval, uint64_t cnt_2, in test_set_cnt_after_tval() 702 uint64_t cnt_1, int32_t tval, in test_set_cnt_after_tval_no_irq() 721 int32_t tval; in test_move_counters_ahead_of_timers() 757 int32_t tval = -1 * (int32_t) msec_to_cycles(test_args.wait_ms); in test_timers_in_the_past() [all …]
|
| /tools/tracing/rtla/src/ |
| A D | utils.h | 54 int32_t sched_nice; 68 int set_cpu_dma_latency(int32_t latency);
|
| /tools/testing/shared/linux/ |
| A D | maple_tree.h | 2 #define atomic_t int32_t
|
| /tools/testing/selftests/kvm/include/arm64/ |
| A D | arch_timer.h | 82 static inline void timer_set_tval(enum arch_timer timer, int32_t tval) in timer_set_tval() 98 static inline int32_t timer_get_tval(enum arch_timer timer) in timer_get_tval()
|
| /tools/include/nolibc/ |
| A D | stdint.h | 15 typedef signed int int32_t; typedef 28 typedef int32_t int_least32_t;
|
| /tools/testing/vma/linux/ |
| A D | atomic.h | 6 #define atomic_t int32_t
|
| /tools/perf/util/intel-pt-decoder/ |
| A D | intel-pt-insn-decoder.h | 44 int32_t rel;
|
| /tools/sched_ext/include/scx/ |
| A D | common.h | 27 typedef int32_t s32;
|
| /tools/usb/usbip/libsrc/ |
| A D | usbip_host_common.h | 48 int32_t status;
|
| A D | usbip_common.h | 142 const char *usbip_status_string(int32_t status);
|
| A D | usbip_host_common.c | 28 static int32_t read_attr_usbip_status(struct usbip_usb_device *udev) in read_attr_usbip_status()
|
| A D | usbip_common.c | 51 const char *usbip_status_string(int32_t status) in usbip_status_string()
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_numa.c | 15 typedef int32_t s32;
|
| /tools/iio/ |
| A D | iio_generic_buffer.c | 139 int32_t val = (int32_t)(input << (32 - info->bits_used)) >> in print4byte()
|
Completed in 47 milliseconds
12