Searched refs:last (Results 226 - 250 of 1032) sorted by relevance

1234567891011>>

/linux-master/net/ipv4/
H A Dinet_fragment.c56 /* Append skb to the last "run". */
389 struct sk_buff *last = q->fragments_tail; local
400 if (!last)
402 else if (FRAG_CB(last)->ip_defrag_offset + last->len < end) {
405 if (offset < FRAG_CB(last)->ip_defrag_offset + last->len)
407 if (offset == FRAG_CB(last)->ip_defrag_offset + last->len)
413 * but not the last (covere
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dpcir.c66 info->last = nvbios_rd08(bios, data + 0x15) & 0x80;
/linux-master/drivers/i2c/algos/
H A Di2c-algo-pcf.c206 int count, int last)
230 if (last)
239 int count, int last)
266 if (last)
343 /* Check LRB (last rcvd bit - slave ack) */
205 pcf_sendbytes(struct i2c_adapter *i2c_adap, const char *buf, int count, int last) argument
238 pcf_readbytes(struct i2c_adapter *i2c_adap, char *buf, int count, int last) argument
/linux-master/include/linux/mfd/
H A Dviperboard.h53 u8 last; member in struct:vprbrd_i2c_write_hdr
/linux-master/include/linux/platform_data/
H A Dcros_ec_sensorhub.h60 s64 last; member in struct:cros_ec_sensors_ec_overflow_state
69 * @x_offset: x is EC interrupt time. x_offset its last value.
70 * @y_offset: y is the difference between AP and EC time, y_offset its last
98 * @penul_ts: last but one batch timestamp (penultimate timestamp).
101 * @penul_len: last but one batch length.
129 * @batch_state: Per sensor information of the last batches received.
/linux-master/tools/testing/selftests/netfilter/
H A Dnf-queue.c192 unsigned int last, total; local
196 last = queue_stats[0];
200 last = queue_stats[i];
201 total += last;
/linux-master/net/ax25/
H A Dax25_out.c244 int last = 1; local
288 last = (next == end);
292 * bke 960114: do not set the Poll bit on the last frame
298 ax25_send_iframe(ax25, skbn, (last) ? AX25_POLLON : AX25_POLLOFF);
315 } while (!last && (skb = skb_dequeue(&ax25->write_queue)) != NULL);
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_plane.c31 * 0 last
41 static int exynos_plane_get_size(int start, unsigned length, unsigned last) argument
48 size = min_t(unsigned, end, last);
49 } else if (start <= last) {
50 size = min_t(unsigned, last - start, length);
/linux-master/drivers/ata/pata_parport/
H A Depia.c101 * 2048 byte reads (the last two being used in the CDrom drivers.
194 int ph, k, last, d; local
201 ph = 0; last = 0x8000;
204 if (d != last) {
205 last = d;
/linux-master/drivers/pci/hotplug/
H A Dcpci_hotplug.h73 int cpci_hp_register_bus(struct pci_bus *bus, u8 first, u8 last);
/linux-master/fs/omfs/
H A Dfile.c37 u64 next, last; local
69 last = next;
73 /* ignore last entry as it is the terminator */
86 if (last != inode->i_ino)
87 omfs_clear_range(inode->i_sb, last, sbi->s_mirrors);
129 * there are three possibilities for adding: grow last extent,
131 * continuation inode. in last two cases need an allocator for
/linux-master/arch/alpha/lib/
H A Dev67-strncat.S62 zapnot $1, $27, $2 # U : was last byte a null?
H A Dmemchr.S24 - does binary search to find 0 byte in last
46 # below when we find the address of the last byte. Given
120 # Make $18 point to last quad to be accessed (the
121 # last quad may or may not be partial).
/linux-master/net/netfilter/
H A Dnf_tables_trace.c173 const struct nft_rule_dp_last *last; local
181 last = (const struct nft_rule_dp_last *)rule;
183 if (WARN_ON_ONCE(!last->chain))
186 return last->chain;
/linux-master/include/uapi/linux/
H A Dvhost_types.h159 * @last: Last address that can be mapped by vhost-vDPA
163 __u64 last; member in struct:vhost_vdpa_iova_range
/linux-master/drivers/block/drbd/
H A Ddrbd_actlog.c246 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); local
248 D_ASSERT(device, first <= last);
252 if (first != last)
263 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); local
267 D_ASSERT(device, first <= last);
270 for (enr = first; enr <= last; enr++) {
490 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); local
495 D_ASSERT(device, first <= last);
497 nr_al_extents = 1 + last - first; /* worst case: all touched extends are cold. */
519 for (enr = first; enr <= last; en
549 unsigned last = i->size == 0 ? first : (i->sector + (i->size >> 9) - 1) >> (AL_EXTENT_SHIFT-9); local
742 unsigned long last = device->rs_mark_time[device->rs_last_mark]; local
[all...]
/linux-master/drivers/iommu/iommufd/
H A Diommufd_test.h131 __u32 last; member in struct:iommu_test_cmd
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c50 obj = find_next_zero_bit(bitmap->table, bitmap->max, bitmap->last);
59 bitmap->last = (obj + 1);
60 if (bitmap->last == bitmap->max)
61 bitmap->last = 0;
119 obj = find_aligned_range(bitmap->table, bitmap->last,
130 if (obj == bitmap->last) {
131 bitmap->last = (obj + cnt);
132 if (bitmap->last >= bitmap->max)
133 bitmap->last = 0;
164 bitmap->last
[all...]
/linux-master/arch/powerpc/boot/
H A Dstdio.c22 const char *last = NULL; local
25 last = s;
27 return (char *)last;
/linux-master/drivers/misc/bcm-vk/
H A Dbcm_vk_sg.c48 unsigned long first, last; local
59 last = ((data + vkdata->size - 1) & PAGE_MASK) >> PAGE_SHIFT;
60 dma->nr_pages = last - first + 1;
150 /* Write last sg list entry */
/linux-master/drivers/input/mouse/
H A Dsermouse.c32 unsigned long last; member in struct:sermouse
194 if (time_after(jiffies, sermouse->last + HZ/10))
197 sermouse->last = jiffies;
/linux-master/fs/hfsplus/
H A Dbitmap.c121 goto last;
124 goto last;
142 last:
/linux-master/drivers/mtd/nand/
H A Dcore.c158 struct nand_pos pos, last; local
162 nanddev_offs_to_pos(nand, einfo->addr + einfo->len - 1, &last);
163 while (nanddev_pos_cmp(&pos, &last) <= 0) {
/linux-master/drivers/accessibility/speakup/
H A Dspeakup_decext.c156 static u_char last = '\0'; local
204 if (!in_escape && strchr(",.!?;:", last))
221 last = ch;
/linux-master/drivers/ata/
H A Dpata_acpi.c25 void *last; member in struct:pata_acpi
176 if (adev != acpi->last) {
180 acpi->last = adev;

Completed in 221 milliseconds

1234567891011>>