Searched refs:stackidx (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/wireless/b43legacy/ |
D | radio.c | 921 static void _stack_save(u32 *_stackptr, size_t *stackidx, in _stack_save() argument 924 u32 *stackptr = &(_stackptr[*stackidx]); in _stack_save() 931 (*stackidx)++; in _stack_save() 932 B43legacy_WARN_ON(!(*stackidx < B43legacy_INTERFSTACK_SIZE)); in _stack_save() 956 _stack_save(stack, &stackidx, 0x1, (offset), \ 967 _stack_save(stack, &stackidx, 0x2, (offset), \ 978 _stack_save(stack, &stackidx, 0x3, (offset), \ 996 size_t stackidx = 0; in b43legacy_radio_interference_mitigation_enable() local
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | ip_tables.c | 299 unsigned int stackidx, cpu; in ipt_do_table() local 305 stackidx = 0; in ipt_do_table() 396 if (stackidx == 0) { in ipt_do_table() 402 e = jumpstack[--stackidx]; in ipt_do_table() 404 e, stackidx); in ipt_do_table() 411 jumpstack[stackidx++] = e; in ipt_do_table() 413 e, stackidx - 1); in ipt_do_table() 432 pr_debug("Exiting %s; sp at %u\n", __func__, stackidx); in ipt_do_table()
|
D | arp_tables.c | 260 unsigned int cpu, stackidx = 0; in arpt_do_table() local 321 if (stackidx == 0) { in arpt_do_table() 325 e = jumpstack[--stackidx]; in arpt_do_table() 332 jumpstack[stackidx++] = e; in arpt_do_table()
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 771 static void _stack_save(u32 *_stackptr, size_t *stackidx, in _stack_save() argument 774 u32 *stackptr = &(_stackptr[*stackidx]); in _stack_save() 781 (*stackidx)++; in _stack_save() 782 B43_WARN_ON(*stackidx >= B43_INTERFSTACK_SIZE); in _stack_save() 805 _stack_save(stack, &stackidx, 0x1, (offset), \ 816 _stack_save(stack, &stackidx, 0x2, (offset), \ 827 _stack_save(stack, &stackidx, 0x3, (offset)|(table), \ 843 size_t stackidx = 0; in b43_radio_interference_mitigation_enable() local
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6_tables.c | 327 unsigned int stackidx, cpu; in ip6t_do_table() local 333 stackidx = 0; in ip6t_do_table() 419 if (stackidx == 0) in ip6t_do_table() 423 e = ip6t_next_entry(jumpstack[--stackidx]); in ip6t_do_table() 428 jumpstack[stackidx++] = e; in ip6t_do_table()
|