Home
last modified time | relevance | path

Searched refs:DUMMY_STORAGE_VALUE (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c15 #define DUMMY_STORAGE_VALUE 0xdeadbeef macro
71 if (storage->value != DUMMY_STORAGE_VALUE) in BPF_PROG()
97 if (storage->value != DUMMY_STORAGE_VALUE) in BPF_PROG()
122 storage->value = DUMMY_STORAGE_VALUE; in BPF_PROG()
144 storage->value = DUMMY_STORAGE_VALUE; in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dlocal_storage.c14 #define DUMMY_STORAGE_VALUE 0xdeadbeef macro
127 if (storage->value != DUMMY_STORAGE_VALUE) in BPF_PROG()
152 if (storage->value != DUMMY_STORAGE_VALUE) in BPF_PROG()
197 storage->value = DUMMY_STORAGE_VALUE; in BPF_PROG()
225 storage->value = DUMMY_STORAGE_VALUE; in BPF_PROG()

Completed in 2 milliseconds