Searched refs:__get_and_null (Results 1 – 3 of 3) sorted by relevance
202 #define __get_and_null(p, nullvalue) \ macro215 ((typeof(p)) __must_check_fn(__get_and_null(p, NULL)))
121 #define take_fd(fd) __get_and_null(fd, -EBADF)
21 #define __get_and_null(p, nullvalue) \ macro29 #define take_fd(fd) __get_and_null(fd, -EBADF)
Completed in 8 milliseconds