Searched refs:set_pcpu_list (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/kern/
H A Dlink_elf.c193 static struct elf_set_head set_pcpu_list; variable in typeref:struct:elf_set_head
426 TAILQ_INIT(&set_pcpu_list);
600 elf_set_add(&set_pcpu_list, ef->pcpu_start, ef->pcpu_stop,
1062 elf_set_delete(&set_pcpu_list, ef->pcpu_start);
1552 if (elf_set_find(&set_pcpu_list, addr, &start, &base))

Completed in 49 milliseconds