Searched refs:RUN_ONCE (Results 51 - 75 of 91) sorted by relevance

1234

/netbsd-current/sys/dev/sysmon/
H A Dsysmon_power.c227 (void)RUN_ONCE(&once_power, power_preinit);
956 (void)RUN_ONCE(&once_power, power_preinit);
H A Dsysmon_envsys.c136 (void)RUN_ONCE(&once_envsys, sme_preinit);
704 (void)RUN_ONCE(&once_envsys, sme_preinit);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/comp/
H A Dc_zlib.c251 if (RUN_ONCE(&zlib_once, ossl_comp_zlib_init))
318 if (!RUN_ONCE(&zlib_once, ossl_comp_zlib_init)) {
/netbsd-current/sys/net/
H A Dpktqueue.c172 RUN_ONCE(&pktqueue_list_init_once, pktqueue_list_init);
524 RUN_ONCE(&pktqueue_list_init_once, pktqueue_list_init);
/netbsd-current/sys/kern/
H A Dsysv_sem.c349 RUN_ONCE(&exithook_control, seminit_exithook);
508 RUN_ONCE(&exithook_control, seminit_exithook);
715 RUN_ONCE(&exithook_control, seminit_exithook);
824 RUN_ONCE(&exithook_control, seminit_exithook);
H A Dkern_physio.c229 error = RUN_ONCE(&physio_initialized, physio_init);
H A Dsubr_copy.c553 RUN_ONCE(&ucas_critical_init_once, ucas_critical_init);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/
H A Dex_data.c59 if (!RUN_ONCE(&ex_data_init, do_ex_data_init)) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/objects/
H A Do_names.c84 return RUN_ONCE(&init, o_names_init);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dinitthread.c78 if (!RUN_ONCE(&tevent_register_runonce, create_global_tevent_register))
H A Dtrace.c252 if (!RUN_ONCE(&trace_inited, ossl_trace_init))
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/objects/
H A Do_names.c65 return RUN_ONCE(&init, o_names_init);
/netbsd-current/common/lib/libprop/
H A Dprop_object_impl.h297 #define _PROP_ONCE_RUN(x,f) RUN_ONCE(&(x), f)
/netbsd-current/sys/dev/usb/
H A Dusb_mem.c278 RUN_ONCE(&init_control, usb_mem_init);
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_agpsupport.c582 return RUN_ONCE(&drmkms_agp_init_once, &drmkms_agp_init);
/netbsd-current/sys/crypto/aes/
H A Daes_impl.c151 error = RUN_ONCE(&once, aes_select);
/netbsd-current/sys/net80211/
H A Dieee80211_netbsd.c106 RUN_ONCE(&ieee80211_init_once, ieee80211_init0);
/netbsd-current/sys/dev/dmover/
H A Ddmover_io.c230 error = RUN_ONCE(&dmio_cleaner_control, dmio_cleaner_init);
/netbsd-current/sys/dev/fdt/
H A Dcpufreq_dt.c562 RUN_ONCE(&locks, cpufreq_dt_lock_init);
/netbsd-current/sys/rump/net/lib/libsockin/
H A Dsockin.c435 RUN_ONCE(&init, sockin_do_init);
/netbsd-current/sys/dev/i2c/
H A Di2c.c799 RUN_ONCE(&iic_once, iic_init);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/bio/
H A Db_addr.c771 if (!RUN_ONCE(&bio_lookup_init, do_bio_lookup_init)) {
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bio/
H A Dbio_addr.c779 if (!RUN_ONCE(&bio_lookup_init, do_bio_lookup_init)) {
/netbsd-current/sys/netinet/
H A Dtcp_subr.c426 RUN_ONCE(&dotcpinit, do_tcpinit);
2027 RUN_ONCE(&tcp_iss_secret_control, tcp_iss_secret_init);
/netbsd-current/sys/arch/arm/pic/
H A Dpic.c642 RUN_ONCE(&pic_once, pic_init);

Completed in 240 milliseconds

1234