OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:count_out
(Results
1 - 3
of
3
) sorted by null
/system/extras/libpagemap/
pm_kernel.c
116
int pm_kernel_count(pm_kernel_t *ker, unsigned long pfn, uint64_t *
count_out
) {
119
if (!ker || !
count_out
)
125
if (read(ker->kpagecount_fd,
count_out
, sizeof(uint64_t)) <
/external/openssh/
moduli.c
453
u_int32_t count_in = 0,
count_out
= 0, count_possible = 0;
local
638
count_out
++;
648
ctime(&time_stop),
count_out
, count_possible,
/system/extras/libpagemap/include/pagemap/
pagemap.h
90
* The count is returned through *
count_out
. */
91
int pm_kernel_count(pm_kernel_t *ker, unsigned long pfn, uint64_t *
count_out
);
Completed in 907 milliseconds