Searched refs:sz (Results 1 – 4 of 4) sorted by relevance
| /scripts/gdb/linux/ |
| D | dmesg.py | 37 sz = printk_ringbuffer_type.get_type().sizeof 38 prb = utils.read_memoryview(inf, prb_addr, sz).tobytes() 43 sz = prb_desc_ring_type.get_type().sizeof 44 desc_ring = utils.read_memoryview(inf, addr, sz).tobytes() 61 sz = prb_data_ring_type.get_type().sizeof 62 text_data_ring = utils.read_memoryview(inf, addr, sz).tobytes()
|
| /scripts/include/ |
| D | hashtable.h | 18 static inline void __hash_init(struct hlist_head *ht, unsigned int sz) in __hash_init() argument 22 for (i = 0; i < sz; i++) in __hash_init()
|
| /scripts/coccinelle/free/ |
| D | kfree.cocci | 54 @sz@ 83 position free.p1!=loop.ok,p2!={print.p,sz.p};
|
| /scripts/basic/ |
| D | fixdep.c | 120 static unsigned int strhash(const char *str, unsigned int sz) in strhash() argument 125 for (i = 0; i < sz; i++) in strhash()
|