| /netbsd-src/sys/arch/xen/xen/ |
| H A D | xenmem.c | 51 xenmem_alloc_pa(u_long size, u_long align, bool waitok) in xenmem_alloc_pa() argument 60 (waitok ? (EX_WAITSPACE | EX_WAITOK) : EX_NOWAIT) | EX_MALLOCOK, in xenmem_alloc_pa() 64 (waitok ? (EX_WAITSPACE | EX_WAITOK) : EX_NOWAIT) | EX_MALLOCOK, in xenmem_alloc_pa()
|
| /netbsd-src/sys/dev/qbus/ |
| H A D | uba.c | 153 int waitok = (flags & UBA_CANTWAIT) == 0; in uballoc() local 157 ui->ui_size, 0, (waitok ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT), in uballoc() 162 ui->ui_size, NULL, (waitok ? BUS_DMA_WAITOK : BUS_DMA_NOWAIT)))) { in uballoc() 176 int waitok = (flags & UBA_CANTWAIT ? BUS_DMA_NOWAIT : BUS_DMA_WAITOK); in ubmemalloc() local 180 &ui->ui_seg, 1, &ui->ui_rseg, waitok))) in ubmemalloc() 183 ui->ui_size, &ui->ui_vaddr, waitok|BUS_DMA_COHERENT))) { in ubmemalloc()
|
| /netbsd-src/sys/uvm/ |
| H A D | uvm_pglist.c | 452 paddr_t boundary, struct pglist *rlist, int waitok) in uvm_pglistalloc_contig() argument 512 if (waitok) { in uvm_pglistalloc_contig() 615 struct pglist *rlist, int waitok) in uvm_pglistalloc_simple() argument 675 if (waitok) { in uvm_pglistalloc_simple() 692 paddr_t boundary, struct pglist *rlist, int nsegs, int waitok) in uvm_pglistalloc() argument 722 boundary, rlist, waitok); in uvm_pglistalloc() 724 res = uvm_pglistalloc_simple(num, low, high, rlist, waitok); in uvm_pglistalloc()
|
| /netbsd-src/sys/dev/wscons/ |
| H A D | wsdisplay.c | 721 wsdisplay_swdone_cb(void *arg, int error, int waitok) in wsdisplay_swdone_cb() argument 1893 wsdisplay_switch3_cb(void *arg, int error, int waitok) in wsdisplay_switch3_cb() argument 1897 wsdisplay_switch3(dv, error, waitok); in wsdisplay_switch3_cb() 1901 wsdisplay_switch3(device_t dv, int error, int waitok) in wsdisplay_switch3() argument 1937 return wsdisplay_switch1(dv, 0, waitok); in wsdisplay_switch3() 1951 wsdisplay_switch2_cb(void *arg, int error, int waitok) in wsdisplay_switch2_cb() argument 1955 wsdisplay_switch2(dv, error, waitok); in wsdisplay_switch2_cb() 1959 wsdisplay_switch2(device_t dv, int error, int waitok) in wsdisplay_switch2() argument 1992 return wsdisplay_switch1(dv, 0, waitok); in wsdisplay_switch2() 2005 error = (*scr->scr_syncops->attach)(scr->scr_synccookie, waitok, in wsdisplay_switch2() [all …]
|
| H A D | wsdisplay_compat_usl.c | 179 usl_detachproc(void *cookie, int waitok, in usl_detachproc() argument 195 if (waitok) { in usl_detachproc() 242 usl_attachproc(void *cookie, int waitok, in usl_attachproc() argument
|
| /netbsd-src/sys/dev/iscsi/ |
| H A D | iscsi_utils.c | 200 get_ccb(connection_t *conn, bool waitok) in get_ccb() argument 209 DEB(100, ("get_ccb: ccb = %p, waitok = %d\n", ccb, waitok)); in get_ccb() 216 if (!waitok) in get_ccb() 462 get_pdu(connection_t *conn, bool waitok) in get_pdu() argument 476 if (!waitok) in get_pdu()
|
| H A D | iscsi_send.c | 97 assign_connection(session_t *sess, bool waitok) in assign_connection() argument 118 if (waitok) { in assign_connection() 1368 * waitok Whether it's OK to wait for an available PDU or not 1373 ccb_disp_t disp, bool waitok) in send_data_out() argument 1393 tx_pdu = get_pdu(conn, waitok); in send_data_out() 1441 send_command(ccb_t *ccb, ccb_disp_t disp, bool waitok, bool immed) in send_command() argument 1466 ppdu = get_pdu(conn, waitok); in send_command() 1522 send_data_out(conn, NULL, ccb, disp, waitok); in send_command() 1540 bool waitok; in send_run_xfer() local 1542 waitok in send_run_xfer() [all...] |
| /netbsd-src/sys/arch/evbarm/gumstix/ |
| H A D | gxlcd.c | 204 gxlcd_show_screen(void *v, void *cookie, int waitok, in gxlcd_show_screen() argument 209 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in gxlcd_show_screen()
|
| /netbsd-src/sys/kern/ |
| H A D | subr_hash.c | 87 hashinit(u_int elements, enum hashtype htype, bool waitok, u_long *hashmask) in hashinit() argument 106 p = kmem_alloc(hashsize * esize, waitok ? KM_SLEEP : KM_NOSLEEP); in hashinit()
|
| /netbsd-src/sys/arch/evbarm/lubbock/ |
| H A D | lubbock_lcd.c | 259 lcd_show_screen(void *v, void *cookie, int waitok, in lcd_show_screen() argument 265 pxa2x0_lcd_show_screen(v,cookie,waitok,cb,cbarg); in lcd_show_screen()
|
| /netbsd-src/sys/arch/evbarm/g42xxeb/ |
| H A D | g42xxeb_lcd.c | 288 lcd_show_screen(void *v, void *cookie, int waitok, in lcd_show_screen() argument 296 pxa2x0_lcd_show_screen(v,cookie,waitok,cb,cbarg); in lcd_show_screen()
|
| /netbsd-src/sys/arch/zaurus/dev/ |
| H A D | zlcd.c | 337 lcd_show_screen(void *v, void *cookie, int waitok, in lcd_show_screen() argument 342 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in lcd_show_screen()
|
| H A D | w100lcd.c | 328 w100lcd_show_screen(void *v, void *cookie, int waitok, in w100lcd_show_screen() argument 333 error = w100_show_screen(v, cookie, waitok, cb_func, cb_arg); in w100lcd_show_screen()
|
| /netbsd-src/sys/arch/hpcarm/dev/ |
| H A D | wzero3_lcd.c | 430 wzero3lcd_show_screen(void *v, void *cookie, int waitok, void (*cb_func)(void *, int, int), void *c… in wzero3lcd_show_screen() argument 434 error = pxa2x0_lcd_show_screen(v, cookie, waitok, cb_func, cb_arg); in wzero3lcd_show_screen()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | mlx.c | 556 mlx_configure(struct mlx_softc *mlx, int waitok) in mlx_configure() argument 571 sizeof(struct mlx_enquiry_old), NULL, waitok); in mlx_configure() 580 sizeof(struct mlx_enquiry), NULL, waitok); in mlx_configure() 590 sizeof(*mes) * MLX_MAX_DRIVES, NULL, waitok); in mlx_configure() 1530 void (*handler)(struct mlx_ccb *mc), int waitok) in mlx_enquire() argument 1542 result = malloc(bufsize, M_DEVBUF, waitok ? M_WAITOK : M_NOWAIT); in mlx_enquire() 1566 if (waitok) in mlx_enquire()
|
| /netbsd-src/sys/nfs/ |
| H A D | nfs_srvsocket.c | 219 nfsdsock_lock(struct nfssvc_sock *slp, bool waitok) in nfsdsock_lock() argument 224 if (!waitok) { in nfsdsock_lock()
|
| /netbsd-src/sys/fs/puffs/ |
| H A D | puffs_msgif.c | 134 puffs_msgpark_alloc(int waitok) in puffs_msgpark_alloc() argument 138 KASSERT(curlwp != uvm.pagedaemon_lwp || !waitok); in puffs_msgpark_alloc() 140 park = pool_cache_get(parkpc, waitok ? PR_WAITOK : PR_NOWAIT); in puffs_msgpark_alloc()
|
| /netbsd-src/sys/rump/librump/rumpkern/ |
| H A D | vm.c | 1296 rump_hypermalloc(size_t howmuch, int alignment, bool waitok, const char *wmsg) in rump_hypermalloc() argument 1312 if (!waitok) { in rump_hypermalloc() 1323 if (__predict_false(error && waitok)) { in rump_hypermalloc()
|
| /netbsd-src/sys/arch/arm/clps711x/ |
| H A D | clpslcd.c | 274 clpslcd_show_screen(void *v, void *cookie, int waitok, in clpslcd_show_screen() argument
|
| /netbsd-src/sys/arch/epoc32/windermere/ |
| H A D | wmlcd.c | 302 wmlcd_show_screen(void *v, void *cookie, int waitok, in wmlcd_show_screen() argument
|
| /netbsd-src/sys/arch/mac68k/dev/ |
| H A D | macfb.c | 325 macfb_show_screen(void *v, void *cookie, int waitok, in macfb_show_screen() argument
|
| /netbsd-src/sys/arch/next68k/dev/ |
| H A D | nextdisplay.c | 402 nextdisplay_show_screen(void *v, void *cookie, int waitok, in nextdisplay_show_screen() argument
|
| /netbsd-src/sys/dev/isa/ |
| H A D | pcdisplay.c | 414 pcdisplay_show_screen(void *v, void *cookie, int waitok, in pcdisplay_show_screen() argument
|
| /netbsd-src/sys/arch/newsmips/apbus/ |
| H A D | xafb.c | 332 xafb_show_screen(void *v, void *cookie, int waitok, in xafb_show_screen() argument
|
| /netbsd-src/sys/arch/ews4800mips/sbd/ |
| H A D | fb_sbdio.c | 363 _fb_show_screen(void *v, void *cookie, int waitok, in _fb_show_screen() argument
|