Home
last modified time | relevance | path

Searched refs:tgt_type (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/kernel/bpf/
Dbpf_lru_list.c84 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move_in() argument
87 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move_in()
90 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move_in()
91 node->type = tgt_type; in __bpf_lru_node_move_in()
93 list_move(&node->list, &l->lists[tgt_type]); in __bpf_lru_node_move_in()
102 enum bpf_lru_list_type tgt_type) in __bpf_lru_node_move() argument
105 WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type))) in __bpf_lru_node_move()
108 if (node->type != tgt_type) { in __bpf_lru_node_move()
110 bpf_lru_list_count_inc(l, tgt_type); in __bpf_lru_node_move()
111 node->type = tgt_type; in __bpf_lru_node_move()
[all …]
/Linux-v5.4/drivers/scsi/snic/
Dsnic_disc.c273 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()
Dsnic_fwint.h218 __le16 tgt_type; /* tgt type */ member