Home
last modified time | relevance | path

Searched refs:KERNEL_LOCK (Results 1 – 25 of 130) sorted by relevance

123456

/netbsd/sys/sys/
H A Dprotosw.h296 KERNEL_LOCK(1, NULL); \
304 KERNEL_LOCK(1, NULL); \
313 KERNEL_LOCK(1, NULL); \
323 KERNEL_LOCK(1, NULL); \
333 KERNEL_LOCK(1, NULL); \
343 KERNEL_LOCK(1, NULL); \
352 KERNEL_LOCK(1, NULL); \
361 KERNEL_LOCK(1, NULL); \
370 KERNEL_LOCK(1, NULL); \
379 KERNEL_LOCK(1, NULL); \
[all …]
/netbsd/sys/dev/putter/
H A Dputter.c230 KERNEL_LOCK(1, NULL); in putter_fop_read()
279 KERNEL_LOCK(1, NULL); in putter_fop_write()
328 KERNEL_LOCK(1, NULL); in putter_fop_poll()
365 KERNEL_LOCK(1, NULL); in putter_fop_close()
431 KERNEL_LOCK(1, NULL); in putter_fop_stat()
464 KERNEL_LOCK(1, NULL); in filt_putterdetach()
477 KERNEL_LOCK(1, NULL); in filt_putter()
506 KERNEL_LOCK(1, NULL); in putter_fop_kqfilter()
/netbsd/sys/netinet/
H A Dtcp_timer.c245 KERNEL_LOCK(1, NULL); in tcp_delack()
320 KERNEL_LOCK(1, NULL); in tcp_timer_rexmt()
467 KERNEL_LOCK(1, NULL); in tcp_timer_persist()
530 KERNEL_LOCK(1, NULL); in tcp_timer_keep()
613 KERNEL_LOCK(1, NULL); in tcp_timer_2msl()
H A Dip_encap.h143 KERNEL_LOCK(1, NULL); \
/netbsd/sys/dev/usb/
H A Dauvitek_dtv.c282 KERNEL_LOCK(1, curlwp); in auvitek_dtv_init_pipes()
300 KERNEL_LOCK(1, curlwp); in auvitek_dtv_abort_pipes()
312 KERNEL_LOCK(1, curlwp); in auvitek_dtv_close_pipes()
387 KERNEL_LOCK(1, curlwp); in auvitek_dtv_bulk_start1()
H A Dauvitek.c346 KERNEL_LOCK(1, curlwp); in auvitek_read_1()
371 KERNEL_LOCK(1, curlwp); in auvitek_write_1()
H A Demdtv_dtv.c352 KERNEL_LOCK(1, curlwp); in emdtv_dtv_stop_transfer()
393 KERNEL_LOCK(1, curlwp); in emdtv_dtv_isoc_start()
H A Demdtv.c333 KERNEL_LOCK(1, curlwp); in emdtv_read_multi_1()
366 KERNEL_LOCK(1, curlwp); in emdtv_write_multi_1()
/netbsd/sys/arch/sparc/sparc/
H A Dmemreg.c257 KERNEL_LOCK(1, NULL); in hypersparc_memerr()
287 KERNEL_LOCK(1, NULL); in viking_memerr()
336 KERNEL_LOCK(1, NULL); in memerr4m()
/netbsd/sys/net/npf/
H A Dif_npflog.c127 KERNEL_LOCK(1, NULL); in npflog_clone_create()
142 KERNEL_LOCK(1, NULL); in npflog_clone_destroy()
H A Dnpf_ifaddr.c63 KERNEL_LOCK(1, NULL); in lookup_ifnet_table()
173 KERNEL_LOCK(1, NULL); in npf_ifaddr_syncall()
/netbsd/sys/kern/
H A Dvfs_subr.c1489 KERNEL_LOCK(1, NULL); in VFS_MOUNT()
1505 KERNEL_LOCK(1, NULL); in VFS_START()
1521 KERNEL_LOCK(1, NULL); in VFS_UNMOUNT()
1537 KERNEL_LOCK(1, NULL); in VFS_ROOT()
1553 KERNEL_LOCK(1, NULL); in VFS_QUOTACTL()
1569 KERNEL_LOCK(1, NULL); in VFS_STATVFS()
1585 KERNEL_LOCK(1, NULL); in VFS_SYNC()
1601 KERNEL_LOCK(1, NULL); in VFS_FHTOVP()
1617 KERNEL_LOCK(1, NULL); in VFS_VPTOFH()
1633 KERNEL_LOCK(1, NULL); in VFS_SNAPSHOT()
[all …]
H A Dsubr_autoconf.c396 KERNEL_LOCK(1, NULL); in config_init_component()
429 KERNEL_LOCK(1, NULL); in config_fini_component()
971 KERNEL_LOCK(1, NULL); in config_cfdata_attach()
1013 KERNEL_LOCK(1, NULL); in config_cfdata_detach()
1271 KERNEL_LOCK(1, NULL); in config_found_acquire()
1334 KERNEL_LOCK(1, NULL); in config_rootfound()
1866 KERNEL_LOCK(1, NULL); in config_attach_acquire()
1917 KERNEL_LOCK(1, NULL); in config_attach_pseudo_acquire()
2128 KERNEL_LOCK(1, NULL); in config_detach_release()
2408 KERNEL_LOCK(1, NULL); in config_detach_all()
[all …]
/netbsd/sys/net/
H A Dif_tap.c784 KERNEL_LOCK(1, NULL); in tap_fops_close()
852 KERNEL_LOCK(1, NULL); in tap_fops_read()
942 KERNEL_LOCK(1, NULL); in tap_fops_stat()
973 KERNEL_LOCK(1, NULL); in tap_fops_write()
1196 KERNEL_LOCK(1, NULL); in tap_dev_kqfilter()
1219 KERNEL_LOCK(1, NULL); in tap_kqdetach()
1234 KERNEL_LOCK(1, NULL); in tap_kqread()
H A Dif.h530 KERNEL_LOCK(1, NULL); in if_output_lock()
544 KERNEL_LOCK(1, NULL); in if_start_lock()
551 do { if (if_is_mpsafe(ifp)) { KERNEL_LOCK(1, NULL); } } while (0)
556 do { if (!if_is_mpsafe(ifp)) { KERNEL_LOCK(1, NULL); } } while (0)
581 do { KERNEL_LOCK(1, NULL); } while (0)
/netbsd/sys/dev/
H A Dld.c437 KERNEL_LOCK(1, curlwp); in ldioctl()
460 KERNEL_LOCK(1, curlwp); in ld_flush()
499 KERNEL_LOCK(1, curlwp); in ld_diskstart()
683 KERNEL_LOCK(1, curlwp); in ld_discard()
/netbsd/sys/ufs/lfs/
H A Dlfs_syscalls.c133 KERNEL_LOCK(1, NULL); in sys_lfs_markv()
174 KERNEL_LOCK(1, NULL); in sys_lfs_markv()
552 KERNEL_LOCK(1, NULL); in sys_lfs_bmapv()
592 KERNEL_LOCK(1, NULL); in sys_lfs_bmapv()
810 KERNEL_LOCK(1, NULL); in sys_lfs_segclean()
/netbsd/sys/arch/evbmips/ingenic/
H A Dintr.c273 KERNEL_LOCK(1, NULL); in ingenic_irq()
301 KERNEL_LOCK(1, NULL); in ingenic_irq()
/netbsd/sys/rump/librump/rumpdev/
H A Drump_dev.c61 KERNEL_LOCK(1, curlwp); in RUMP_COMPONENT()
/netbsd/sys/rump/net/lib/libnetinet/
H A Dnetinet_component.c94 KERNEL_LOCK(1, NULL); in RUMP_COMPONENT()
/netbsd/sys/arch/vax/vax/
H A Dgencons.c228 KERNEL_LOCK(1, NULL); in gencnrint()
256 KERNEL_LOCK(1, NULL); in gencntint()
/netbsd/sys/nfs/
H A Dnfs_iod.c157 KERNEL_LOCK(1, curlwp); in nfssvc_iod()
271 KERNEL_LOCK(hold_count, curlwp); in nfs_set_niothreads()
/netbsd/sys/rump/librump/rumpkern/
H A Dsleepq.c93 KERNEL_LOCK(biglocks, curlwp); in sleepq_block()
/netbsd/sys/netcan/
H A Dif_canloop.c159 KERNEL_LOCK(1, NULL); in canloop_ifstart()
/netbsd/sys/dev/onewire/
H A Donewire.c519 KERNEL_LOCK(1, NULL); /* XXXSMP */ in onewire_scan()
531 KERNEL_LOCK(1, NULL); /* XXXSMP */ in onewire_scan()

123456