Searched refs:last (Results 101 - 125 of 1032) sorted by relevance

1234567891011>>

/linux-master/lib/
H A Dtest_maple_tree.c393 unsigned long last = 0, index = 0; local
560 * Find last value.
563 * 3. find the last value but searching for ULONG_MAX and then using
573 last = mas.last;
575 /* Erase the last entry. */
578 mas.last = ULONG_MAX;
588 MT_BUG_ON(mt, last != mas.last);
593 mas.last
[all...]
/linux-master/lib/zlib_inflate/
H A Dinflate.c43 state->last = 0;
108 Update the window with the last wsize (normally 32K) bytes written before
115 advantage, since only the last 32K of output is copied to the sliding window
315 When there is a window, goto inf_leave will update the window with the last
343 code last; /* parent table entry */ local
413 if (state->last) {
419 state->last = BITS(1);
592 last = this;
594 this = state->lencode[last.val +
595 (BITS(last
[all...]
H A Dinflate.h29 TYPE, /* i: waiting for type bits, including last-flag bit */
76 int last; /* true if processing last block */ member in struct:inflate_state
/linux-master/tools/perf/tests/
H A Dtime-utils-test.c63 u64 last; member in struct:test_data
74 .last_sample_time = d->last,
86 d->first, d->last);
193 .last = b + 100,
208 .last = b + 100,
223 .last = b + 100,
238 .last = b + 100,
/linux-master/arch/riscv/crypto/
H A Dsha256-riscv64-zvknha_or_zvknhb-zvkb.S92 .macro sha256_4rounds last, k, w0, w1, w2, w3
96 .if !\last
102 .macro sha256_16rounds last, k0, k1, k2, k3
103 sha256_4rounds \last, \k0, W0, W1, W2, W3
104 sha256_4rounds \last, \k1, W1, W2, W3, W0
105 sha256_4rounds \last, \k2, W2, W3, W0, W1
106 sha256_4rounds \last, \k3, W3, W0, W1, W2
H A Dsha512-riscv64-zvknhb-zvkb.S77 .macro sha512_4rounds last, w0, w1, w2, w3
83 .if !\last
89 .macro sha512_16rounds last
90 sha512_4rounds \last, W0, W1, W2, W3
91 sha512_4rounds \last, W1, W2, W3, W0
92 sha512_4rounds \last, W2, W3, W0, W1
93 sha512_4rounds \last, W3, W0, W1, W2
/linux-master/fs/nfs/
H A Dnfs4renewd.c62 unsigned long last, now; local
72 last = clp->cl_last_renewal;
75 if (time_after(now, last + lease/3))
/linux-master/arch/arm/boot/compressed/
H A Dstring.c146 const char *last = NULL; local
149 last = s;
151 return (char *)last;
/linux-master/arch/csky/lib/
H A Dstring.c46 unsigned long last, next; local
58 last = next;
61 d.as_ulong[0] = last >> (distance * 8) |
/linux-master/drivers/firmware/efi/libstub/
H A Dstring.c169 * strrchr - Find the last occurrence of a character in a string
175 const char *last = NULL; local
178 last = s;
180 return (char *)last;
/linux-master/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c139 char *last; local
144 info.pos_x = simple_strtoul(buf, &last, 10);
145 ++last;
146 if (last - buf >= size)
149 info.pos_y = simple_strtoul(last, &last, 10);
178 char *last; local
183 info.out_width = simple_strtoul(buf, &last, 10);
184 ++last;
185 if (last
[all...]
/linux-master/net/sched/
H A Dsch_mqprio_lib.c27 unsigned int last = qopt->offset[i] + qopt->count[i]; local
36 * real_num_tx_queues indicates the last queue is in use.
39 last > dev->real_num_tx_queues) {
52 if (intervals_overlap(qopt->offset[i], last,
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dccm_mbox.c151 static void nfp_ccm_mbox_copy_in(struct nfp_net *nn, struct sk_buff *last) argument
190 if (skb == last)
199 nfp_ccm_mbox_find_req(struct nfp_net *nn, __be16 tag, struct sk_buff *last) argument
208 if (skb == last)
214 static void nfp_ccm_mbox_copy_out(struct nfp_net *nn, struct sk_buff *last) argument
262 skb = nfp_ccm_mbox_find_req(nn, hdr.tag, last);
348 } while (skb != last);
355 nfp_ccm_mbox_mark_all_err(struct nfp_net *nn, struct sk_buff *last, int err) argument
368 } while (skb != last);
378 struct sk_buff *skb, *last; variable in typeref:struct:
[all...]
/linux-master/fs/ext2/
H A Dxattr.c412 struct ext2_xattr_entry *here = NULL, *last = NULL; local
422 * last -- Points right after the last named entry within the block
467 last = FIRST_ENTRY(bh);
468 while (!IS_LAST_ENTRY(last)) {
469 if (!ext2_xattr_entry_valid(last, end, sb->s_blocksize))
471 if (last->e_value_size) {
472 size_t offs = le16_to_cpu(last->e_value_offs);
479 name, last);
481 here = last;
[all...]
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xx-i2c.c56 static int mb862xx_i2c_read_byte(struct i2c_adapter *adap, u8 *byte, int last) argument
60 outreg(i2c, GC_I2C_BCR, I2C_START | (last ? 0 : I2C_ACK));
79 int last = m->len - 1; local
82 if (!mb862xx_i2c_read_byte(adap, &m->buf[i], i == last)) {
/linux-master/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dci_smumgr.h54 uint8_t last; member in struct:ci_mc_reg_table
H A Diceland_smumgr.h53 uint8_t last; /* number of registers*/ member in struct:iceland_mc_reg_table
H A Dtonga_smumgr.h55 uint8_t last; /* number of registers*/ member in struct:tonga_mc_reg_table
/linux-master/drivers/net/fddi/skfp/
H A Dsmttimer.c117 struct smt_timer **last ; local
121 last = &smc->t.st_queue ;
127 last = &tm->tm_next ;
136 *last = NULL;
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_16xx.c94 unsigned int last; local
118 last = board->n_chan - (n_subdevs * 32);
121 last = 0;
133 s->n_chan = ((i * 32) < board->n_chan) ? 32 : last;
/linux-master/drivers/md/
H A Ddm-stats.h15 struct dm_stats_last_position __percpu *last; member in struct:dm_stats
/linux-master/virt/kvm/
H A Dcoalesced_mmio.c43 static int coalesced_mmio_has_room(struct kvm_coalesced_mmio_dev *dev, u32 last) argument
50 /* last is the first free entry
55 avail = (ring->first - last - 1) % KVM_COALESCED_MMIO_MAX;
77 insert = READ_ONCE(ring->last);
91 ring->last = (insert + 1) % KVM_COALESCED_MMIO_MAX;
/linux-master/arch/alpha/lib/
H A Dstrlen.S10 * - does binary search to find 0 byte in last
35 nop # helps dual issue last two insns
/linux-master/include/linux/
H A Dobjpool.h33 * @last: the last sequence number marked as ready for retrieve
52 uint32_t last; member in struct:objpool_slot
152 * only when the last outstanding object is dropped could the whole
/linux-master/arch/x86/kernel/
H A Dsetup_percpu.c67 pg_data_t *last = NULL; local
74 last && last != NODE_DATA(node))
77 last = NODE_DATA(node);

Completed in 342 milliseconds

1234567891011>>