Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c99 glctx_t *gcp = &glctx; in required_arg()
150 glctx_t *gcp = &glctx; in get_scaled_value()
196 glctx_t *gcp = &glctx; in get_shared()
218 glctx_t *gcp = &glctx; in get_access()
236 glctx_t *gcp = &glctx; in numa_supported()
267 glctx_t *gcp = &glctx; in get_mbind_policy()
303 glctx_t *gcp = &glctx; in get_mbind_flags()
346 glctx_t *gcp = &glctx; in get_nodemask()
387 glctx_t *gcp; in get_arg_nodeid_list()
441 glctx_t *gcp = &glctx; in get_current_nodeid_list()
[all …]
Dmemtoy.c48 glctx_t glctx; /* global context */
133 glctx_t *gcp = &glctx; in vprint()
169 glctx_t *gcp = &glctx; in signal_handler()
220 glctx_t *gcp = &glctx; in set_signals()
269 glctx_t *gcp = &glctx; in show_siginfo()
324 glctx_t *gcp = &glctx; in touch_memory()
367 void init_glctx(glctx_t * gcp) in init_glctx()
370 memset(gcp, 0, sizeof(glctx_t)); in init_glctx()
391 glctx_t *gcp = &glctx; in cleanup()
401 glctx_t *gcp = &glctx; in parse_command_line_args()
[all …]
Dsegment.c97 glctx_t *gcp = &glctx; in new_segment()
111 glctx_t *gcp = &glctx; in get_seg_slot()
175 glctx_t *gcp = &glctx; in free_seg_slot()
220 glctx_t *gcp = &glctx; in round_up_to_pagesize()
229 glctx_t *gcp = &glctx; in round_down_to_pagesize()
256 glctx_t *gcp = &glctx; in map_anon_segment()
289 glctx_t *gcp = &glctx; in open_file()
363 glctx_t *gcp = &glctx; in map_file_segment()
421 glctx_t *gcp = &glctx; in get_shm_segment()
445 glctx_t *gcp = &glctx; in map_shm_segment()
[all …]
Dmemtoy.h64 } glctx_t; typedef
66 extern glctx_t glctx;