Searched refs:put_type (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/md/ |
| H A D | dm-exception-store.c | 104 static void put_type(struct dm_exception_store_type *type) in put_type() function 248 put_type(type); in dm_exception_store_create() 258 put_type(store->type); in dm_exception_store_destroy()
|
| H A D | dm-log.c | 101 static void put_type(struct dm_dirty_log_type *type) in put_type() function 170 put_type(type); in dm_dirty_log_create() 181 put_type(log->type); in dm_dirty_log_destroy()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 249 def _attr_put_simple(self, ri, var, put_type): 250 line = f"ynl_attr_put_{put_type}(nlh, {self.enum_name}, {var}->{self.c_name})" 791 put_type = self.type 793 ri.cw.p(f"ynl_attr_put_{put_type}(nlh, {self.enum_name}, {var}->{self.c_name}[i]);") 862 put_type = self.sub_type 864 ri.cw.p(f"ynl_attr_put_{put_type}(nlh, i, {var}->{self.c_name}[i]);") 234 _attr_put_simple(self, ri, var, put_type) global() argument
|