HomeSort by relevance Sort by last modified time
    Searched defs:dep_map (Results 1 - 3 of 3) sorted by null

  /external/kernel-headers/original/linux/
spinlock_types_up.h 21 struct lockdep_map dep_map; member in struct:__anon9934
38 struct lockdep_map dep_map; member in struct:__anon9936
spinlock_types.h 30 struct lockdep_map dep_map; member in struct:__anon9932
46 struct lockdep_map dep_map; member in struct:__anon9933
55 # define SPIN_DEP_MAP_INIT(lockname) .dep_map = { .name = #lockname }
61 # define RW_DEP_MAP_INIT(lockname) .dep_map = { .name = #lockname }
mutex.h 58 struct lockdep_map dep_map; member in struct:mutex
90 , .dep_map = { .name = #lockname }

Completed in 511 milliseconds