Home
last modified time | relevance | path

Searched refs:value (Results 14976 - 15000 of 31071) sorted by relevance

1...<<591592593594595596597598599600>>...1243

/kernel/linux/linux-6.6/net/wireless/
H A Ddebugfs.c13 #define DEBUGFS_READONLY_FILE(name, buflen, fmt, value...) \
21 res = scnprintf(buf, buflen, fmt "\n", ##value); \
/kernel/linux/linux-6.6/samples/bpf/
H A Dibumad_kern.c22 __type(value, u64); /* count of mads read */
29 __type(value, u64); /* count of mads written */
H A Dsock_example.c2 * - creates arraymap in kernel with key 4 bytes and value 8 bytes
8 * value = bpf_map_lookup_elem(map_fd, fp - 4);
9 * if (value)
10 * (*(u64*)value) += 1;
39 long long value = 0, tcp_cnt, udp_cnt, icmp_cnt; in test_sock() local
41 map_fd = bpf_map_create(BPF_MAP_TYPE_ARRAY, NULL, sizeof(key), sizeof(value), in test_sock()
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_hwdep.c64 emu->portptrs[i]->ctrls[info.mode] = info.value; in snd_emux_hwdep_misc_mode()
68 emu->portptrs[info.port]->ctrls[info.mode] = info.value; in snd_emux_hwdep_misc_mode()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c30 long value; in lookup_fn() local
37 bpf_map_lookup_elem(ctx->map_fd, &ctx->pid_fd, &value); in lookup_fn()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/
H A Dbench_rename.c37 atomic_inc(&ctx.hits.value); in producer()
43 res->hits = atomic_swap(&ctx.hits.value, 0); in measure()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c12 } value = {.vip_num = VIP_NUM}; in test_l4lb() local
44 bpf_map_update_elem(map_fd, &key, &value, 0); in test_l4lb()
H A Dxdp_noinline.c14 } value = {.vip_num = VIP_NUM}; in test_xdp_noinline() local
44 bpf_map_update_elem(bpf_map__fd(skel->maps.vip_map), &key, &value, 0); in test_xdp_noinline()
/kernel/linux/linux-6.6/tools/perf/util/hisi-ptt-decoder/
H A Dhisi-ptt-pkt-decoder.c87 uint32_t value; member
128 dw0.value = *(uint32_t *)(buf + pos); in hisi_ptt_4dw_print_dw0()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhelp-unknown-cmd.c14 static int perf_unknown_cmd_config(const char *var, const char *value, in perf_unknown_cmd_config() argument
18 return perf_config_int(&autocorrect, var,value); in perf_unknown_cmd_config()
H A Dintlist.c101 unsigned long value = strtol(s, &sep, 10); in intlist__parse_list() local
105 err = intlist__add(ilist, value); in intlist__parse_list()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter.h124 void *value; member
131 void *value; member
H A Dcore_kern.c15 __type(value, u32);
22 __type(value, u32);
H A Dtest_migrate_reuseport.c28 __type(value, __u64);
35 __type(value, int);
H A Dcgroup_hierarchical_stats.c30 __type(value, struct percpu_attach_counter);
37 __type(value, struct attach_counter);
H A Dsock_destroy_prog.c17 __type(value, __u64);
24 __type(value, __u64);
H A Dverifier_helper_restricted.c17 __type(value, struct val);
28 __type(value, struct timer);
H A Dverifier_search_pruning.c19 __type(value, struct test_val);
26 __type(value, long long);
31 __success __failure_unpriv __msg_unpriv("R0 leaks addr as return value")
56 __success __failure_unpriv __msg_unpriv("R0 leaks addr as return value")
84 /* Get an unknown value */ \ in liveness_pruning_and_write_screening()
195 __failure __msg("R0 min value is outside of the allowed memory range")
213 /* out-of-bound map value access for r6=32 */ \ in tracking_for_u32_spill_fill()
/kernel/linux/linux-6.6/tools/testing/selftests/kselftest/
H A Drunner.sh90 value=$(echo "$line" | cut -d= -f2-)
91 eval "kselftest_$field"="$value"
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_lirc_mode2_user.c128 event.value == 0xdead) { in main()
151 event.value == 1 ) { in main()
/kernel/liteos_a/kernel/extended/lms/
H A Dlos_lms_pri.h101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
109 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
/kernel/liteos_m/components/lms/
H A Dlos_lms_pri.h101 VOID (*simpleMark)(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
110 VOID OsLmsSimpleMark(UINTPTR startAddr, UINTPTR endAddr, UINT32 value);
/kernel/liteos_m/kernel/include/
H A Dlos_sortlink.h65 #define SET_SORTLIST_VALUE(sortList, value) (((SortLinkList *)(sortList))->responseTime = (value))
/kernel/liteos_m/testsuites/sample/kernel/mem/
H A DIt_los_mem.h58 #define IS_ALIGNED_SIZE(value, alignSize) (0 == ((UINT32)(value) & (UINT32)((alignSize) - 1)))
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/
H A Daw88395_device.h27 #define AW88395_CALI_DELAY_CACL(value) ((value * 32) / 48)

Completed in 23 milliseconds

1...<<591592593594595596597598599600>>...1243