Searched refs:itp (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/kernel/time/ |
D | posix-cpu-timers.c | 745 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec *itp) in posix_cpu_timer_get() argument 756 timer->it.cpu.incr, &itp->it_interval); in posix_cpu_timer_get() 759 itp->it_value.tv_sec = itp->it_value.tv_nsec = 0; in posix_cpu_timer_get() 786 &itp->it_value); in posix_cpu_timer_get() 796 &itp->it_value); in posix_cpu_timer_get() 802 itp->it_value.tv_nsec = 1; in posix_cpu_timer_get() 803 itp->it_value.tv_sec = 0; in posix_cpu_timer_get()
|
/linux-4.1.27/net/ipv4/ |
D | icmp.c | 602 u8 _inner_type, *itp; in icmp_send() local 604 itp = skb_header_pointer(skb_in, in icmp_send() 612 if (!itp) in icmp_send() 619 if (*itp > NR_ICMP_TYPES || in icmp_send() 620 icmp_pointers[*itp].error) in icmp_send()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 568 struct lookup_intent *itp, it = { .it_op = IT_GETATTR }; in ll_lookup_nd() local 580 itp = NULL; in ll_lookup_nd() 582 itp = ⁢ in ll_lookup_nd() 583 de = ll_lookup_it(parent, dentry, itp, 0); in ll_lookup_nd() 585 if (itp != NULL) in ll_lookup_nd() 586 ll_intent_release(itp); in ll_lookup_nd()
|
D | file.c | 389 int lmmsize, struct lookup_intent *itp) in ll_intent_file_open() argument 411 itp->it_flags |= MDS_OPEN_LOCK; in ll_intent_file_open() 412 if (itp->it_flags & FMODE_WRITE) in ll_intent_file_open() 422 itp->it_flags |= MDS_OPEN_BY_FID; in ll_intent_file_open() 423 rc = md_intent_lock(sbi->ll_md_exp, op_data, lmm, lmmsize, itp, in ll_intent_file_open() 430 if (!it_disposition(itp, DISP_OPEN_OPEN) || in ll_intent_file_open() 431 it_open_error(DISP_OPEN_OPEN, itp)) in ll_intent_file_open() 433 ll_release_openhandle(inode, itp); in ll_intent_file_open() 437 if (it_disposition(itp, DISP_LOOKUP_NEG)) { in ll_intent_file_open() 442 if (rc != 0 || it_open_error(DISP_OPEN_OPEN, itp)) { in ll_intent_file_open() [all …]
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 2590 cls_session = iscsi_session_setup(chba->cdev->itp, shost, in cxgbi_create_session() 2826 int cxgbi_iscsi_init(struct iscsi_transport *itp, in cxgbi_iscsi_init() argument 2829 *stt = iscsi_register_transport(itp); in cxgbi_iscsi_init() 2832 itp->name, itp); in cxgbi_iscsi_init() 2837 itp->name, stt); in cxgbi_iscsi_init() 2842 void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, in cxgbi_iscsi_cleanup() argument 2848 itp, itp->name, *stt); in cxgbi_iscsi_cleanup() 2850 iscsi_unregister_transport(itp); in cxgbi_iscsi_cleanup()
|
D | libcxgbi.h | 540 struct iscsi_transport *itp; member
|
/linux-4.1.27/Documentation/devicetree/bindings/phy/ |
D | samsung-phy.txt | 147 - itp: for ITP generation
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1329 cdev->itp = &cxgb3i_iscsi_transport; in cxgb3i_dev_open()
|
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1766 cdev->itp = &cxgb4i_iscsi_transport; in t4_uld_add()
|