Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/crypto/marvell/octeontx2/
H A Dotx2_cptvf_reqmgr.c77 pentry->info = NULL; in free_pentry()
78 pentry->callback = NULL; in free_pentry()
79 pentry->areq = NULL; in free_pentry()
81 pentry->busy = false; in free_pentry()
124 if (unlikely(!pentry)) { in process_request()
143 pentry->info = info; in process_request()
146 pentry->busy = true; in process_request()
147 info->pentry = pentry; in process_request()
319 info = pentry->info; in process_pending_queue()
371 areq = pentry->areq; in process_pending_queue()
[all …]
H A Dotx2_cpt_reqmgr.h143 struct otx2_cpt_pending_entry *pentry; member
/linux-6.15/drivers/mtd/parsers/
H A Dqcomsmempart.c54 struct smem_flash_pentry pentry[SMEM_FLASH_PTABLE_MAX_PARTS_V4]; member
63 struct smem_flash_pentry *pentry; in parse_qcomsmem_part() local
121 pentry = &ptable->pentry[i]; in parse_qcomsmem_part()
122 if (pentry->name[0] != '\0') in parse_qcomsmem_part()
131 pentry = &ptable->pentry[i]; in parse_qcomsmem_part()
132 if (pentry->name[0] == '\0') in parse_qcomsmem_part()
135 name = kstrdup(pentry->name, GFP_KERNEL); in parse_qcomsmem_part()
147 parts[j].mask_flags = pentry->attr; in parse_qcomsmem_part()
148 parts[j].size = le32_to_cpu(pentry->length) * mtd->erasesize; in parse_qcomsmem_part()
150 i, pentry->name, le32_to_cpu(pentry->offset), in parse_qcomsmem_part()
[all …]
/linux-6.15/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_reqmgr.c89 pentry->info = NULL; in free_pentry()
90 pentry->callback = NULL; in free_pentry()
91 pentry->areq = NULL; in free_pentry()
93 pentry->busy = false; in free_pentry()
334 if (unlikely(!pentry)) { in process_request()
354 pentry->info = info; in process_request()
357 pentry->busy = true; in process_request()
358 info->pentry = pentry; in process_request()
520 if (WARN_ON(!pentry)) { in process_pending_queue()
589 areq = pentry->areq; in process_pending_queue()
[all …]
H A Dotx_cptvf_reqmgr.h175 struct otx_cpt_pending_entry *pentry; member
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_reg_sr.c79 struct xe_reg_sr_entry *pentry = xa_load(&sr->xa, idx); in xe_reg_sr_add() local
82 if (pentry) { in xe_reg_sr_add()
83 if (!compatible_entries(pentry, e)) { in xe_reg_sr_add()
88 pentry->clr_bits |= e->clr_bits; in xe_reg_sr_add()
89 pentry->set_bits |= e->set_bits; in xe_reg_sr_add()
90 pentry->read_mask |= e->read_mask; in xe_reg_sr_add()
95 pentry = kmalloc(sizeof(*pentry), GFP_KERNEL); in xe_reg_sr_add()
96 if (!pentry) { in xe_reg_sr_add()
101 *pentry = *e; in xe_reg_sr_add()
102 ret = xa_err(xa_store(&sr->xa, idx, pentry, GFP_KERNEL)); in xe_reg_sr_add()
/linux-6.15/drivers/crypto/cavium/cpt/
H A Dcptvf_reqmanager.c359 pentry->busy = false; in process_pending_queue()
361 pentry->post_arg = NULL; in process_pending_queue()
373 pentry->busy = false; in process_pending_queue()
375 pentry->post_arg = NULL; in process_pending_queue()
391 pentry->busy = false; in process_pending_queue()
392 pentry->post_arg = NULL; in process_pending_queue()
402 pentry->callback(ccode, pentry->callback_arg); in process_pending_queue()
486 if (unlikely(!pentry)) { in process_request()
504 info->pentry = pentry; in process_request()
505 pentry->busy = true; in process_request()
[all …]
H A Drequest_manager.h105 struct pending_entry *pentry; member
/linux-6.15/fs/dlm/
H A Dlowcomms.c840 pentry = kmalloc(sizeof(*pentry), GFP_NOFS); in new_processqueue_entry()
841 if (!pentry) in new_processqueue_entry()
845 if (!pentry->buf) { in new_processqueue_entry()
846 kfree(pentry); in new_processqueue_entry()
851 return pentry; in new_processqueue_entry()
856 kfree(pentry->buf); in free_processqueue_entry()
857 kfree(pentry); in free_processqueue_entry()
879 dlm_process_incoming_buffer(pentry->nodeid, pentry->buf, in process_dlm_messages()
886 if (!pentry) { in process_dlm_messages()
908 if (!pentry) in receive_from_sock()
[all …]
/linux-6.15/kernel/trace/
H A Dtrace_events_inject.c196 static int parse_entry(char *str, struct trace_event_call *call, void **pentry) in parse_entry() argument
205 *pentry = entry; in parse_entry()
228 *pentry = krealloc(entry, entry_size, GFP_KERNEL); in parse_entry()
229 if (!*pentry) { in parse_entry()
233 entry = *pentry; in parse_entry()
/linux-6.15/kernel/
H A Dpadata.c976 struct padata_sysfs_entry *pentry; in padata_sysfs_show() local
980 pentry = attr2pentry(attr); in padata_sysfs_show()
981 if (pentry->show) in padata_sysfs_show()
982 ret = pentry->show(pinst, attr, buf); in padata_sysfs_show()
991 struct padata_sysfs_entry *pentry; in padata_sysfs_store() local
995 pentry = attr2pentry(attr); in padata_sysfs_store()
996 if (pentry->store) in padata_sysfs_store()
997 ret = pentry->store(pinst, attr, buf, count); in padata_sysfs_store()
/linux-6.15/arch/powerpc/kvm/
H A De500.c29 struct id **pentry; member
79 entry->pentry = this_cpu_ptr(&pcpu_sids.entry[sid]); in local_sid_setup_one()
108 entry->pentry == this_cpu_ptr(&pcpu_sids.entry[entry->val])) in local_sid_lookup()
170 idt->id[as][pid][pr].pentry = NULL; in kvmppc_e500_id_table_reset_one()
/linux-6.15/net/bluetooth/
H A D6lowpan.c469 struct lowpan_peer *pentry; in send_mcast_pkt() local
477 list_for_each_entry_rcu(pentry, &dev->peers, list) { in send_mcast_pkt()
484 &pentry->chan->dst, pentry->chan->dst_type, in send_mcast_pkt()
485 &pentry->peer_addr, pentry->chan); in send_mcast_pkt()
486 ret = send_pkt(pentry->chan, local_skb, netdev); in send_mcast_pkt()
/linux-6.15/fs/proc/
H A Dproc_sysctl.c92 const struct ctl_table **pentry);
383 struct ctl_table_header **phead, const struct ctl_table **pentry) in first_entry() argument
397 *pentry = entry; in first_entry()
400 static void next_entry(struct ctl_table_header **phead, const struct ctl_table **pentry) in next_entry() argument
403 const struct ctl_table *entry = *pentry; in next_entry()
417 *pentry = entry; in next_entry()
1056 const struct ctl_table **pentry) in sysctl_follow_link() argument
1066 root = (*pentry)->data; in sysctl_follow_link()
1072 const char *procname = (*pentry)->procname; in sysctl_follow_link()
1079 *pentry = entry; in sysctl_follow_link()
/linux-6.15/mm/
H A Dswap_state.c737 pte_t *pte = NULL, pentry; in swap_vma_readahead() local
757 pentry = ptep_get_lockless(pte); in swap_vma_readahead()
758 if (!is_swap_pte(pentry)) in swap_vma_readahead()
760 entry = pte_to_swp_entry(pentry); in swap_vma_readahead()
/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c4209 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
4219 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4222 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
4223 pentry++; in lpfc_idiag_queacc_read_qe()
4336 uint32_t *pentry; in lpfc_idiag_queacc_write() local
4537 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
4538 pentry += offset; in lpfc_idiag_queacc_write()
4540 *pentry = value; in lpfc_idiag_queacc_write()
4542 *pentry |= value; in lpfc_idiag_queacc_write()
4544 *pentry &= ~value; in lpfc_idiag_queacc_write()
/linux-6.15/fs/ext4/
H A Dxattr.c320 xattr_find_entry(struct inode *inode, struct ext4_xattr_entry **pentry, in xattr_find_entry() argument
330 for (entry = *pentry; !IS_LAST_ENTRY(entry); entry = next) { in xattr_find_entry()
344 *pentry = entry; in xattr_find_entry()