tgt_type          273 drivers/scsi/snic/snic_disc.c 	SNIC_BUG_ON(le16_to_cpu(tgtid->tgt_type) > SNIC_TGT_SAN);
tgt_type          274 drivers/scsi/snic/snic_disc.c 	tgt->tdata.typ = le16_to_cpu(tgtid->tgt_type);
tgt_type          218 drivers/scsi/snic/snic_fwint.h 	__le16	tgt_type;	/* tgt type */
tgt_type           84 kernel/bpf/bpf_lru_list.c 				   enum bpf_lru_list_type tgt_type)
tgt_type           87 kernel/bpf/bpf_lru_list.c 	    WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type)))
tgt_type           90 kernel/bpf/bpf_lru_list.c 	bpf_lru_list_count_inc(l, tgt_type);
tgt_type           91 kernel/bpf/bpf_lru_list.c 	node->type = tgt_type;
tgt_type           93 kernel/bpf/bpf_lru_list.c 	list_move(&node->list, &l->lists[tgt_type]);
tgt_type          102 kernel/bpf/bpf_lru_list.c 				enum bpf_lru_list_type tgt_type)
tgt_type          105 kernel/bpf/bpf_lru_list.c 	    WARN_ON_ONCE(IS_LOCAL_LIST_TYPE(tgt_type)))
tgt_type          108 kernel/bpf/bpf_lru_list.c 	if (node->type != tgt_type) {
tgt_type          110 kernel/bpf/bpf_lru_list.c 		bpf_lru_list_count_inc(l, tgt_type);
tgt_type          111 kernel/bpf/bpf_lru_list.c 		node->type = tgt_type;
tgt_type          121 kernel/bpf/bpf_lru_list.c 	list_move(&node->list, &l->lists[tgt_type]);