Home
last modified time | relevance | path

Searched refs:no_wait (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_object.h32 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 Dwps-nfc.py289 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 Dp2p-nfc.py252 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 Dwps-ap-nfc.py232 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 Dttm_bo_driver.h681 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 Dttm_bo_api.h351 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 Dradeon_object.h125 bool no_wait);
H A Dradeon_object.c862 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 Dnouveau_gem.c927 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 Dttm_bo.c1884 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 Dispmbox.h1636 no_wait : 1, member