Home
last modified time | relevance | path

Searched defs:container_of (Results 1 – 13 of 13) sorted by relevance

/linux/include/linux/
H A Dcontainer_of.h18 #define container_of(ptr, type, member) ({ \ macro
/linux/rust/kernel/
H A Dconfigfs.rs220 unsafe fn container_of(group: *const bindings::config_group) -> *const Self; in container_of() method
231 unsafe fn container_of(group: *const bindings::config_group) -> *const Self { in container_of() method
289 unsafe fn container_of(group: *const bindings::config_group) -> *const Self { in container_of() method
H A Dlib.rs229 macro_rules! container_of { macro
/linux/tools/usb/usbip/libsrc/
H A Dlist.h133 #define container_of(ptr, type, member) ({ \ macro
/linux/tools/tracing/rtla/src/
H A Dutils.h15 #define container_of(ptr, type, member)({ \ macro
/linux/scripts/gdb/linux/
H A Dutils.py74 def container_of(ptr, typeobj, member): function
/linux/drivers/gpu/drm/radeon/
H A Dmkregtable.c28 #define container_of(ptr, type, member) ({ \ macro
/linux/scripts/include/
H A Dlist.h19 #define container_of(ptr, type, member) ({ \ macro
/linux/tools/include/nolibc/
H A Dtypes.h192 #define container_of(PTR, TYPE, FIELD) ({ \ macro
/linux/samples/bpf/
H A Dtest_lru_dist.c27 #define container_of(ptr, type, member) ({ \ macro
/linux/tools/lib/bpf/
H A Dbpf_helpers.h91 #define container_of( global() macro
/linux/rust/kernel/sync/
H A Darc.rs158 unsafe fn container_of(ptr: *const T) -> NonNull<ArcInner<T>> { in container_of() method
/linux/tools/testing/selftests/ublk/
H A Dkublk.h225 #define container_of(ptr, type, member) ({ \ macro