HomeSort by: relevance | last modified time | path
    Searched defs:nosync (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/shutdown/
shutdown.c 91 static int dofast, dohalt, doreboot, killflg, nofork, nosync, dodump; variable
148 nosync = 1;
175 if (dofast && nosync) {
405 if (nosync)
  /src/external/bsd/openldap/dist/libraries/libldap/
thr_debug.c 75 * nosync - Disable tests that use synchronization and thus
148 static int nodebug, noabort, noerror, nosync, tracethreads; variable
263 { "nosync", &nosync, 1 },
297 nosync = noerror = 1;
299 if( nosync )
304 if( nosync )
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 533 int nosync; /* mirror */ member in struct:lvcreate_params
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 533 int nosync; /* mirror */ member in struct:lvcreate_params
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp 1269 /// ------------------------ NoSync Function Attribute -------------------------
1275 return getAssumed() ? "nosync" : "may-sync";
1323 /// Return true if this intrinsic is nosync. This is only used for intrinsics
1324 /// which would be nosync except that they have a volatile flag. All other
1325 /// intrinsics are simply annotated with the nosync attribute in Intrinsics.td.
1338 if (CB->hasFnAttr(Attribute::NoSync))
1357 // nosync, so they can be skipped.
1361 // non-convergent and readnone imply nosync.
1377 void trackStatistics() const override { STATS_DECLTRACK_FN_ATTR(nosync) }
1380 /// NoSync attribute deduction for a call sites
1406 void trackStatistics() const override { STATS_DECLTRACK_CS_ATTR(nosync); } variable
    [all...]

Completed in 32 milliseconds