Searched defs:tc_ns_dev_file (Results 1 – 1 of 1) sorted by relevance
98 struct tc_ns_dev_file { struct99 unsigned int dev_file_id;100 struct mutex service_lock; /* for service_ref[], services[] */101 uint8_t service_ref[SERVICES_MAX_COUNT]; /* a judge if set services[i]=NULL */102 struct tc_ns_service *services[SERVICES_MAX_COUNT];103 struct mutex shared_mem_lock; /* for shared_mem_list */104 struct list_head shared_mem_list;105 struct list_head head;107 uint8_t kernel_api;112 bool login_setup;[all …]