Searched refs:last (Results 501 - 525 of 1032) sorted by relevance

<<21222324252627282930>>

/linux-master/net/can/j1939/
H A Dtransport.c773 dat[1] = session->pkt.last - session->pkt.tx_acked;
814 pkt_end = session->pkt.last;
1025 } else if (session->pkt.rx >= session->pkt.last) {
1446 session->pkt.last = session->pkt.tx_acked + dat[1];
1447 if (session->pkt.last > session->pkt.total)
1449 session->pkt.last = session->pkt.total;
1678 netdev_alert(priv->ndev, "%s: 0x%p: connection exists (%02x %02x). last cmd: %x\n",
1839 netdev_info(priv->ndev, "%s: 0x%p: last %02x\n", __func__,
1896 if (session->pkt.rx >= session->pkt.last)
2018 session->pkt.last
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Def100.c187 u32 last = ef100_pci_get_bar_bits(efx, current_entry, ENTRY_LAST); local
238 if (last)
/linux-master/arch/xtensa/lib/
H A Dmemset.S65 add a6, a6, a5 # a6 = end of last 16B chunk
/linux-master/drivers/infiniband/hw/usnic/
H A Dusnic_uiom.c198 size = ((interval->last - interval->start) + 1) << PAGE_SHIFT;
291 if ((va >> PAGE_SHIFT) == interval_node->last) {
312 * Hit last entry of the chunk,
/linux-master/drivers/i2c/busses/
H A Di2c-rzv2m.c200 bool last)
219 if (last) {
199 rzv2m_i2c_read_with_ack(struct rzv2m_i2c_priv *priv, u8 *data, bool last) argument
/linux-master/mm/
H A Dsparse-vmemmap.c423 unsigned long next, last = addr + size; local
441 rc = vmemmap_populate_range(next, last, node, NULL,
/linux-master/drivers/iommu/iommufd/
H A Dpages.c40 * In this file the term 'last' indicates an inclusive and closed interval, eg
195 * covers a portion of the first and last pages in the range.
958 unsigned long last = pfns->batch_end_index - 1; local
966 &pages->domains_itree, start, last) {
1464 * manage the unpinning specially. The last domain does the
1581 * @last_index: The last page index in the range
1661 * @last_index: The last page index in the range
1887 unsigned long last)
1894 for (node = interval_tree_iter_first(&pages->access_itree, index, last);
1895 node; node = interval_tree_iter_next(node, index, last))
1886 iopt_pages_get_exact_access(struct iopt_pages *pages, unsigned long index, unsigned long last) argument
[all...]
/linux-master/mm/kmsan/
H A Dkmsan_test.c572 int last = ARRAY_SIZE(accum) - 1; local
579 * over to accum[2..last].
583 kmsan_check_memory((void *)&accum[last], sizeof(int));
/linux-master/drivers/media/usb/uvc/
H A Duvc_video.c708 struct uvc_clock_sample *last; local
735 last = &clock->samples[(clock->head - 1) % clock->size];
740 x2 = last->dev_stc - delta_stc;
745 y2 = (last->dev_sof + 2048) << 16;
764 x2 = (uvc_video_clock_host_sof(last) + 2048) << 16;
771 y2 = (u32)ktime_to_ns(ktime_sub(last->host_time, first->host_time)) + y1;
797 x2, last->host_sof, last->dev_sof, y1, y2);
928 "frame %u stats: %u/%u/%u packets, %u/%u/%u pts (%searly %sinitial), %u/%u scr, last pts/stc/sof %u/%u/%u\n",
1132 * last payloa
[all...]
/linux-master/net/sched/
H A Dcls_matchall.c247 static int mall_delete(struct tcf_proto *tp, void *arg, bool *last, argument
253 *last = true;
/linux-master/fs/nilfs2/
H A Dsegbuf.c276 struct nilfs_segment_buffer *last)
280 segbuf = list_prepare_entry(last, logs, sb_list);
275 nilfs_truncate_logs(struct list_head *logs, struct nilfs_segment_buffer *last) argument
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c67 * The mapping array for the last field maps to the desired references.
143 * - if this is not the last field in the set, fill a mapping array that maps
191 * - if this is the last field in the set, fill a mapping array that maps
192 * rules from the last lookup table to element pointers, also done by
205 * rule indices in last field: 0 1
292 * - if this is the last field in the set, look up the value from the mapping
296 * last field from insertion example:
300 * rule indices in last field: 0 1
440 bool last = i == m->field_count - 1; local
455 * the last fiel
548 bool last = i == m->field_count - 1; local
2072 bool last = i == m->field_count - 1; local
[all...]
/linux-master/kernel/
H A Dcpu.c59 * @last: For multi-instance rollback, remember how far we got
77 struct hlist_node *last; member in struct:cpuhp_cpu_state
705 st->last = NULL;
734 * If we have st->last we need to undo partial multi_instance of this
737 if (!st->last) {
1084 st->result = cpuhp_invoke_callback(cpu, state, bringup, st->node, &st->last);
1092 st->result = cpuhp_invoke_callback(cpu, state, bringup, st->node, &st->last);
1138 st->last = NULL;
1150 if ((ret = st->result) && st->last) {
1161 st->node = st->last
[all...]
/linux-master/fs/smb/server/
H A Dtransport_rdma.c933 struct smb_direct_sendmsg *first, *last; local
942 last = list_last_entry(&send_ctx->msg_list,
946 last->wr.send_flags = IB_SEND_SIGNALED;
947 last->wr.wr_cqe = &last->cqe;
949 last->wr.opcode = IB_WR_SEND_WITH_INV;
950 last->wr.ex.invalidate_rkey = send_ctx->remote_key;
961 list_for_each_entry_safe(first, last, &send_ctx->msg_list,
1144 struct smb_direct_sendmsg *last; local
1146 last
[all...]
/linux-master/drivers/scsi/libsas/
H A Dsas_expander.c1847 int phy_id, bool last)
1852 if (last) {
1965 bool last, int sibling)
1975 if (!last)
1990 sas_unregister_devs_sas_addr(dev, phy_id, last);
1994 sas_unregister_devs_sas_addr(dev, phy_id, last);
2009 sas_unregister_devs_sas_addr(dev, phy_id, last);
2035 sas_unregister_devs_sas_addr(dev, phy_id, last);
2052 * the last phy in the port, for other phys in this port, we just delete it
2063 bool last local
1846 sas_unregister_devs_sas_addr(struct domain_device *parent, int phy_id, bool last) argument
1964 sas_rediscover_dev(struct domain_device *dev, int phy_id, bool last, int sibling) argument
[all...]
/linux-master/tools/perf/util/
H A Dparse-events.c2093 /* Event is for a different group/PMU than last. */
2158 struct evsel *last; local
2160 last = evlist__last(evlist);
2161 last->cmdline_group_boundary = true;
2382 struct evsel *last = NULL; local
2387 * error when it found last == NULL.
2392 last = evlist__last(evlist);
2395 err = (*func)(last, arg);
2398 if (!last)
2401 if (last
[all...]
/linux-master/drivers/crypto/
H A Dtalitos.c872 unsigned int last; member in struct:talitos_ahash_req_ctx
884 unsigned int last; member in struct:talitos_export_state
1625 /* last DWORD empty */
1716 if (req_ctx->last)
1753 if (!req_ctx->last && req_ctx->to_hash_later) {
1847 if (req_ctx->last)
1857 /* last DWORD empty */
1889 if (req_ctx->last)
1998 if (!req_ctx->last && (nbytes + req_ctx->nbuf <= blocksize)) {
2015 if (req_ctx->last)
[all...]
/linux-master/drivers/atm/
H A Dnicstar.c552 card->tsq.last = card->tsq.base + (NS_TSQ_NUM_ENTRIES - 1);
571 card->rsq.last = card->rsq.base + (NS_RSQ_NUM_ENTRIES - 1);
593 ns_write_sram(card, NS_VRSCD1, u32d, 4); /* These last two won't be used */
889 scq->last = scq->base + (scq->num_entries - 1);
890 scq->tail = scq->last;
1474 scqep = scq->last;
1481 /* If the last entry is not a TSR, place one in the SCQ in order to
1498 if (scq->next == scq->last)
1554 ("TSQ: base = 0x%p next = 0x%p last = 0x%p TSQT = 0x%08X \n",
1556 card->tsq.last, read
[all...]
/linux-master/block/
H A Dbfq-iosched.c341 * This last piece of information enables BFQ to reduce the actual
355 * Basing on the last consideration, BFQ ends weight-raising for a
496 sector_t last)
531 if (s1 >= last)
532 d1 = s1 - last;
533 else if (s1 + back_max >= last)
534 d1 = (last - s1) * bfqd->bfq_back_penalty;
538 if (s2 >= last)
539 d2 = s2 - last;
540 else if (s2 + back_max >= last)
493 bfq_choose_req(struct bfq_data *bfqd, struct request *rq1, struct request *rq2, sector_t last) argument
996 bfq_check_fifo(struct bfq_queue *bfqq, struct request *last) argument
1015 bfq_find_next_rq(struct bfq_data *bfqd, struct bfq_queue *bfqq, struct request *last) argument
[all...]
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py1287 self.multitest['start'] = self.multitest['last'] = t
1291 dt = t - self.multitest['last']
1298 self.multitest['last'] = t
2453 last = 0
2456 last = self.list[-1]
2457 lasttime = last.time
2458 if last.isLeaf():
2459 lasttime += last.length
2469 if idx == 0 and last and last
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dssinh.S108 fmuls (%sp)+,%fp0 |last fp inst - possible exceptions set
/linux-master/scripts/
H A Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_mp.h60 u8 last[8]; member in struct:mp_xmit_frame
/linux-master/drivers/crypto/nx/
H A Dnx.c216 struct nx_sg *last = end - 1; local
218 if (last->len > delta) {
219 last->len -= delta;
223 delta -= last->len;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_cxt.h284 struct ilt_cfg_pair last; member in struct:qed_ilt_client_cfg

Completed in 339 milliseconds

<<21222324252627282930>>