Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../.././../usr/include/vm/predict.h
Real path: /usr/include/vm/predict.h
Zurück
/* * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. */ #ifndef _VM_PREDICT_H #define _VM_PREDICT_H #include <vm/types.h> #ifdef __cplusplus extern "C" { #endif /* * ------------------------------------------------------------------------ * Internal interfaces. * * Yes, we mean it. */ #ifdef _KERNEL extern void bounds_predictor_init(void); extern void bounds_predictor_wakeup(mnode_t *); extern void bounds_predictor_add_mem(mnodeid_t); extern void bounds_predictor_remove_mem(mnodeid_t); extern void bounds_predictor_pause(void); extern void bounds_predictor_resume(void); extern void bounds_predictor_sync(void); extern void bounds_predictor_memory_added(ku_type_t, mnodeset_t); #endif /* _KERNEL */ #ifdef __cplusplus } #endif #endif /* _VM_PREDICT_H */