Home
last modified time | relevance | path

Searched refs:tentry (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/parisc/kernel/
H A Dperf.c659 const struct rdr_tbl_ent *tentry; in perf_rdr_read_ubuf() local
662 if ((width = tentry->width) == 0) in perf_rdr_read_ubuf()
666 i = tentry->num_words; in perf_rdr_read_ubuf()
679 i = tentry->num_words; in perf_rdr_read_ubuf()
707 const struct rdr_tbl_ent *tentry; in perf_rdr_clear() local
712 if (tentry->width == 0) { in perf_rdr_clear()
716 i = tentry->num_words; in perf_rdr_clear()
743 const struct rdr_tbl_ent *tentry; in perf_write_image() local
766 dwords = tentry->num_words; in perf_write_image()
767 if (tentry->write_control) { in perf_write_image()
[all …]
/linux-6.15/security/selinux/ss/
H A Dservices.c728 struct sidtab_entry *tentry, in security_validtrans_handle_fail() argument
764 struct sidtab_entry *tentry; in security_compute_validatetrans() local
808 if (!tentry) { in security_compute_validatetrans()
818 &nentry->context, &tentry->context, in security_compute_validatetrans()
826 tentry, in security_compute_validatetrans()
1668 struct sidtab_entry *tentry, in compute_sid_handle_invalid_context() argument
1746 struct sidtab_entry *sentry, *tentry; in security_compute_sid() local
1792 tentry = sidtab_search_entry(sidtab, tsid); in security_compute_sid()
1793 if (!tentry) { in security_compute_sid()
1801 tcontext = &tentry->context; in security_compute_sid()
[all …]
/linux-6.15/drivers/net/ethernet/sun/
H A Dcassini.c2705 const int entry, const int tentry) in tx_tiny_map() argument
2707 cp->tx_tiny_use[ring][tentry].nbufs++; in tx_tiny_map()
2716 int entry, nr_frags, frag, tabort, tentry; in cas_xmit_tx_ringN() local
2751 tentry = entry; in cas_xmit_tx_ringN()
2761 mapping = tx_tiny_map(cp, ring, entry, tentry); in cas_xmit_tx_ringN()
2787 mapping = tx_tiny_map(cp, ring, entry, tentry); in cas_xmit_tx_ringN()
/linux-6.15/drivers/scsi/qla2xxx/
H A Dqla_edif.c84 struct edif_list_entry *tentry; in qla_edif_list_find_sa_index() local
87 list_for_each_entry_safe(entry, tentry, indx_list, next) { in qla_edif_list_find_sa_index()
2711 struct edif_sa_index_entry *tentry; in qla_edif_sadb_find_sa_index_entry() local
2714 list_for_each_entry_safe(entry, tentry, indx_list, next) { in qla_edif_sadb_find_sa_index_entry()