Home
last modified time | relevance | path

Searched refs:cnp (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/target/iscsi/cxgbit/
A Dcxgbit_cm.c87 p->cnp = cnp; in cxgbit_np_hash_add()
106 if (p->cnp == cnp) { in cxgbit_np_hash_find()
123 if (p->cnp == cnp) { in cxgbit_np_hash_del()
140 kfree(cnp); in _cxgbit_free_cnp()
434 cnp = kzalloc(sizeof(*cnp), GFP_KERNEL); in cxgbit_setup_np()
435 if (!cnp) in cxgbit_setup_np()
1238 if (!cnp) { in cxgbit_pass_accept_req()
1319 csk->cnp = cnp; in cxgbit_pass_accept_req()
1589 if (!cnp) { in cxgbit_pass_open_rpl()
1611 if (!cnp) { in cxgbit_close_listsrv_rpl()
[all …]
A Dcxgbit.h121 struct cxgbit_np *cnp; member
191 struct cxgbit_np *cnp; member
268 static inline void cxgbit_get_cnp(struct cxgbit_np *cnp) in cxgbit_get_cnp() argument
270 kref_get(&cnp->kref); in cxgbit_get_cnp()
273 static inline void cxgbit_put_cnp(struct cxgbit_np *cnp) in cxgbit_put_cnp() argument
275 kref_put(&cnp->kref, _cxgbit_free_cnp); in cxgbit_put_cnp()
/linux/fs/coda/
A Dpioctl.c58 struct coda_inode_info *cnp; in coda_pioctl() local
82 cnp = ITOC(target_inode); in coda_pioctl()
84 error = venus_pioctl(inode->i_sb, &(cnp->c_fid), cmd, &data); in coda_pioctl()
/linux/drivers/power/reset/
A Dat91-sama5d2_shdwc.c201 struct device_node *cnp; in at91_shdwc_get_wakeup_input() local
206 for_each_child_of_node(np, cnp) { in at91_shdwc_get_wakeup_input()
207 if (of_property_read_u32(cnp, "reg", &wk_input)) { in at91_shdwc_get_wakeup_input()
209 cnp); in at91_shdwc_get_wakeup_input()
222 if (of_property_read_bool(cnp, "atmel,wakeup-active-high")) in at91_shdwc_get_wakeup_input()
/linux/drivers/platform/x86/intel/pmc/
A DMakefile6 intel_pmc_core-y := core.o core_ssram.o spt.o cnp.o \
/linux/arch/arm64/include/asm/
A Dkvm_mmu.h305 u64 cnp = system_supports_cnp() ? VTTBR_CNP_BIT : 0;
310 return kvm_phys_to_vttbr(baddr) | vmid_field | cnp;
A Dmmu_context.h144 void __cpu_replace_ttbr1(pgd_t *pgdp, bool cnp);
/linux/drivers/mmc/host/
A Datmel-mci.c632 struct device_node *cnp; in atmci_of_init() local
639 for_each_child_of_node(np, cnp) { in atmci_of_init()
640 if (of_property_read_u32(cnp, "reg", &slot_id)) { in atmci_of_init()
641 dev_warn(dev, "reg property is missing for %pOF\n", cnp); in atmci_of_init()
648 of_node_put(cnp); in atmci_of_init()
652 if (of_property_read_u32(cnp, "bus-width", in atmci_of_init()
657 devm_fwnode_gpiod_get(dev, of_fwnode_handle(cnp), in atmci_of_init()
662 of_node_put(cnp); in atmci_of_init()
669 of_property_read_bool(cnp, "non-removable"); in atmci_of_init()
672 devm_fwnode_gpiod_get(dev, of_fwnode_handle(cnp), in atmci_of_init()
[all …]
/linux/arch/arm64/mm/
A Dmmu.c1526 void __cpu_replace_ttbr1(pgd_t *pgdp, bool cnp) in __cpu_replace_ttbr1() argument
1536 if (cnp) in __cpu_replace_ttbr1()

Completed in 32 milliseconds