Home
last modified time | relevance | path

Searched refs:mmaped (Results 1 – 25 of 29) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
D1-1.c115 void *mmaped; in main() local
139 mmaped = in main()
142 if (mmaped == MAP_FAILED) { in main()
147 sharedpid = (pid_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
D6-1.c202 void *mmaped; in main() local
235 mmaped = in main()
237 if (mmaped == MAP_FAILED) { in main()
241 ctl = (int *)mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D4-2.c207 void *mmaped; in main() local
240 mmaped = in main()
242 if (mmaped == MAP_FAILED) { in main()
246 td = (testdata_t *) mmaped; in main()
D1-2.c206 void *mmaped; in main() local
239 mmaped = in main()
241 if (mmaped == MAP_FAILED) { in main()
245 td = (testdata_t *) mmaped; in main()
D2-1.c173 void *mmaped; in main() local
206 mmaped = in main()
208 if (mmaped == MAP_FAILED) { in main()
212 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D2-2.c316 void *mmaped; in main() local
349 mmaped = in main()
351 if (mmaped == MAP_FAILED) { in main()
355 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-7.c308 void *mmaped; in main() local
341 mmaped = in main()
343 if (mmaped == MAP_FAILED) { in main()
347 td = (testdata_t *) mmaped; in main()
D2-4.c300 void *mmaped; in main() local
333 mmaped = in main()
335 if (mmaped == MAP_FAILED) { in main()
339 td = (testdata_t *) mmaped; in main()
D4-2.c255 void *mmaped; in main() local
288 mmaped = in main()
290 if (mmaped == MAP_FAILED) { in main()
294 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress1.c431 void *mmaped; in main() local
465 mmaped = in main()
467 if (mmaped == MAP_FAILED) { in main()
471 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
D1-2.c348 void *mmaped; in main() local
382 mmaped = in main()
384 if (mmaped == MAP_FAILED) { in main()
388 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress1.c437 void *mmaped; in main() local
471 mmaped = in main()
473 if (mmaped == MAP_FAILED) { in main()
477 td = (testdata_t *) mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
D2-3.c302 void *mmaped; in main() local
329 mmaped = in main()
331 if (mmaped == MAP_FAILED) in main()
334 td = (struct testdata *)mmaped; in main()
D1-2.c365 void *mmaped; in main() local
396 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED, in main()
398 if (mmaped == MAP_FAILED) in main()
401 td = (struct testdata *)mmaped; in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
D2-1.c390 void *mmaped; in main() local
424 mmaped = in main()
426 if (mmaped == MAP_FAILED) { in main()
430 td = (testdata_t *) mmaped; in main()
/third_party/libbpf/src/
Dlibbpf.c533 void *mmaped; member
1749 map->mmaped = mmap(NULL, bpf_map_mmap_sz(map), PROT_READ | PROT_WRITE,
1751 if (map->mmaped == MAP_FAILED) {
1753 map->mmaped = NULL;
1762 memcpy(map->mmaped, data, data_sz);
5337 map->mmaped, map->def.value_size);
5342 err = bpf_map_update_elem(map->fd, &zero, map->mmaped, 0);
7970 kcfg_data = obj->maps[obj->kconfig_map_idx].mmaped;
8542 if (map->mmaped) {
8543 munmap(map->mmaped, bpf_map_mmap_sz(map));
[all …]
Dlibbpf.h1313 void **mmaped; member
/third_party/gstreamer/gstreamer/docs/random/
Dplan-0.11.txt66 - allow for mmaped registy (tpm)
DChangeLog-0.87243 don't ref the filesrc when creating mmaped buffers. Don't keep a
/third_party/elfutils/
DTODO28 structure in elfXX_getshdr if file is mmaped and unaligned access
DNEWS553 elf_getshdr now works consistently on non-mmaped ELF files after
/third_party/elfutils/config/
Delfutils.spec.in737 elf_getshdr now works consistently on non-mmaped ELF files after
/third_party/ltp/doc/
Dc-test-api.txt136 file descriptors and mmaped memory could block umounting a block device in
/third_party/mesa3d/docs/relnotes/
D19.3.0.rst591 - panfrost: Don't check if BO is mmaped before calling
/third_party/gstreamer/gstplugins_base/docs/random/
DChangeLog-0.814585 rework v4l2src to work with saa1734 cards and allow mmaped buffers.

12