Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c92 glctx_t *gcp = &glctx; in required_arg()
143 glctx_t *gcp = &glctx; in get_scaled_value()
189 glctx_t *gcp = &glctx; in get_shared()
211 glctx_t *gcp = &glctx; in get_access()
229 glctx_t *gcp = &glctx; in numa_supported()
260 glctx_t *gcp = &glctx; in get_mbind_policy()
296 glctx_t *gcp = &glctx; in get_mbind_flags()
339 glctx_t *gcp = &glctx; in get_nodemask()
380 glctx_t *gcp; in get_arg_nodeid_list()
438 glctx_t *gcp; 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 bzero(gcp, 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;