Home
last modified time | relevance | path

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

/include/linux/
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))
A Dfile.h117 #define take_fd(fd) __get_and_null(fd, -EBADF)
A Didr.h134 #define take_idr_id(id) __get_and_null(id, idr_null)

Completed in 70 milliseconds