| /freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/ |
| D | xfs_freebsd_iget.c | 106 xfs_inode_t *iq; in xfs_iget() local 137 if ((iq = ip->i_next)) { in xfs_iget() 138 iq->i_prevp = ip->i_prevp; in xfs_iget() 140 *ip->i_prevp = iq; in xfs_iget() 141 iq = ih->ih_next; in xfs_iget() 142 iq->i_prevp = &ip->i_next; in xfs_iget() 143 ip->i_next = iq; in xfs_iget() 225 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) { in xfs_iget() 226 if (iq->i_ino == ino) { in xfs_iget() 240 if ((iq = ih->ih_next)) { in xfs_iget() [all …]
|
| /freebsd-9-stable/lib/msun/src/ |
| D | k_rem_pio2.c | 296 int32_t jz,jx,jv,jp,jk,carry,n,iq[20],i,j,k,m,q0,ih; in __kernel_rem_pio2() local 322 iq[i] = (int32_t)(z-two24*fw); in __kernel_rem_pio2() 333 i = (iq[jz-1]>>(24-q0)); n += i; in __kernel_rem_pio2() 334 iq[jz-1] -= i<<(24-q0); in __kernel_rem_pio2() 335 ih = iq[jz-1]>>(23-q0); in __kernel_rem_pio2() 337 else if(q0==0) ih = iq[jz-1]>>23; in __kernel_rem_pio2() 343 j = iq[i]; in __kernel_rem_pio2() 346 carry = 1; iq[i] = 0x1000000- j; in __kernel_rem_pio2() 348 } else iq[i] = 0xffffff - j; in __kernel_rem_pio2() 353 iq[jz-1] &= 0x7fffff; break; in __kernel_rem_pio2() [all …]
|
| /freebsd-9-stable/sys/gnu/fs/xfs/ |
| D | xfs_iget.c | 135 xfs_inode_t *iq; in xfs_ihash_promote() local 140 if ((iq = ip->i_next)) { in xfs_ihash_promote() 141 iq->i_prevp = ip->i_prevp; in xfs_ihash_promote() 143 *ip->i_prevp = iq; in xfs_ihash_promote() 146 iq = ih->ih_next; in xfs_ihash_promote() 147 iq->i_prevp = &ip->i_next; in xfs_ihash_promote() 148 ip->i_next = iq; in xfs_ihash_promote() 201 xfs_inode_t *iq; in xfs_iget_core() local 356 for (iq = ih->ih_next; iq != NULL; iq = iq->i_next) { in xfs_iget_core() 357 if (iq->i_ino == ino) { in xfs_iget_core() [all …]
|
| D | xfs_inode.c | 3016 xfs_inode_t *iq; in xfs_iflush() local 3143 for (iq = ip->i_cnext; iq != ip; iq = iq->i_cnext) { in xfs_iflush() 3149 iip = iq->i_itemp; in xfs_iflush() 3150 if ((iq->i_update_core == 0) && in xfs_iflush() 3153 xfs_ipincount(iq) == 0) { in xfs_iflush() 3163 if (xfs_ilock_nowait(iq, XFS_ILOCK_SHARED)) { in xfs_iflush() 3165 if (xfs_iflock_nowait(iq)) { in xfs_iflush() 3167 if (xfs_ipincount(iq) == 0) { in xfs_iflush() 3173 iip = iq->i_itemp; in xfs_iflush() 3174 if ((iq->i_update_core != 0)|| in xfs_iflush() [all …]
|
| /freebsd-9-stable/sys/dev/cxgbe/ |
| D | t4_sge.c | 857 struct sge_iq *iq = NULL; in port_intr_iq() local 868 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq; in port_intr_iq() 870 iq = &s->rxq[pi->first_rxq + idx].iq; in port_intr_iq() 876 iq = &s->rxq[pi->first_rxq + idx].iq; in port_intr_iq() 878 iq = &s->ofld_rxq[pi->first_ofld_rxq + idx].iq; in port_intr_iq() 889 iq = &s->rxq[pi->first_rxq + idx].iq; in port_intr_iq() 892 KASSERT(iq->flags & IQ_INTR, ("%s: EDOOFUS", __func__)); in port_intr_iq() 893 return (iq); in port_intr_iq() 961 init_iq(&rxq->iq, sc, pi->tmr_idx, pi->pktc_idx, pi->qsize_rxq, in t4_setup_port_queues() 973 rxq->iq.flags |= IQ_INTR; in t4_setup_port_queues() [all …]
|
| D | adapter.h | 466 struct sge_iq iq; /* MUST be first */ member 484 iq_to_rxq(struct sge_iq *iq) in iq_to_rxq() argument 487 return (__containerof(iq, struct sge_rxq, iq)); in iq_to_rxq() 494 struct sge_iq iq; /* MUST be first */ member 499 iq_to_ofld_rxq(struct sge_iq *iq) in iq_to_ofld_rxq() argument 502 return (__containerof(iq, struct sge_ofld_rxq, iq)); in iq_to_ofld_rxq()
|
| D | t4_ioctl.h | 176 uint32_t iq:10; /* ingress queue */ member
|
| D | t4_main.c | 490 CTASSERT(offsetof(struct sge_ofld_rxq, iq) == offsetof(struct sge_rxq, iq)); 1235 rxq->iq.flags |= IQ_LRO_ENABLED; in cxgbe_ioctl() 1237 rxq->iq.flags &= ~IQ_LRO_ENABLED; in cxgbe_ioctl() 3233 rss[i++] = rxq->iq.abs_id; in port_full_init() 3285 quiesce_iq(sc, &rxq->iq); in port_full_uninit() 3291 quiesce_iq(sc, &ofld_rxq->iq); in port_full_uninit() 3325 quiesce_iq(struct adapter *sc, struct sge_iq *iq) in quiesce_iq() argument 3330 while (!atomic_cmpset_int(&iq->state, IQS_IDLE, IQS_DISABLED)) in quiesce_iq() 4143 cpl_not_handled(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in cpl_not_handled() argument 4148 __func__, rss->opcode, iq, m); in cpl_not_handled() [all …]
|
| D | t4_l2t.c | 233 do_l2t_write_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_l2t_write_rpl() argument
|
| /freebsd-9-stable/sys/dev/cxgbe/tom/ |
| D | t4_cpl_io.c | 111 flowc->mnemval[3].val = htobe32(toep->ofld_rxq->iq.abs_id); in send_flowc_wr() 803 do_peer_close(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_peer_close() argument 805 struct adapter *sc = iq->adapter; in do_peer_close() 917 do_close_con_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_close_con_rpl() argument 920 struct adapter *sc = iq->adapter; in do_close_con_rpl() 1023 do_abort_req(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_abort_req() argument 1025 struct adapter *sc = iq->adapter; in do_abort_req() 1041 return (do_abort_req_synqe(iq, rss, m)); in do_abort_req() 1095 do_abort_rpl(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_abort_rpl() argument 1097 struct adapter *sc = iq->adapter; in do_abort_rpl() [all …]
|
| D | t4_listen.c | 398 flowc->mnemval[3].val = htobe32(ofld_rxq->iq.abs_id); in send_reset_synqe() 436 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server() 466 F_SYN_RSS_ENABLE | V_SYN_RSS_QUEUE(lctx->ofld_rxq->iq.abs_id)); in create_server6() 488 req->reply_ctrl = htobe16(lctx->ofld_rxq->iq.abs_id); in destroy_server() 711 do_pass_open_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_pass_open_rpl() argument 714 struct adapter *sc = iq->adapter; in do_pass_open_rpl() 786 do_close_server_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_close_server_rpl() argument 789 struct adapter *sc = iq->adapter; in do_close_server_rpl() 841 do_abort_req_synqe(struct sge_iq *iq, const struct rss_header *rss, in do_abort_req_synqe() argument 844 struct adapter *sc = iq->adapter; in do_abort_req_synqe() [all …]
|
| D | t4_connect.c | 113 do_act_establish(struct sge_iq *iq, const struct rss_header *rss, in do_act_establish() argument 116 struct adapter *sc = iq->adapter; in do_act_establish() 182 do_act_open_rpl(struct sge_iq *iq, const struct rss_header *rss, in do_act_open_rpl() argument 185 struct adapter *sc = iq->adapter; in do_act_open_rpl() 233 F_RSS_QUEUE_VALID | V_RSS_QUEUE(toep->ofld_rxq->iq.abs_id); in calc_opt2a() 374 qid_atid = (toep->ofld_rxq->iq.abs_id << 14) | toep->tid; in t4_connect()
|
| D | t4_tom_l2t.c | 333 do_l2t_write_rpl2(struct sge_iq *iq, const struct rss_header *rss, in do_l2t_write_rpl2() argument 336 struct adapter *sc = iq->adapter; in do_l2t_write_rpl2() 342 rc = do_l2t_write_rpl(iq, rss, m); in do_l2t_write_rpl2()
|
| D | t4_ddp.c | 270 V_QUEUENO(toep->ofld_rxq->iq.abs_id)); in mk_set_tcb_field_ulp() 511 do_rx_data_ddp(struct sge_iq *iq, const struct rss_header *rss, struct mbuf *m) in do_rx_data_ddp() argument 513 struct adapter *sc = iq->adapter; in do_rx_data_ddp() 536 do_rx_ddp_complete(struct sge_iq *iq, const struct rss_header *rss, in do_rx_ddp_complete() argument 539 struct adapter *sc = iq->adapter; in do_rx_ddp_complete()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/R600/ |
| D | AMDILISelLowering.cpp | 448 SDValue iq = DAG.getNode(ISD::FP_TO_SINT, DL, INTTY, fq); in LowerSDIV24() local 467 iq = DAG.getSExtOrTrunc(iq, DL, OVT); in LowerSDIV24() 468 iq = DAG.getNode(ISD::ADD, DL, OVT, iq, jq); in LowerSDIV24() 469 return iq; in LowerSDIV24()
|
| /freebsd-9-stable/sys/arm/xscale/i80321/ |
| D | i80321_wdog.c | 154 DRIVER_MODULE(iopwdog, iq, iopwdog_driver, iopwdog_devclass, 0, 0);
|
| D | iq31244_7seg.c | 390 DRIVER_MODULE(iqseg, iq, iq31244_7seg_driver, iq31244_7seg_devclass, 0, 0);
|
| D | obio.c | 160 DRIVER_MODULE(obio, iq, obio_driver, obio_devclass, 0, 0);
|
| D | i80321_timer.c | 137 DRIVER_MODULE(itimer, iq, i80321_timer_driver, i80321_timer_devclass, 0, 0);
|
| D | i80321_aau.c | 292 DRIVER_MODULE(i80321_aau, iq, i80321_aau_driver, i80321_aau_devclass, 0, 0);
|
| D | iq80321.c | 389 DRIVER_MODULE(iq, nexus, iq80321_driver, iq80321_devclass, 0, 0);
|
| /freebsd-9-stable/sys/dev/asr/ |
| D | asr.c | 2401 struct scsi_inquiry_data *iq; in asr_attach() local 2551 if ((iq = (struct scsi_inquiry_data *)malloc( in asr_attach() 2604 iq, sizeof(struct scsi_inquiry_data)); in asr_attach() 2607 if (iq->vendor[0] && (iq->vendor[0] != ' ')) { in asr_attach() 2609 ASR_prstring (iq->vendor, 8); in asr_attach() 2612 if (iq->product[0] && (iq->product[0] != ' ')) { in asr_attach() 2614 ASR_prstring (iq->product, 16); in asr_attach() 2617 if (iq->revision[0] && (iq->revision[0] != ' ')) { in asr_attach() 2619 ASR_prstring (iq->revision, 4); in asr_attach() 2622 free(iq, M_TEMP); in asr_attach()
|
| /freebsd-9-stable/sys/arm/xscale/i8134x/ |
| D | iq81342_7seg.c | 391 DRIVER_MODULE(iqseg, iq, iq81342_7seg_driver, iq81342_7seg_devclass, 0, 0);
|
| D | obio.c | 167 DRIVER_MODULE(obio, iq, obio_driver, obio_devclass, 0, 0);
|
| D | i81342.c | 464 DRIVER_MODULE(iq, nexus, i81342_driver, i81342_devclass, 0, 0);
|