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

/freebsd-current/sys/dev/usb/controller/
H A Datmegadci.c779 uint8_t need_sync; local
826 need_sync = 1;
829 need_sync = 0;
835 need_sync = 0;
882 if (need_sync) {
896 need_sync = 0;
899 need_sync = 1;
903 if (need_sync) {
H A Davr32dci.c750 uint8_t need_sync; local
799 need_sync = 1;
802 need_sync = 0;
808 need_sync = 0;
855 if (need_sync) {
868 need_sync = 0;
871 need_sync = 1;
875 if (need_sync) {
H A Ddwc_otg.c3127 uint8_t need_sync; local
3183 need_sync = 0;
3186 need_sync = 1;
3191 need_sync = 0;
3194 need_sync = 0;
3201 need_sync = 0;
3248 if (need_sync) {
3263 need_sync = 0;
3266 need_sync = 0;
3271 need_sync
[all...]
H A Duss820dci.c974 uint8_t need_sync; local
990 need_sync = 0;
993 need_sync = 1;
999 if (need_sync) {
/freebsd-current/sys/dev/hpt27xx/
H A Dldm.h253 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-current/sys/dev/hptnr/
H A Dldm.h254 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-current/sys/dev/hptrr/
H A Dldm.h252 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1962 boolean_t need_sync = B_FALSE; local
1979 need_sync = B_TRUE;
1982 if (need_sync)
H A Dspa.c828 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) argument
848 if (need_sync)
857 boolean_t need_sync = B_FALSE; local
872 need_sync = B_TRUE;
884 need_sync = B_TRUE;
905 need_sync = B_TRUE;
909 if (need_sync) {

Completed in 234 milliseconds