Searched defs:container_of (Results 1 - 11 of 11) sorted by relevance
/linux-4.1.27/tools/lib/lockdep/uinclude/linux/ |
H A D | kernel.h | 11 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/scripts/gdb/linux/ |
H A D | utils.py | 50 def container_of(ptr, typeobj, member): function
|
/linux-4.1.27/scripts/kconfig/ |
H A D | list.h | 18 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/tools/perf/util/include/linux/ |
H A D | kernel.h | 26 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/tools/usb/usbip/libsrc/ |
H A D | list.h | 132 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
H A D | libcfs.h | 64 #define container_of(ptr, type, member) \ macro
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | list.h | 254 #define container_of(ptr, type, member) \ macro
|
/linux-4.1.27/tools/virtio/linux/ |
H A D | kernel.h | 77 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 27 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/include/linux/ |
H A D | kernel.h | 811 #define container_of(ptr, type, member) ({ \ macro
|
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211.h | 61 #define container_of(ptr, type, member) ({ \ macro
|
Completed in 563 milliseconds