ioctx_table       337 fs/aio.c       	table = rcu_dereference(mm->ioctx_table);
ioctx_table       641 fs/aio.c       	table = rcu_dereference_raw(mm->ioctx_table);
ioctx_table       672 fs/aio.c       		old = rcu_dereference_raw(mm->ioctx_table);
ioctx_table       675 fs/aio.c       			rcu_assign_pointer(mm->ioctx_table, table);
ioctx_table       680 fs/aio.c       			rcu_assign_pointer(mm->ioctx_table, table);
ioctx_table       828 fs/aio.c       	table = rcu_dereference_raw(mm->ioctx_table);
ioctx_table       863 fs/aio.c       	struct kioctx_table *table = rcu_dereference_raw(mm->ioctx_table);
ioctx_table       899 fs/aio.c       	RCU_INIT_POINTER(mm->ioctx_table, NULL);
ioctx_table      1060 fs/aio.c       	table = rcu_dereference(mm->ioctx_table);
ioctx_table       473 include/linux/mm_types.h 		struct kioctx_table __rcu	*ioctx_table;
ioctx_table       976 kernel/fork.c  	mm->ioctx_table = NULL;
ioctx_table       183 mm/debug.c     		mm->ioctx_table,