Searched refs:_comm_strs (Results 1 – 1 of 1) sorted by relevance
20 } _comm_strs; variable26 init_rwsem(&_comm_strs.lock); in comm_strs__init()27 _comm_strs.capacity = 16; in comm_strs__init()28 _comm_strs.num_strs = 0; in comm_strs__init()29 _comm_strs.strs = calloc(16, sizeof(*_comm_strs.strs)); in comm_strs__init()38 return &_comm_strs; in comm_strs__get()