Searched defs:slot (Results 1 – 8 of 8) sorted by relevance
/kernel/kcsan/ |
D | core.c | 82 #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/ |
D | lpm_trie.c | 310 struct lpm_trie_node __rcu **slot; in trie_update_elem() local 581 struct lpm_trie_node __rcu **slot; in trie_free() local
|
D | verifier.c | 2831 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
|
D | core.c | 788 u32 slot = prog->aux->size_poke_tab; in bpf_jit_add_poke_descriptor() local
|
/kernel/ |
D | kcmp.c | 104 struct kcmp_epoll_slot slot; in kcmp_epoll_target() local
|
D | kprobes.c | 136 kprobe_opcode_t *slot = NULL; in __get_insn_slot() local 249 kprobe_opcode_t *slot, int dirty) in __free_insn_slot()
|
/kernel/irq/ |
D | irqdomain.c | 1579 void __rcu **slot; in irq_domain_fix_revmap() local
|
/kernel/sched/ |
D | fair.c | 2212 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
|