Searched defs:container_of (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/ |
D | misc.h | 18 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/tools/usb/usbip/libsrc/ |
D | list.h | 133 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/scripts/kconfig/ |
D | list.h | 19 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/scripts/gdb/linux/ |
D | utils.py | 50 def container_of(ptr, typeobj, member): function
|
/Linux-v5.4/tools/include/linux/ |
D | kernel.h | 33 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/drivers/gpu/drm/nouveau/include/nvif/ |
D | list.h | 254 #define container_of(ptr, type, member) \ macro
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 28 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/tools/virtio/linux/ |
D | kernel.h | 108 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/samples/bpf/ |
D | test_lru_dist.c | 28 #define container_of(ptr, type, member) ({ \ macro
|
/Linux-v5.4/include/linux/ |
D | kernel.h | 992 #define container_of(ptr, type, member) ({ \ macro
|