Home
last modified time | relevance | path

Searched refs:__get_and_null (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dcleanup.h215 #define __get_and_null(p, nullvalue) \ macro
228 ((typeof(p)) __must_check_fn((__force const volatile void *)__get_and_null(p, NULL)))
250 #define retain_and_null_ptr(p) ((void)__get_and_null(p, NULL))
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsocket_helpers.h21 #define __get_and_null(p, nullvalue) \
29 #define take_fd(fd) __get_and_null(fd, -EBADF)
20 #define __get_and_null( global() macro