Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/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)
H A Ddpp-nfc.py517 global no_wait
518 if no_wait or only_one:
851 global only_one, no_wait
865 return not no_wait
1051 global no_wait
1052 no_wait = args.no_wait
1118 write_nfc_uri(clf, wait_remove=not args.no_wait)
1124 write_nfc_hs(clf, wait_remove=not args.no_wait)
/freebsd/contrib/wpa/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)
/freebsd/sys/dev/drm2/ttm/
H A Dttm_memory.c392 bool no_wait, bool interruptible) in ttm_mem_global_alloc_zone() argument
400 if (no_wait) in ttm_mem_global_alloc_zone()
411 bool no_wait, bool interruptible) in ttm_mem_global_alloc() argument
418 return ttm_mem_global_alloc_zone(glob, NULL, memory, no_wait, in ttm_mem_global_alloc()
426 bool no_wait, bool interruptible) in ttm_mem_global_alloc_page() argument
438 return ttm_mem_global_alloc_zone(glob, zone, PAGE_SIZE, no_wait, in ttm_mem_global_alloc_page()
H A Dttm_memory.h139 bool no_wait, bool interruptible);
144 bool no_wait, bool interruptible);
H A Dttm_bo_vm.c413 bool no_wait = false;
450 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
503 bool no_wait = false;
519 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
H A Dttm_bo_api.h329 bool interruptible, bool no_wait);
430 ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
H A Dttm_bo_driver.h822 bool no_wait, bool use_sequence, uint32_t sequence);
879 bool no_wait, bool use_sequence,
H A Dttm_bo.c202 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve_nolru() argument
224 if (no_wait) in ttm_bo_reserve_nolru()
279 bool no_wait, bool use_sequence, uint32_t sequence) in ttm_bo_reserve() argument
286 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence, in ttm_bo_reserve()
1718 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument
1740 if (no_wait) in ttm_bo_wait()
1771 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) in ttm_bo_synccpu_write_grab() argument
1780 ret = ttm_bo_reserve(bo, true, no_wait, false, 0); in ttm_bo_synccpu_write_grab()
1784 ret = ttm_bo_wait(bo, false, true, no_wait); in ttm_bo_synccpu_write_grab()