Searched refs:prog_table (Results 1 – 2 of 2) sorted by relevance
66 static struct hashmap *prog_table; variable484 if (!hashmap__empty(prog_table)) { in print_prog_json()489 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_json()560 if (!hashmap__empty(prog_table)) { in print_prog_plain()563 hashmap__for_each_key_entry(prog_table, entry, info->id) in print_prog_plain()638 prog_table = hashmap__new(hash_fn_for_key_as_id, in do_show()640 if (IS_ERR(prog_table)) { in do_show()644 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show()691 delete_pinned_obj_table(prog_table); in do_show()
624 BootMapTable *prog_table = (void *)sec; in ipl_scsi() local649 if (prog_table->entry[i].scsi.blockno) { in ipl_scsi()666 zipl_run(&prog_table->entry[loadparm].scsi); /* no return */ in ipl_scsi()