Searched refs:no_wait (Results 1 - 13 of 13) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c211 unsigned int no_wait:1;
665 inf->no_wait = 0;
713 inf->no_wait = 0;
1470 if (proc_wait_pid != inf->pid && !inf->no_wait)
1848 inf->no_wait = 1;
210 unsigned int no_wait:1; member in struct:inf
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_object.c619 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, bool no_wait) argument
623 r = ttm_bo_reserve(&bo->tbo, true, no_wait, false, 0);
630 r = ttm_bo_wait(&bo->tbo, true, true, no_wait);
H A Dradeon_object.h121 bool no_wait);
/freebsd-11-stable/sys/dev/drm2/ttm/
H A Dttm_bo.c204 bool no_wait, bool use_sequence, uint32_t sequence)
226 if (no_wait)
281 bool no_wait, bool use_sequence, uint32_t sequence)
288 ret = ttm_bo_reserve_nolru(bo, interruptible, no_wait, use_sequence,
1721 bool lazy, bool interruptible, bool no_wait)
1743 if (no_wait)
1774 int ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait) argument
1783 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
1787 ret = ttm_bo_wait(bo, false, true, no_wait);
202 ttm_bo_reserve_nolru(struct ttm_buffer_object *bo, bool interruptible, bool no_wait, bool use_sequence, uint32_t sequence) argument
279 ttm_bo_reserve(struct ttm_buffer_object *bo, bool interruptible, bool no_wait, bool use_sequence, uint32_t sequence) argument
1720 ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy, bool interruptible, bool no_wait) argument
H A Dttm_bo_api.h320 * @no_wait: Return immediately if buffer is busy.
326 * Returns -EBUSY if no_wait is true and the buffer is busy.
330 bool interruptible, bool no_wait);
344 * -EBUSY if no_wait is true and buffer busy.
420 * @no_wait: Return immediately if buffer is busy.
427 * -EBUSY if the buffer is busy and no_wait is true.
431 ttm_bo_synccpu_write_grab(struct ttm_buffer_object *bo, bool no_wait);
H A Dttm_bo_driver.h390 * @no_wait: whether this should give up and return -EBUSY
713 * -EBUSY: No space available (only if no_wait == 1).
781 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY.
817 * -EBUSY: The function needed to sleep, but @no_wait was true
823 bool no_wait, bool use_sequence, uint32_t sequence);
861 * @no_wait: Don't sleep while trying to reserve, rather return -EBUSY.
874 * -EBUSY: The function needed to sleep, but @no_wait was true
880 bool no_wait, bool use_sequence,
H A Dttm_bo_vm.c421 bool no_wait = false;
458 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
511 bool no_wait = false;
527 ret = ttm_bo_reserve(bo, true, no_wait, false, 0);
H A Dttm_memory.c394 bool no_wait, bool interruptible)
402 if (no_wait)
413 bool no_wait, bool interruptible)
420 return ttm_mem_global_alloc_zone(glob, NULL, memory, no_wait,
428 bool no_wait, bool interruptible)
440 return ttm_mem_global_alloc_zone(glob, zone, PAGE_SIZE, no_wait,
391 ttm_mem_global_alloc_zone(struct ttm_mem_global *glob, struct ttm_mem_zone *single_zone, uint64_t memory, bool no_wait, bool interruptible) argument
412 ttm_mem_global_alloc(struct ttm_mem_global *glob, uint64_t memory, bool no_wait, bool interruptible) argument
426 ttm_mem_global_alloc_page(struct ttm_mem_global *glob, struct vm_page *page, bool no_wait, bool interruptible) argument
H A Dttm_memory.h140 bool no_wait, bool interruptible);
145 bool no_wait, bool interruptible);
/freebsd-11-stable/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-11-stable/contrib/wpa/wpa_supplicant/examples/
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 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)
[all...]
/freebsd-11-stable/sys/dev/isp/
H A Dispmbox.h1778 no_wait : 1, member in struct:__anon4611::__anon4612::__anon4613

Completed in 226 milliseconds