Searched refs:__get_and_null (Results 1 – 2 of 2) sorted by relevance
215 #define __get_and_null(p, nullvalue) \ macro228 ((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))
21 #define __get_and_null(p, nullvalue) \29 #define take_fd(fd) __get_and_null(fd, -EBADF)20 #define __get_and_null( global() macro