| /linux/scripts/gdb/linux/ |
| A D | dmesg.py | 37 sz = printk_ringbuffer_type.get_type().sizeof 43 sz = prb_desc_ring_type.get_type().sizeof 49 desc_sz = prb_desc_type.get_type().sizeof 50 off = prb_desc_ring_type.get_type()['descs'].bitpos // 8 54 info_sz = printk_info_type.get_type().sizeof 55 off = prb_desc_ring_type.get_type()['infos'].bitpos // 8 61 sz = prb_data_ring_type.get_type().sizeof 67 off = prb_data_ring_type.get_type()['data'].bitpos // 8 70 sv_off = prb_desc_type.get_type()['state_var'].bitpos // 8 88 off = prb_desc_ring_type.get_type()['tail_id'].bitpos // 8 [all …]
|
| A D | rbtree.py | 26 if root.type == rb_root_type.get_type(): 27 node = root.address.cast(rb_root_type.get_type().pointer()) 28 elif root.type != rb_root_type.get_type().pointer(): 42 if root.type == rb_root_type.get_type(): 43 node = root.address.cast(rb_root_type.get_type().pointer()) 44 elif root.type != rb_root_type.get_type().pointer(): 59 return parent.cast(rb_node_type.get_type().pointer()) 67 if node.type == rb_node_type.get_type(): 69 elif node.type != rb_node_type.get_type().pointer(): 90 if node.type == rb_node_type.get_type(): [all …]
|
| A D | device.py | 32 kobject_type.get_type().pointer(), "entry") 37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 69 klist_node_type.get_type().pointer(), 'n_node') 74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus') 80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class') 86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent') 145 if dev.type != device_type.get_type().pointer():
|
| A D | utils.py | 26 def get_type(self): member in CachedType 46 return uint_type.get_type() 50 return struct_page_type.get_type() 54 return long_type.get_type() 58 return ulong_type.get_type() 62 return size_t_type.get_type() 154 atomic_long_counter_offset = atomic_long_type.get_type()['counter'].bitpos 155 atomic_long_counter_sizeof = atomic_long_type.get_type()['counter'].type.sizeof
|
| A D | lists.py | 24 if head.type == list_head.get_type().pointer(): 26 elif head.type != list_head.get_type(): 47 if head.type == hlist_head.get_type().pointer(): 49 elif head.type != hlist_head.get_type(): 66 if (head.type == list_head.get_type().pointer()): 68 elif (head.type != list_head.get_type()):
|
| A D | radixtree.py | 28 return indirect_ptr.cast(radix_tree_node_type.get_type().pointer()) 34 if root.type == radix_tree_root_type.get_type().pointer(): 36 elif root.type != radix_tree_root_type.get_type(): 38 .format(radix_tree_root_type.get_type(), root.type))
|
| A D | tasks.py | 23 task_ptr_type = task_type.get_type().pointer() 87 thread_info_ptr_type = thread_info_type.get_type().pointer() 88 if task_type.get_type().fields()[0].type == thread_info_type.get_type():
|
| A D | genpd.py | 55 device_link_type.get_type().pointer(), 66 pm_domain_data_type.get_type().pointer(), 80 generic_pm_domain_type.get_type().pointer(),
|
| A D | modules.py | 28 module_ptr_type = module_type.get_type().pointer() 89 t = self._module_use_type.get_type().pointer()
|
| A D | vfs.py | 57 return utils.container_of(d_u, dentry_type.get_type().pointer(), "d_u")
|
| A D | page_owner.py | 77 …se.cast(utils.get_ulong_type()) + self.page_ext_size * index).cast(page_ext_t.get_type().pointer()) 96 return addr.cast(page_owner_t.get_type().pointer())
|
| A D | slab.py | 28 slab_ptr_type = slab_type.get_type().pointer() 30 kmem_cache_ptr_type = kmem_cache_type.get_type().pointer() 32 freeptr_t_ptr = freeptr_t.get_type().pointer()
|
| A D | timerlist.py | 13 timerqueue_node_type = utils.CachedType("struct timerqueue_node").get_type() 14 hrtimer_type = utils.CachedType("struct hrtimer").get_type()
|
| A D | interrupts.py | 30 desc = desc.cast(irq_desc_type.get_type()) 176 desc = ipi_desc[ipi].cast(irq_desc_type.get_type().pointer())
|
| A D | clk.py | 15 clk_core_type.get_type().pointer(), "child_node")
|
| A D | vmalloc.py | 15 vmap_area_ptr_type = vmap_area_type.get_type().pointer()
|
| A D | stackdepot.py | 49 …ool + gdb.Value(offset).cast(utils.get_size_t_type())).cast(stack_record_type.get_type().pointer())
|
| A D | cpus.py | 158 task_ptr_type = task_type.get_type().pointer()
|
| A D | proc.py | 138 mount_ptr_type = mount_type.get_type().pointer()
|
| /linux/drivers/regulator/ |
| A D | internal.h | 125 enum regulator_get_type get_type); 127 const char *id, enum regulator_get_type get_type); 129 enum regulator_get_type get_type); 131 struct regulator_bulk_data *consumers, enum regulator_get_type get_type);
|
| A D | devres.c | 23 int get_type) in _devm_regulator_get() argument 31 regulator = _regulator_get(dev, id, get_type); in _devm_regulator_get() 81 int get_type) in _devm_regulator_get_enable() argument 86 r = _devm_regulator_get(dev, id, get_type); in _devm_regulator_get_enable() 250 enum regulator_get_type get_type) in _devm_regulator_bulk_get() argument 260 ret = _regulator_bulk_get(dev, num_consumers, consumers, get_type); in _devm_regulator_bulk_get()
|
| /linux/drivers/md/ |
| A D | dm-exception-store.c | 73 static struct dm_exception_store_type *get_type(const char *type_name) in get_type() function 215 type = get_type("P"); in dm_exception_store_create() 217 type = get_type("N"); in dm_exception_store_create()
|
| A D | dm-log.c | 66 static struct dm_dirty_log_type *get_type(const char *type_name) in get_type() function 160 type = get_type(type_name); in dm_dirty_log_create()
|
| /linux/arch/powerpc/kernel/ |
| A D | reloc_32.S | 108 beq get_type /* value = 0 */ 122 beq get_type /* We have r5 = 0 */ 125 get_type: label
|
| /linux/drivers/media/pci/bt8xx/ |
| A D | dst.c | 919 u8 get_type[] = { 0x00, 0x11, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }; in dst_card_type() local 920 get_type[7] = dst_check_sum(get_type, 7); in dst_card_type() 921 if (dst_command(state, get_type, 8) < 0) { in dst_card_type()
|