Searched refs:last (Results 401 - 425 of 1032) sorted by relevance

<<11121314151617181920>>

/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c733 ranges[0].last = PAGE_SIZE * 600;
740 ranges[0].last = MOCK_APERTURE_START + PAGE_SIZE * 600 - 1;
743 ranges[0].last = PAGE_SIZE * 600 - 1;
752 EXPECT_EQ(true, iovas[i] <= ranges[0].last);
754 EXPECT_EQ(true, iovas[i] + length <= ranges[0].last + 1);
780 ranges[0].last = ranges[0].start + PAGE_SIZE * 600;
797 ranges[0].last = ranges[0].start + PAGE_SIZE * 600;
847 EXPECT_EQ(SIZE_MAX, ranges[0].last);
851 EXPECT_EQ(MOCK_APERTURE_LAST, ranges[0].last);
862 EXPECT_EQ(0, ranges[0].last);
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_dpm.h108 u8 last; member in struct:si_mc_reg_table
/linux-master/fs/xfs/
H A Dxfs_trans_buf.c524 * This is called to mark bytes first through last inclusive of the given
528 * First and last are numbers relative to the beginning of this buffer,
537 uint last)
541 ASSERT(first <= last && last < BBTOB(bp->b_length));
547 xfs_buf_item_log(bip, first, last);
562 * the buffer is committed to disk for the last time (we can tell by the ref
533 xfs_trans_log_buf( struct xfs_trans *tp, struct xfs_buf *bp, uint first, uint last) argument
H A Dxfs_super.c304 /* Get the last possible inode in the filesystem */
1204 int last, shift_left_factor = 0, _res; local
1212 last = strlen(value) - 1;
1213 if (value[last] == 'K' || value[last] == 'k') {
1215 value[last] = '\0';
1217 if (value[last] == 'M' || value[last] == 'm') {
1219 value[last] = '\0';
1221 if (value[last]
[all...]
/linux-master/drivers/s390/cio/
H A Dvfio_ccw_cp.c98 dma_addr_t *last = &first[npage]; local
101 *first + npage * PAGE_SIZE == *last &&
138 dma_addr_t *last = &first[npage]; local
141 *first + npage * PAGE_SIZE == *last &&
/linux-master/include/linux/
H A Dvt_kern.h126 int do_unbind_con_driver(const struct consw *csw, int first, int last,
/linux-master/net/ipv6/
H A Daddrlabel.c206 struct ip6addrlbl_entry *last = NULL, *p = NULL; local
229 last = p;
231 if (last)
232 hlist_add_behind_rcu(&newp->list, &last->list);
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drpm.c129 u64 cfg, last; local
135 last = cfg;
141 if (cfg != last)
143 return !!(last & RPM_TX_EN);
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_eth_com.c238 u32 last = 0; local
259 last = (status & ENA_ETH_IO_RX_CDESC_BASE_LAST_MASK) >>
261 } while (!last);
263 if (last) {
529 /* set the last desc indicator */
535 "Failed to update sq tail of the last descriptor\n");
600 /* Get rx flags from the last pkt */
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_context_types.h106 * upon completion/cancellation of the last request.
157 u32 last; member in struct:intel_context::intel_context_stats::__anon679
267 * @last_rq: last request submitted on a parallel context, used
H A Dselftest_hangcheck.c584 struct i915_request *last = NULL; local
612 if (last)
613 i915_request_put(last);
619 if (last)
620 i915_request_put(last);
621 last = i915_request_get(rq);
631 i915_request_put(last);
641 i915_request_put(last);
647 if (last) {
648 if (i915_request_wait(last,
[all...]
/linux-master/lib/
H A Dobjpool.c39 slot->last = slot->tail;
/linux-master/fs/notify/
H A Dmark.c40 * detached from fsnotify_mark_connector when last reference to the mark is
52 * - The inode is unlinked for the last time. (fsnotify_inode_remove)
204 * iput() outside of spinlocks. This happens when last mark that wanted iref is
222 /* Unpin inode after detach of last mark that wanted iref */
490 * list until its last reference is dropped. Note that we rely on mark being
521 * freeing is actually happening only once last reference to the mark is
678 struct fsnotify_mark *lmark, *last = NULL; local
717 last = lmark;
733 BUG_ON(last == NULL);
734 /* mark should be the last entr
[all...]
/linux-master/tools/perf/util/
H A Dcpumap.c610 bool last = i == perf_cpu_map__nr(map); local
612 if (!last)
617 if (last) {
622 } else if (((i - start) != (cpu.cpu - perf_cpu_map__cpu(map, start).cpu)) || last) {
/linux-master/fs/ext4/
H A Dextents_status.c1142 /* update the last lblk in the region seen so far */
1227 * @end - last block in range
1357 * @end - last block in range
1570 * but we will as a last resort.
2244 ext4_lblk_t first, last; local
2274 last = EXT4_LBLK_CMASK(sbi, end) +
2276 if (last != end)
2279 end + 1, last);
2281 ret = __insert_pending(inode, last, prealloc);
2285 __remove_pending(inode, last);
[all...]
/linux-master/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h117 u32 r_last_acked; /* IB PSN of last ACK'ed packet */
122 u32 comp_seg; /* index of last completed segment */
123 u32 ack_seg; /* index of last ack'ed segment */
142 u32 lpsn; /* last PSN in TID space */
147 u32 ib_lpsn; /* last PSn in Verbs space */
211 struct rvt_sge_state *ss, bool *last);
253 u32 *bth1, u32 *bth2, u32 *len, bool *last);
/linux-master/sound/i2c/
H A Di2c.c243 static int snd_i2c_bit_readbyte(struct snd_i2c_bus *bus, int last) argument
257 snd_i2c_bit_send(bus, !!last);
/linux-master/fs/hpfs/
H A Dhpfs.h93 __le32 last_chkdsk; /* date last checked, 0 if never */
94 __le32 last_optimize; /* date last optimized, 0 if never */
97 __le32 dir_band_end; /* last sector in dir band */
256 The remaining bands have maps in their first (even) or last (odd) 4 sectors
257 -- if the last, partial, band is odd its map is in its last 4 sectors.
310 u8 last: 1; /* set on phony \377 entry */ member in struct:hpfs_dirent
324 u8 last: 1; /* set on phony \377 entry */ member in struct:hpfs_dirent
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c100 " | |- last bitrate (kbps)=%d\n",
308 seq_puts(s, "[last encoding]\n");
313 seq_puts(s, "[no information recorded about last encoding]\n");
334 DEFINE_SHOW_ATTRIBUTE(last); variable
343 hva_dbg_create_entry(last);
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c776 * objects in the last run due to quota limit.
785 /* If the last set bit is larger than the number of pending
796 * from the last set bit.
1021 /* check for 'last error code' which tells us the
1022 * type of the last error to occur on the CAN bus
1063 u16 curr, last = priv->last_status; local
1075 curr = last;
1079 if ((curr & STATUS_EWARN) && (!(last & STATUS_EWARN))) {
1084 if ((curr & STATUS_EPASS) && (!(last & STATUS_EPASS))) {
1089 if ((curr & STATUS_BOFF) && (!(last
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c208 struct page *last,
211 return first + npages == last;
207 page_contiguous(struct page *first, struct page *last, unsigned long npages) argument
/linux-master/net/sched/
H A Dcls_basic.c127 static int basic_delete(struct tcf_proto *tp, void *arg, bool *last, argument
138 *last = list_empty(&head->flist);
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.c328 unsigned long address, unsigned long last,
333 pid, address, last - address + 1, node->id, trigger);
327 kfd_smi_event_unmap_from_gpu(struct kfd_node *node, pid_t pid, unsigned long address, unsigned long last, uint32_t trigger) argument
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_heartbeat.c144 u16 last = prev[thr].resp_heartbeat_cnt; local
146 if ((thr == ADF_AE_ADMIN_THREAD || req != resp) && resp == last) {
/linux-master/fs/nfs/
H A Dfscache.c307 pgoff_t last = ((sreq->start + sreq->len - local
319 xa_for_each_range(&sreq->rreq->mapping->i_pages, idx, page, start, last) {

Completed in 449 milliseconds

<<11121314151617181920>>