Searched refs:mobj (Results 1 – 6 of 6) sorted by relevance
| /components/lwp/ |
| A D | lwp_futex_table.c | 19 futex->entry.key.mobj = key->mobj; in futex_global_table_add()
|
| A D | lwp_futex_internal.h | 30 rt_mem_obj_t mobj; member
|
| A D | lwp_user_mm.c | 476 rt_mem_obj_t mobj; in lwp_user_memory_remap_to_kernel() local 486 mobj = uarea->mem_obj; in lwp_user_memory_remap_to_kernel() 489 error = rt_aspace_map(&rt_kernel_space, &kaddr, length, kattr, kflag, mobj, offset_in_mobj); in lwp_user_memory_remap_to_kernel()
|
| A D | lwp_futex.c | 286 key.mobj = varea->mem_obj; in _sftx_get()
|
| /components/dfs/dfs_v2/src/ |
| A D | dfs_file_mmap.c | 607 rt_mem_obj_t mobj = file->mmap_context; in dfs_get_mem_obj() local 608 if (!mobj) in dfs_get_mem_obj() 616 mobj = &dfs_mobj->mem_obj; in dfs_get_mem_obj() 617 memcpy(mobj, &_mem_obj, sizeof(*mobj)); in dfs_get_mem_obj() 618 file->mmap_context = mobj; in dfs_get_mem_obj() 622 return mobj; in dfs_get_mem_obj()
|
| /components/mm/ |
| A D | mm_anon.c | 33 rt_inline rt_aspace_t _anon_obj_get_backup(rt_mem_obj_t mobj) in _anon_obj_get_backup() argument 37 pctx = rt_container_of(mobj, struct rt_private_ctx, mem_obj); in _anon_obj_get_backup() 42 rt_inline rt_atomic_t *_anon_obj_get_reference(rt_mem_obj_t mobj) in _anon_obj_get_reference() argument 45 pctx = rt_container_of(mobj, struct rt_private_ctx, mem_obj); in _anon_obj_get_reference() 49 rt_inline rt_private_ctx_t _anon_mobj_to_pctx(rt_mem_obj_t mobj) in _anon_mobj_to_pctx() argument 51 return rt_container_of(mobj, struct rt_private_ctx, mem_obj); in _anon_mobj_to_pctx()
|
Completed in 10 milliseconds