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

/freebsd-13-stable/sys/dev/usb/controller/
H A Datmegadci.c783 uint8_t need_sync; local
833 need_sync = 1;
836 need_sync = 0;
842 need_sync = 0;
889 if (need_sync) {
903 need_sync = 0;
906 need_sync = 1;
910 if (need_sync) {
H A Davr32dci.c752 uint8_t need_sync; local
801 need_sync = 1;
804 need_sync = 0;
810 need_sync = 0;
857 if (need_sync) {
870 need_sync = 0;
873 need_sync = 1;
877 if (need_sync) {
H A Dsaf1761_otg.c1762 uint8_t need_sync; local
1837 need_sync = 0;
1840 need_sync = 1;
1857 need_sync = 0;
1860 need_sync = 0;
1867 need_sync = 0;
1930 need_sync = 0;
1933 need_sync = 0;
1938 need_sync = 0;
1941 need_sync
[all...]
H A Ddwc_otg.c3129 uint8_t need_sync; local
3185 need_sync = 0;
3188 need_sync = 1;
3193 need_sync = 0;
3196 need_sync = 0;
3203 need_sync = 0;
3250 if (need_sync) {
3265 need_sync = 0;
3268 need_sync = 0;
3273 need_sync
[all...]
H A Duss820dci.c981 uint8_t need_sync; local
997 need_sync = 0;
1000 need_sync = 1;
1006 if (need_sync) {
/freebsd-13-stable/sys/dev/hpt27xx/
H A Dldm.h255 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/dev/hptnr/
H A Dldm.h256 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/dev/hptrr/
H A Dldm.h254 HPT_UINT need_sync : 1; member in struct:hpt_raw_disk
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddmu_recv.c1664 boolean_t need_sync = B_FALSE; local
1681 need_sync = B_TRUE;
1684 if (need_sync)
H A Dspa.c740 spa_configfile_set(spa_t *spa, nvlist_t *nvp, boolean_t need_sync) argument
760 if (need_sync)
769 boolean_t need_sync = B_FALSE; local
790 need_sync = B_TRUE;
811 need_sync = B_TRUE;
815 if (need_sync) {

Completed in 213 milliseconds