Searched refs:no_wait (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
| H A D | qxl_object.h | 32 static inline int qxl_bo_reserve(struct qxl_bo *bo, bool no_wait) in qxl_bo_reserve() argument 36 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_reserve() 69 bool no_wait) in qxl_bo_wait() argument 73 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in qxl_bo_wait() 86 r = ttm_bo_wait(&bo->tbo, true, no_wait); in qxl_bo_wait()
|
| /netbsd-src/external/bsd/wpa/dist/wpa_supplicant/examples/ |
| H A D | 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)
|
| H A D | 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)
|
| /netbsd-src/external/bsd/wpa/dist/hostapd/ |
| H A D | 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)
|
| /netbsd-src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| H A D | ttm_bo_driver.h | 681 bool interruptible, bool no_wait, in __ttm_bo_reserve() argument 686 if (no_wait) { in __ttm_bo_reserve() 749 bool interruptible, bool no_wait, in ttm_bo_reserve() argument 754 return __ttm_bo_reserve(bo, interruptible, no_wait, ticket); in ttm_bo_reserve()
|
| H A D | ttm_bo_api.h | 351 int ttm_bo_wait(struct ttm_buffer_object *bo, bool interruptible, bool no_wait);
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_object.h | 125 bool no_wait);
|
| H A D | radeon_object.c | 862 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) in radeon_bo_wait() argument 866 r = ttm_bo_reserve(&bo->tbo, true, no_wait, NULL); in radeon_bo_wait() 872 r = ttm_bo_wait(&bo->tbo, true, no_wait); in radeon_bo_wait()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_gem.c | 927 bool no_wait = !!(req->flags & NOUVEAU_GEM_CPU_PREP_NOWAIT); in nouveau_gem_ioctl_cpu_prep() local 938 no_wait ? 0 : 30 * HZ); in nouveau_gem_ioctl_cpu_prep()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/ttm/ |
| H A D | ttm_bo.c | 1884 bool interruptible, bool no_wait) in ttm_bo_wait() argument 1888 if (no_wait) { in ttm_bo_wait()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | ispmbox.h | 1636 no_wait : 1, member
|