diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2015-05-09 20:08:36 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2015-05-09 20:08:36 +0000 |
commit | 44ec2b63c50ae6d0b2765d5cbdbffb0beb276ad4 (patch) | |
tree | 076f93ba33455e8fa9706dc599764746cfac5937 /sys/vm/uma.h | |
parent | 4bc8ff08029571c916ed5e025717b05dcf9c82f4 (diff) | |
download | src-test2-44ec2b63c50ae6d0b2765d5cbdbffb0beb276ad4.tar.gz src-test2-44ec2b63c50ae6d0b2765d5cbdbffb0beb276ad4.zip |
Notes
Diffstat (limited to 'sys/vm/uma.h')
-rw-r--r-- | sys/vm/uma.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/vm/uma.h b/sys/vm/uma.h index df6cc5c7a118..d3e0658aef15 100644 --- a/sys/vm/uma.h +++ b/sys/vm/uma.h @@ -690,4 +690,7 @@ struct uma_percpu_stat { uint64_t _ups_reserved[5]; /* Reserved. */ }; +void uma_reclaim_wakeup(void); +void uma_reclaim_worker(void *); + #endif /* _VM_UMA_H_ */ |