Searched refs:hashmapdevfd (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c44 extern fd_t hashmapdevfd;
46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0);
H A Dinit.c39 fd_t hashmapdevfd; variable
63 hashmapdevfd = op_open_device(op_hash_device);
64 if (hashmapdevfd == -1) {

Completed in 53 milliseconds