| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_object.h | 32 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) 36 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); 69 bool no_wait) 73 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); 86 r = ttm_bo_wait(&bo->tbo, true, no_wait);
|
| /src/external/bsd/wpa/dist/hostapd/ |
| wps-ap-nfc.py | 232 global only_one, no_wait 249 return not no_wait 292 global no_wait 293 no_wait = args.no_wait 311 wps_write_config_tag(clf, wait_remove=not args.no_wait) 315 wps_write_password_tag(clf, wait_remove=not args.no_wait)
|
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| ttm_bo_driver.h | 595 * -EBUSY: No space available (only if no_wait == 1). 664 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY. 676 * -EBUSY: The function needed to sleep, but @no_wait was true 681 bool interruptible, bool no_wait, 686 if (no_wait) { 709 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY. 744 * -EBUSY: The function needed to sleep, but @no_wait was true 749 bool interruptible, bool no_wait, 754 return __ttm_bo_reserve(bo, interruptible, no_wait, ticket);
|
| ttm_bo_api.h | 342 * @no_wait: Return immediately if buffer is busy. 348 * Returns -EBUSY if no_wait is true and the buffer is busy. 351 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait); 377 * -EBUSY if no_wait is true and buffer busy.
|
| /src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| wps-nfc.py | 289 global no_wait 290 if no_wait: 372 global only_one, no_wait 389 return not no_wait 470 global no_wait 471 no_wait = args.no_wait 489 wps_write_config_tag(clf, id=args.id, wait_remove=not args.no_wait) 493 wps_write_er_config_tag(clf, args.uuid, wait_remove=not args.no_wait) 497 wps_write_password_tag(clf, wait_remove=not args.no_wait) [all...] |
| p2p-nfc.py | 252 global no_wait 253 if no_wait: 455 global only_one, no_wait 472 return not no_wait 576 global no_wait 577 no_wait = args.no_wait 617 wps_write_p2p_handover_sel(clf, wait_remove=not args.no_wait)
|
| dpp-nfc.py | 518 global no_wait 519 if no_wait or only_one: 852 global only_one, no_wait 866 return not no_wait 1057 global no_wait 1058 no_wait = args.no_wait 1124 write_nfc_uri(clf, wait_remove=not args.no_wait) 1130 write_nfc_hs(clf, wait_remove=not args.no_wait)
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_object.h | 125 bool no_wait);
|
| radeon_object.c | 862 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) 866 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); 872 r = ttm_bo_wait(&bo->tbo, true, no_wait);
|
| /src/sys/arch/sgimips/hpc/ |
| haud.c | 190 bool no_wait) 196 const int flags = no_wait ? BUS_DMA_NOWAIT : 0; 282 const bool no_wait = is_command_buffer; local 283 if (!haud_alloc_buffer_page(sc, buf, i, no_wait)) {
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| nouveau_gem.c | 927 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); local 938 no_wait ? 0 : 30 * HZ);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-nat.c | 196 unsigned int no_wait:1; 652 inf->no_wait = 0; 700 inf->no_wait = 0; 1491 if (proc_wait_pid != inf->pid && !inf->no_wait) 1845 inf->no_wait = 1; 195 unsigned int no_wait:1; member in struct:inf
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-nat.c | 196 unsigned int no_wait:1; 652 inf->no_wait = 0; 700 inf->no_wait = 0; 1491 if (proc_wait_pid != inf->pid && !inf->no_wait) 1845 inf->no_wait = 1; 195 unsigned int no_wait:1; member in struct:inf
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| ttm_bo.c | 1884 bool interruptible, bool no_wait) 1888 if (no_wait) {
|
| /src/sys/dev/ic/ |
| ispmbox.h | 1636 no_wait : 1, member in struct:__anon2893::__anon2894::__anon2895
|