Searched refs:gcp (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/hotplug/memory_hotplug/ |
D | memtoy.c | 130 glctx_t *gcp = &glctx; in vprint() local 166 glctx_t *gcp = &glctx; in signal_handler() local 175 gcp->siginfo = &infocopy; in signal_handler() 183 gcp->signame = sig_names[isig]; in signal_handler() 185 vprint("signal hander entered for sig %s\n", gcp->signame); in signal_handler() 190 if (gcp->sigjmp) { in signal_handler() 191 gcp->sigjmp = false; in signal_handler() 192 siglongjmp(gcp->sigjmp_env, 1); in signal_handler() 196 gcp->program_name, gcp->signame); in signal_handler() 205 gcp->program_name, sig); in signal_handler() [all …]
|
D | segment.c | 81 void segment_init(struct global_context *gcp) in segment_init() argument 86 gcp->seglist = calloc(MAX_SEGMENTS + 1, sizeof(segment_t *)); in segment_init() 87 if (!gcp->seglist) in segment_init() 88 die(4, "%s: can't alloc segment table\n", gcp->program_name); in segment_init() 89 gcp->seg_avail = NULL; in segment_init() 95 glctx_t *gcp = &glctx; in new_segment() local 100 gcp->program_name); in new_segment() 109 glctx_t *gcp = &glctx; in get_seg_slot() local 115 segp = gcp->seg_avail; in get_seg_slot() 117 gcp->seg_avail = NULL; in get_seg_slot() [all …]
|
D | commands.c | 94 glctx_t *gcp = &glctx; in required_arg() local 100 gcp->program_name, gcp->cmd_name, arg_name); in required_arg() 101 help_me(gcp->cmd_name); in required_arg() 145 glctx_t *gcp = &glctx; in get_scaled_value() local 151 gcp->program_name, what); in get_scaled_value() 191 glctx_t *gcp = &glctx; in get_shared() local 198 "'private' or 'shared'\n", gcp->program_name); in get_shared() 213 glctx_t *gcp = &glctx; in get_access() local 222 gcp->program_name); in get_access() 231 glctx_t *gcp = &glctx; in numa_supported() local [all …]
|
D | memtoy.h | 74 #define set_option(OPT) gcp->options |= (OPTION_##OPT) 75 #define clear_option(OPT) gcp->options &= ~(OPION_##OPTT) 76 #define is_option(OPT) ((gcp->options & OPTION_##OPT) != 0)
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Resize.miff | 43 …�7/�93�78�5,�3+�/3�1(�\`�Jr�EO:G-dyKk�Ln�Tm�P\�BPh:FB8YL<e[Mso�`b�xyˡ�ܧ�֞��gcp~VL�pl�rn�<1�8&�>4�8…
|
/external/valgrind/docs/internals/ |
D | 3_8_BUGSTATUS.txt | 128 gcp libnss3.so debuginfo read hang
|