Searched refs:last (Results 301 - 325 of 1032) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/atm/
H A Deni.h65 struct sk_buff *last; /* last PDU being DMAed (used to carry member in struct:eni_vcc
/linux-master/scripts/
H A Dcleanfile120 last;
/linux-master/net/netfilter/ipset/
H A Dpfxlen.c174 u32 last; local
180 last = from | ~ip_set_hostmask(i);
181 if (!after(last, to)) {
183 return last;
/linux-master/arch/arm/boot/bootp/
H A Dinit.S48 * If there is already an INITRD tag, then we ignore it; the last INITRD
52 teq r10, #0 @ last tag (zero length)?
/linux-master/drivers/dma/
H A Ddmaengine.h63 * @state: dma_tx_state structure to return last/used cookies
77 state->last = complete;
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_flower_scale.sh94 local last=$((count - 1))
/linux-master/net/rxrpc/
H A Drecvmsg.c112 bool last; local
123 last = sp->hdr.flags & RXRPC_LAST_PACKET;
131 trace_rxrpc_receive(call, last ? rxrpc_receive_rotate_last : rxrpc_receive_rotate,
134 if (last)
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S756 # last round
825 # loop last few blocks
940 lxvb16x 15, 0, 14 # load last block
1005 lxvb16x 17+32, 0, 14 # load last block
1034 #stxvb16x 15+32, 0, 9 # last block
1089 stxvb16x 15+32, 10, 1 # last block
1297 # last round
1375 # loop last few blocks
1490 lxvb16x 15, 0, 14 # load last block
/linux-master/arch/sh/include/asm/
H A Dprocessor.h63 unsigned long long last; member in struct:tlb_info
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson-axg-pmx.c37 pin <= pmx->pmx_banks[i].last) {
/linux-master/drivers/s390/block/
H A Ddasd_fba.c375 /* is last record at page boundary? */
449 /* Calculate record id of first and last block. */
658 struct ccw1 *act, *end, *last; local
695 for (last = act; last->flags & (CCW_FLAG_CC | CCW_FLAG_DC); last++);
696 end = min(act + 8, last);
717 end = min((struct ccw1 *)dma32_to_virt(irb->scsw.cmd.cpa) + 2, last);
730 /* print last CCWs */
731 if (act < last
[all...]
/linux-master/arch/loongarch/kernel/
H A Dunwind_orc.c40 * If we crash with IP==0, the last successfully executed instruction
63 int *last = ip_table + num_entries - 1; local
74 while (first <= last) {
75 mid = first + ((last - first) / 2);
81 last = mid - 1;
/linux-master/include/linux/
H A Dnamei.h16 * Type of the last component on LOOKUP_PARENT
72 struct path *parent, struct qstr *last, int *type,
/linux-master/net/sched/
H A Dsch_etf.c34 ktime_t last; /* The txtime of the last skb sent to the netdevice. */ member in struct:etf_sched_data
102 if (ktime_before(txtime, now) || ktime_before(txtime, q->last))
248 q->last = skb->tstamp;
445 q->last = 0;
/linux-master/drivers/cxl/core/
H A Dhdm.c462 struct resource *p, *last; local
479 for (p = cxlds->ram_res.child, last = NULL; p; p = p->sibling)
480 last = p;
481 if (last)
482 free_ram_start = last->end + 1;
486 for (p = cxlds->pmem_res.child, last = NULL; p; p = p->sibling)
487 last = p;
488 if (last)
489 free_pmem_start = last->end + 1;
/linux-master/include/drm/
H A Ddrm_vblank.h140 * @last: Protected by &drm_device.vbl_lock, used for wraparound handling.
142 u32 last; member in struct:drm_vblank_crtc
/linux-master/drivers/tty/vt/
H A Dvt.c70 * original codes or '?' as a last resort if replacement glyph is undefined
123 int last; member in struct:con_driver
188 * last_console is the last used one,
2114 * @ESANSI_last: last state for ignoring ansi control sequences
2721 uint32_t last; member in struct:interval
2729 if (ucs > e.last)
2745 ucs > double_width[ARRAY_SIZE(double_width) - 1].last)
3646 con_driver->last = MAX_NR_CONSOLES - 1;
3768 static int do_bind_con_driver(const struct consw *csw, int first, int last, argument
3809 last
3871 do_unbind_con_driver(const struct consw *csw, int first, int last, int deflt) argument
3953 int i, more = 1, first = -1, last = -1, deflt = 0; local
4003 int i, more = 1, first = -1, last = -1, deflt = 0; local
4229 do_register_con_driver(const struct consw *csw, int first, int last) argument
4386 do_take_over_console(const struct consw *csw, int first, int last, int deflt) argument
[all...]
/linux-master/fs/ext4/
H A Dresize.c117 #define outside(b, first, last) ((b) < (first) || (b) >= (last))
118 #define inside(b, first, last) ((b) >= (first) && (b) < (last))
166 ext4_warning(sb, "Cannot read last block (%llu)",
1134 * mounted. We don't need to worry about last changing from
1143 ext4_group_t last; local
1162 last = sbi->s_groups_count;
1165 last = (ext4_group_t)(group + EXT4_DESC_PER_BLOCK(sb) - 2);
1213 else if (group == last)
1542 ext4_grpblk_t last; local
1636 ext4_grpblk_t last; local
1838 ext4_grpblk_t last; local
[all...]
/linux-master/fs/btrfs/
H A Draid56.c550 static int rbio_can_merge(struct btrfs_raid_bio *last, argument
553 if (test_bit(RBIO_RMW_LOCKED_BIT, &last->flags) ||
564 if (test_bit(RBIO_CACHE_BIT, &last->flags) ||
568 if (last->bioc->full_stripe_logical != cur->bioc->full_stripe_logical)
572 if (last->operation != cur->operation)
582 if (last->operation == BTRFS_RBIO_PARITY_SCRUB)
585 if (last->operation == BTRFS_RBIO_READ_REBUILD)
1049 struct bio *last = bio_list->tail; local
1083 if (last) {
1084 u64 last_end = last
1605 struct btrfs_raid_bio *last = NULL; local
[all...]
H A Ddefrag.c537 * node when path->slots[node_level - 1] does not point to the last
538 * item or a slot beyond the last item (ctree.c:unlock_up()). Therefore
816 /* This is the last extent */
1071 struct defrag_target_range *last; local
1073 /* Empty target list, no way to merge with last entry */
1076 last = list_entry(target_list->prev,
1078 /* Not mergeable with last entry */
1079 if (last->start + last->len != cur)
1090 * last rang
1093 struct defrag_target_range *last; local
[all...]
/linux-master/drivers/usb/gadget/udc/
H A Daspeed_udc.c479 bool last = false; local
497 while (chunk >= 0 && !last && count < AST_UDC_DESCS_COUNT) {
505 last = true;
533 u32 last; local
535 last = req->req.length - req->req.actual;
536 tx_len = last > ep->ep.maxpacket ? ep->ep.maxpacket : last;
554 u32 last; local
558 last = req->req.length - req->req.actual;
559 tx_len = last > descs_max_siz
587 u32 last; local
[all...]
/linux-master/drivers/usb/cdns3/
H A Dcdnsp-mem.c101 * Change the last TRB in the prev segment to be a Link TRB which points to the
122 * Set the last TRB in the segment to have a TRB type ID
139 struct cdnsp_segment *last,
144 if (!ring || !first || !last)
149 cdnsp_link_segments(pdev, last, next, ring->type);
156 last->trbs[TRBS_PER_SEGMENT - 1].link.control |=
158 ring->last_seg = last;
324 struct cdnsp_segment **last,
359 *last = prev;
368 * Set the end flag and the cycle toggle bit on the last segmen
136 cdnsp_link_rings(struct cdnsp_device *pdev, struct cdnsp_ring *ring, struct cdnsp_segment *first, struct cdnsp_segment *last, unsigned int num_segs) argument
322 cdnsp_alloc_segments_for_ring(struct cdnsp_device *pdev, struct cdnsp_segment **first, struct cdnsp_segment **last, unsigned int num_segs, unsigned int cycle_state, enum cdnsp_ring_type type, unsigned int max_packet, gfp_t flags) argument
428 struct cdnsp_segment *last; local
[all...]
/linux-master/drivers/gpu/drm/
H A Ddrm_vblank.c184 ktime_t t_vblank, u32 last)
190 vblank->last = last;
232 * to the last vblank occurred.
277 * update the last read value so we can deal with wraparound on the next
316 diff = (cur_vblank - vblank->last) & max_vblank_count;
359 diff, cur_vblank, vblank->last);
362 drm_WARN_ON_ONCE(dev, cur_vblank != vblank->last);
447 * Disable vblank irq's on crtc, make sure that last vblank count
1291 u64 last; local
182 store_vblank(struct drm_device *dev, unsigned int pipe, u32 vblank_count_inc, ktime_t t_vblank, u32 last) argument
[all...]
/linux-master/arch/arm/lib/
H A Dcsumpartial.S68 ldrbne td0, [buf], #1 @ include last byte
71 .Ldone: adc r0, sum, #0 @ collect up the last carry
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_twsi.c169 * rd_byte - read a byte, sending STOP on last, else ACK
171 * @last: identifies the last read
175 static int rd_byte(struct qib_devdata *dd, int last) argument
187 if (last) {

Completed in 497 milliseconds

<<11121314151617181920>>