HomeSort by relevance Sort by last modified time
    Searched refs:hashmapdevfd (Results 1 - 2 of 2) sorted by null

  /external/oprofile/daemon/liblegacy/
opd_mapping.c 44 extern fd_t hashmapdevfd;
46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0);
init.c 39 fd_t hashmapdevfd; variable
63 hashmapdevfd = op_open_device(op_hash_device);
64 if (hashmapdevfd == -1) {

Completed in 400 milliseconds