Home
last modified time | relevance | path

Searched defs:shm_file_data (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/ipc/
Dshm.c83 struct shm_file_data { struct
90 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) macro
/kernel/linux/linux-5.10/ipc/
Dshm.c83 struct shm_file_data { struct
90 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument