Searched refs:itp (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/kernel/time/ |
D | posix-cpu-timers.c | 769 static void posix_cpu_timer_get(struct k_itimer *timer, struct itimerspec *itp) in posix_cpu_timer_get() argument 780 timer->it.cpu.incr, &itp->it_interval); in posix_cpu_timer_get() 783 itp->it_value.tv_sec = itp->it_value.tv_nsec = 0; in posix_cpu_timer_get() 810 &itp->it_value); in posix_cpu_timer_get() 820 &itp->it_value); in posix_cpu_timer_get() 826 itp->it_value.tv_nsec = 1; in posix_cpu_timer_get() 827 itp->it_value.tv_sec = 0; in posix_cpu_timer_get()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | namei.c | 571 struct lookup_intent *itp, it = { .it_op = IT_GETATTR }; in ll_lookup_nd() local 583 itp = NULL; in ll_lookup_nd() 585 itp = ⁢ in ll_lookup_nd() 586 de = ll_lookup_it(parent, dentry, itp, 0); in ll_lookup_nd() 588 if (itp != NULL) in ll_lookup_nd() 589 ll_intent_release(itp); in ll_lookup_nd()
|
D | file.c | 387 int lmmsize, struct lookup_intent *itp) in ll_intent_file_open() argument 409 itp->it_flags |= MDS_OPEN_LOCK; in ll_intent_file_open() 410 if (itp->it_flags & FMODE_WRITE) in ll_intent_file_open() 420 itp->it_flags |= MDS_OPEN_BY_FID; in ll_intent_file_open() 421 rc = md_intent_lock(sbi->ll_md_exp, op_data, lmm, lmmsize, itp, in ll_intent_file_open() 428 if (!it_disposition(itp, DISP_OPEN_OPEN) || in ll_intent_file_open() 429 it_open_error(DISP_OPEN_OPEN, itp)) in ll_intent_file_open() 431 ll_release_openhandle(inode, itp); in ll_intent_file_open() 435 if (it_disposition(itp, DISP_LOOKUP_NEG)) { in ll_intent_file_open() 440 if (rc != 0 || it_open_error(DISP_OPEN_OPEN, itp)) { in ll_intent_file_open() [all …]
|
/linux-4.4.14/net/ipv4/ |
D | icmp.c | 626 u8 _inner_type, *itp; in icmp_send() local 628 itp = skb_header_pointer(skb_in, in icmp_send() 636 if (!itp) in icmp_send() 643 if (*itp > NR_ICMP_TYPES || in icmp_send() 644 icmp_pointers[*itp].error) in icmp_send()
|
/linux-4.4.14/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 2594 cls_session = iscsi_session_setup(chba->cdev->itp, shost, in cxgbi_create_session() 2830 int cxgbi_iscsi_init(struct iscsi_transport *itp, in cxgbi_iscsi_init() argument 2833 *stt = iscsi_register_transport(itp); in cxgbi_iscsi_init() 2836 itp->name, itp); in cxgbi_iscsi_init() 2841 itp->name, stt); in cxgbi_iscsi_init() 2846 void cxgbi_iscsi_cleanup(struct iscsi_transport *itp, in cxgbi_iscsi_cleanup() argument 2852 itp, itp->name, *stt); in cxgbi_iscsi_cleanup() 2854 iscsi_unregister_transport(itp); in cxgbi_iscsi_cleanup()
|
D | libcxgbi.h | 542 struct iscsi_transport *itp; member
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | samsung-phy.txt | 150 - itp: for ITP generation
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 1329 cdev->itp = &cxgb3i_iscsi_transport; in cxgb3i_dev_open()
|
/linux-4.4.14/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 1788 cdev->itp = &cxgb4i_iscsi_transport; in t4_uld_add()
|