Searched refs:tgt_type (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_lru_list.c | 89 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move_in() 92 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move_in() 95 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move_in() 96 node->type = tgt_type; in __bpf_lru_node_move_in() 98 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in() 107 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move() 110 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move() 113 if (node->type != tgt_type) { in __bpf_lru_node_move() 115 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move() 116 node->type = tgt_type; in __bpf_lru_node_move() 87 __bpf_lru_node_move_in(struct bpf_lru_list *l, struct bpf_lru_node *node, enum bpf_lru_list_type tgt_type) __bpf_lru_node_move_in() argument 105 __bpf_lru_node_move(struct bpf_lru_list *l, struct bpf_lru_node *node, enum bpf_lru_list_type tgt_type) __bpf_lru_node_move() argument [all...] |
H A D | btf.c | 4572 enum bpf_prog_type tgt_type; in btf_ctx_access() local 4575 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access() 4577 tgt_type = tgt_prog->type; in btf_ctx_access() 4579 ret = btf_translate_to_vmlinux(log, btf, t, tgt_type, arg); in btf_ctx_access()
|
H A D | verifier.c | 12502 tgt_info->tgt_type = t; in bpf_check_attach_target() 12544 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lru_list.c | 89 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move_in() 92 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move_in() 95 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move_in() 96 node->type = tgt_type; in __bpf_lru_node_move_in() 98 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in() 107 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move() 110 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move() 113 if (node->type != tgt_type) { in __bpf_lru_node_move() 115 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move() 116 node->type = tgt_type; in __bpf_lru_node_move() 87 __bpf_lru_node_move_in(struct bpf_lru_list *l, struct bpf_lru_node *node, enum bpf_lru_list_type tgt_type) __bpf_lru_node_move_in() argument 105 __bpf_lru_node_move(struct bpf_lru_list *l, struct bpf_lru_node *node, enum bpf_lru_list_type tgt_type) __bpf_lru_node_move() argument [all...] |
H A D | btf.c | 6073 enum bpf_prog_type tgt_type; in btf_ctx_access() local 6076 tgt_type = tgt_prog->aux->saved_dst_prog_type; in btf_ctx_access() 6078 tgt_type = tgt_prog->type; in btf_ctx_access() 6080 ret = btf_translate_to_vmlinux(log, btf, t, tgt_type, arg); in btf_ctx_access()
|
H A D | verifier.c | 20054 tgt_info->tgt_type = t; in bpf_check_attach_target() 20141 prog->aux->attach_func_proto = tgt_info.tgt_type; in check_attach_btf_id()
|
/kernel/linux/linux-5.10/drivers/scsi/snic/ |
H A D | snic_disc.c | 273 SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN); in snic_tgt_create() 274 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create()
|
H A D | snic_fwint.h | 218 __le16 tgt_type; /* tgt type */ member
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_disc.c | 259 SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN); in snic_tgt_create() 260 tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type); in snic_tgt_create()
|
H A D | snic_fwint.h | 204 __le16 tgt_type; /* tgt type */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 697 const struct btf_type *tgt_type; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1168 const struct btf_type *tgt_type; member
|
Completed in 74 milliseconds