Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/hashtable/
H A Dhashtable.c139 int need_sync; member
247 htable->wpd.need_sync = 0; in ossl_ht_write_lock()
252 int need_sync = htable->wpd.need_sync; in ossl_ht_write_unlock() local
254 htable->wpd.need_sync = 0; in ossl_ht_write_unlock()
256 if (need_sync) in ossl_ht_write_unlock()
309 h->wpd.need_sync = 1; in ossl_ht_flush_internal()
487 h->wpd.need_sync = 1; in grow_hashtable()
569 h->wpd.need_sync = 1; in ossl_ht_insert_locked()
743 h->wpd.need_sync = 1; in ossl_ht_delete()
/src/sys/dev/usb/controller/
H A Datmegadci.c779 uint8_t need_sync; in atmegadci_setup_standard_chain() local
826 need_sync = 1; in atmegadci_setup_standard_chain()
829 need_sync = 0; in atmegadci_setup_standard_chain()
835 need_sync = 0; in atmegadci_setup_standard_chain()
882 if (need_sync) { in atmegadci_setup_standard_chain()
896 need_sync = 0; in atmegadci_setup_standard_chain()
899 need_sync = 1; in atmegadci_setup_standard_chain()
903 if (need_sync) { in atmegadci_setup_standard_chain()
H A Davr32dci.c750 uint8_t need_sync; in avr32dci_setup_standard_chain() local
799 need_sync = 1; in avr32dci_setup_standard_chain()
802 need_sync = 0; in avr32dci_setup_standard_chain()
808 need_sync = 0; in avr32dci_setup_standard_chain()
855 if (need_sync) { in avr32dci_setup_standard_chain()
868 need_sync = 0; in avr32dci_setup_standard_chain()
871 need_sync = 1; in avr32dci_setup_standard_chain()
875 if (need_sync) { in avr32dci_setup_standard_chain()
H A Ddwc_otg.c3127 uint8_t need_sync; in dwc_otg_setup_standard_chain() local
3183 need_sync = 0; in dwc_otg_setup_standard_chain()
3186 need_sync = 1; in dwc_otg_setup_standard_chain()
3191 need_sync = 0; in dwc_otg_setup_standard_chain()
3194 need_sync = 0; in dwc_otg_setup_standard_chain()
3201 need_sync = 0; in dwc_otg_setup_standard_chain()
3248 if (need_sync) { in dwc_otg_setup_standard_chain()
3263 need_sync = 0; in dwc_otg_setup_standard_chain()
3266 need_sync = 0; in dwc_otg_setup_standard_chain()
3271 need_sync = 0; in dwc_otg_setup_standard_chain()
[all …]
H A Duss820dci.c974 uint8_t need_sync; in uss820dci_setup_standard_chain() local
990 need_sync = 0; in uss820dci_setup_standard_chain()
993 need_sync = 1; in uss820dci_setup_standard_chain()
999 if (need_sync) { in uss820dci_setup_standard_chain()
/src/sys/dev/hptrr/
H A Dldm.h252 HPT_UINT need_sync : 1; member
/src/sys/dev/hptnr/
H A Dldm.h254 HPT_UINT need_sync : 1; member
/src/sys/dev/hpt27xx/
H A Dldm.h253 HPT_UINT need_sync : 1; member
/src/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c2028 boolean_t need_sync = B_FALSE; in receive_object() local
2045 need_sync = B_TRUE; in receive_object()
2048 if (need_sync) in receive_object()
H A Dspa.c920 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) in spa_configfile_set() argument
940 if (need_sync) in spa_configfile_set()
949 boolean_t need_sync = B_FALSE; in spa_prop_set() local
964 need_sync = B_TRUE; in spa_prop_set()
976 need_sync = B_TRUE; in spa_prop_set()
997 need_sync = B_TRUE; in spa_prop_set()
1001 if (need_sync) { in spa_prop_set()