Home
last modified time | relevance | path

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

/freebsd/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 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()
/freebsd/sys/dev/hptrr/
H A Dldm.h252 HPT_UINT need_sync : 1; member
/freebsd/sys/dev/hpt27xx/
H A Dldm.h253 HPT_UINT need_sync : 1; member
/freebsd/sys/dev/hptnr/
H A Dldm.h254 HPT_UINT need_sync : 1; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1999 boolean_t need_sync = B_FALSE; in receive_object() local
2016 need_sync = B_TRUE; in receive_object()
2019 if (need_sync) in receive_object()
H A Dspa.c875 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) in spa_configfile_set() argument
895 if (need_sync) in spa_configfile_set()
904 boolean_t need_sync = B_FALSE; in spa_prop_set() local
919 need_sync = B_TRUE; in spa_prop_set()
931 need_sync = B_TRUE; in spa_prop_set()
952 need_sync = B_TRUE; in spa_prop_set()
956 if (need_sync) { in spa_prop_set()