Home
last modified time | relevance | path

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

/openbmc/linux/ipc/
H A Dshm.c83 struct shm_file_data { struct
90 #define shm_file_data(file) (*((struct shm_file_data **)&(file)->private_data)) argument
278 static int __shm_open(struct shm_file_data *sfd) in __shm_open()
304 struct shm_file_data *sfd = shm_file_data(file); in shm_open()
368 static void __shm_close(struct shm_file_data *sfd) in __shm_close()
398 struct shm_file_data *sfd = shm_file_data(file); in shm_close()
537 struct shm_file_data *sfd = shm_file_data(file); in shm_fault()
545 struct shm_file_data *sfd = shm_file_data(file); in shm_may_split()
556 struct shm_file_data *sfd = shm_file_data(file); in shm_pagesize()
568 struct shm_file_data *sfd = shm_file_data(file); in shm_set_policy()
[all …]