Home | History | Annotate | Download | only in syncable

Lines Matching refs:Kernel

85   // The dirty/clean state of kernel fields backed by the share_info table.
93 // Various data that the Directory::Kernel we are backing (persisting data
124 // What the Directory needs on initialization to create itself and its Kernel.
194 // holding kernel mutex.
390 struct Kernel {
393 Kernel(const std::string& name, const KernelLoadInfo& info,
397 ~Kernel();
468 // The next metahandle is protected by kernel mutex.
478 // These private versions expect the kernel lock to already be held
533 Kernel* kernel_;