OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hw_pagesize
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/gen/
pthread_atfork.c
94
static int
hw_pagesize
= 0;
variable in typeref:typename:int
96
static const int hw_pagesize_sysctl[2] = { CTL_HW,
HW_PAGESIZE
};
140
if (__predict_false(
hw_pagesize
== 0)) {
141
size_t len = sizeof(
hw_pagesize
);
143
if (sysctl(hw_pagesize_sysctl, 2, &
hw_pagesize
,
146
if (len != sizeof(
hw_pagesize
))
148
if (
hw_pagesize
== 0 || (
hw_pagesize
& 0xFF) != 0)
151
atfork_storage = mmap(0,
hw_pagesize
, PROT_READ|PROT_WRITE,
157
(uint16_t)(
hw_pagesize
/ sizeof(struct atfork_cb_block))
[
all
...]
pthread_atfork.c
94
static int
hw_pagesize
= 0;
variable in typeref:typename:int
96
static const int hw_pagesize_sysctl[2] = { CTL_HW,
HW_PAGESIZE
};
140
if (__predict_false(
hw_pagesize
== 0)) {
141
size_t len = sizeof(
hw_pagesize
);
143
if (sysctl(hw_pagesize_sysctl, 2, &
hw_pagesize
,
146
if (len != sizeof(
hw_pagesize
))
148
if (
hw_pagesize
== 0 || (
hw_pagesize
& 0xFF) != 0)
151
atfork_storage = mmap(0,
hw_pagesize
, PROT_READ|PROT_WRITE,
157
(uint16_t)(
hw_pagesize
/ sizeof(struct atfork_cb_block))
[
all
...]
Completed in 130 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025