Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 8 of 8) sorted by relevance

/kernel/kcsan/
Dcore.c82 #define SLOT_IDX(slot, i) (slot + ((i + KCSAN_CHECK_ADJACENT) % NUM_SLOTS)) argument
90 #define SLOT_IDX_FAST(slot, i) (slot + i) argument
117 const int slot = watchpoint_slot(addr); in find_watchpoint() local
148 const int slot = watchpoint_slot(addr); in insert_watchpoint() local
/kernel/bpf/
Dlpm_trie.c310 struct lpm_trie_node __rcu **slot; in trie_update_elem() local
581 struct lpm_trie_node __rcu **slot; in trie_free() local
Dverifier.c2831 int i, slot = -off - 1, spi = slot / BPF_REG_SIZE, err; in check_stack_write_fixed_off() local
2995 int slot, spi; in check_stack_write_var_off() local
3066 int i, slot, spi; in mark_reg_stack_read() local
3117 int i, slot = -off - 1, spi = slot / BPF_REG_SIZE; in check_stack_read_fixed_off() local
4692 int err, min_off, max_off, i, j, slot, spi; in check_stack_range_initialized() local
Dcore.c788 u32 slot = prog->aux->size_poke_tab; in bpf_jit_add_poke_descriptor() local
/kernel/
Dkcmp.c104 struct kcmp_epoll_slot slot; in kcmp_epoll_target() local
Dkprobes.c136 kprobe_opcode_t *slot = NULL; in __get_insn_slot() local
249 kprobe_opcode_t *slot, int dirty) in __free_insn_slot()
/kernel/irq/
Dirqdomain.c1579 void __rcu **slot; in irq_domain_fix_revmap() local
/kernel/sched/
Dfair.c2212 int slot = ps_ratio - NUMA_PERIOD_THRESHOLD; in update_task_scan_period() local
2222 int slot = lr_ratio - NUMA_PERIOD_THRESHOLD; in update_task_scan_period() local