Searched refs:last (Results 326 - 350 of 1032) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c221 struct command_chunk *curr = NULL, *first = NULL, *last = NULL; local
251 &last->nextchunk);
256 if (last)
257 *((u64 *)(&last->head[last->size])) = (u64)curr->dma_addr;
259 last = curr;
263 /* Tie back last chunk entry to head */
265 *((u64 *)(&last->head[last->size])) = (u64)curr->dma_addr;
/linux-master/drivers/video/fbdev/omap/
H A Dhwa742.c476 struct hwa742_request *last; local
479 last = list_entry(req_list.prev, struct hwa742_request, entry);
481 last->complete = auto_update_complete;
482 last->complete_data = NULL;
498 struct hwa742_request *last; local
515 last = list_entry(req_list.prev, struct hwa742_request, entry);
517 last->complete = complete_callback;
518 last->complete_data = (void *)complete_callback_data;
/linux-master/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c189 struct otx_cpt_cmd_chunk *curr, *first, *last; local
209 last = NULL;
240 if (last)
241 *((u64 *)(&last->head[last->size])) =
244 last = curr;
248 * Make the queue circular, tie back last chunk entry to head
251 *((u64 *)(&last->head[last->size])) = (u64)curr->dma_addr;
/linux-master/scripts/dtc/libfdt/
H A Dfdt.c304 * the same as the last.
318 const char *last = strtab + tabsize - len; local
321 for (p = strtab; p <= last; p++)
/linux-master/drivers/media/pci/ivtv/
H A Divtv-udma.c20 dma_page->last = ((first+size-1) & PAGE_MASK) >> PAGE_SHIFT;
21 dma_page->page_count = dma_page->last - dma_page->first + 1;
/linux-master/scripts/dtc/
H A Dof_unittest_expect451 last;
474 last;
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dquota.c139 struct iwl_time_quota_cmd *last = &mvm->last_quota_cmd; local
268 last_data = iwl_mvm_quota_cmd_get_quota(mvm, last, i);
/linux-master/arch/alpha/lib/
H A Dstrrchr.S6 * Return the address of the last occurrence of a given character
23 mov zero, t6 # .. e1 : t6 is last match aligned addr
25 mov zero, t8 # .. e1 : t8 is last match byte compare mask
65 /* Locate the address of the last matched character */
H A Dev67-strrchr.S40 mov zero, t6 # E : t6 is last match aligned addr
43 mov zero, t8 # E : t8 is last match byte compare mask
96 /* Locate the address of the last matched character */
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Drs.c100 int last = ofdm ? IWL_RATE_COUNT_LEGACY : IWL_FIRST_OFDM_RATE; local
102 for (idx = offset; idx < last; idx++)
/linux-master/drivers/devfreq/event/
H A Drockchip-dfi.c254 struct dmc_count *last = &dfi->last_event_count; local
267 a = count.c[i].access - last->c[i].access;
268 c = count.c[i].clock_cycles - last->c[i].clock_cycles;
297 const struct dmc_count *last = &dfi->last_perf_count; local
302 (u32)(now->c[i].read_access - last->c[i].read_access);
304 (u32)(now->c[i].write_access - last->c[i].write_access);
306 (u32)(now->c[i].access - last->c[i].access);
308 (u32)(now->c[i].clock_cycles - last->c[i].clock_cycles);
/linux-master/include/linux/
H A Ddmaengine.h68 /* last transaction type for creation of the capabilities mask */
114 * @icg: Number of bytes to jump after last src/dst address of this
118 * @dst_icg: Number of bytes to jump after last dst address of this
121 * @src_icg: Number of bytes to jump after last src address of this
313 * @cookie: last cookie value returned to client
314 * @completed_cookie: last completed cookie for this channel
716 * @last: last completed DMA cookie
717 * @used: last issued DMA cookie (i.e. the one in progress)
724 dma_cookie_t last; member in struct:dma_tx_state
1433 dma_async_is_tx_complete(struct dma_chan *chan, dma_cookie_t cookie, dma_cookie_t *last, dma_cookie_t *used) argument
1470 dma_set_tx_state(struct dma_tx_state *st, dma_cookie_t last, dma_cookie_t used, u32 residue) argument
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_netlink.c63 struct nf_conn *last; member in struct:ctnetlink_list_dump_ctx
1195 struct nf_conn *ct, *last; local
1202 last = (struct nf_conn *)cb->args[1];
1239 if (ct != last)
1266 if (last) {
1268 if ((struct nf_conn *)cb->args[1] == last)
1271 nf_ct_put(last);
1719 if (ctx->last)
1720 nf_ct_put(ctx->last);
1739 if (ctx->last) {
1778 struct nf_conn *last = ctx->last; local
3164 struct nf_conntrack_expect *exp, *last; local
3212 struct nf_conntrack_expect *exp, *last; local
[all...]
H A Dnfnetlink_acct.c198 struct nf_acct *cur, *last; local
204 last = (struct nf_acct *)cb->args[1];
210 if (last) {
211 if (cur != last)
214 last = NULL;
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadow.c62 image.last = 1;
104 if (!image.last)
/linux-master/drivers/md/dm-vdo/indexer/
H A Dchapter-index.c118 * @last_page: If true, this is the last page of the chapter index and all the remaining lists must
156 * This is the last page and there are lists left unpacked, but all of the
159 * is empty, we will select the last list that already fits and has any
226 u32 last = index_page->highest_list_number; local
230 for (list_number = first; list_number <= last; list_number++) {
/linux-master/fs/xfs/
H A Dxfs_fsmap.c172 * the last record.
176 bool last; /* last extent? */ member in struct:xfs_getfsmap_info
305 if (info->last)
317 * If the record starts past the last physical block we saw,
334 if (info->last)
553 info->last = true;
647 * is the last AG that we're querying.
689 * If this is the last AG, report any gap at the end of it
694 info->last
[all...]
/linux-master/mm/
H A Dinternal.h588 * after the last isolated one.
1243 unsigned long index, unsigned long last)
1245 __mas_set_range(&vmi->mas, index, last - 1);
1277 vma->vm_end, vmi->mas.index, vmi->mas.last);
1280 vmi->mas.last < vma->vm_start)) {
1282 vmi->mas.last, vma->vm_start, vma->vm_start, vma->vm_end,
1283 vmi->mas.index, vmi->mas.last);
1288 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start)))
1299 ((vmi->mas.index > vma->vm_start) || (vmi->mas.last < vma->vm_start)))
1242 vma_iter_config(struct vma_iterator *vmi, unsigned long index, unsigned long last) argument
/linux-master/arch/arc/kernel/
H A Dentry.S52 ; r0 has the last task pointer.
53 ; put last task in scheduler queue
/linux-master/net/core/
H A Dgro.c132 lp = NAPI_GRO_CB(p)->last;
212 if (NAPI_GRO_CB(p)->last == p)
215 NAPI_GRO_CB(p)->last->next = skb;
216 NAPI_GRO_CB(p)->last = skb;
239 if (NAPI_GRO_CB(p)->last == p)
242 NAPI_GRO_CB(p)->last->next = skb;
246 NAPI_GRO_CB(p)->last = skb;
551 /* Must be called before setting NAPI_GRO_CB(skb)->{age|last} */
554 NAPI_GRO_CB(skb)->last = skb;
/linux-master/fs/netfs/
H A Dfscache_io.c178 pgoff_t last = (start + len - 1) / PAGE_SIZE; local
185 xas_for_each(&xas, page, last) {
/linux-master/drivers/gpu/drm/xe/compat-i915-headers/
H A Di915_drv.h99 #define IS_DISPLAY_STEP(xe, first, last) ({u8 __step = (xe)->info.step.display; first <= __step && __step <= last; })
/linux-master/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config.c506 const char *what, unsigned int last, int err)
512 xe_gt_assert(gt, first <= last);
520 if (last > first)
521 pf_config_bulk_set_u64_done(gt, first, last - first, value,
522 get, what, last, 0);
523 return pf_config_set_u64_done(gt, last, value, get(gt, last), what, err);
846 unsigned int last, int err)
850 xe_gt_assert(gt, first <= last);
858 if (last > firs
504 pf_config_bulk_set_u64_done(struct xe_gt *gt, unsigned int first, unsigned int num_vfs, u64 value, u64 (*get)(struct xe_gt*, unsigned int), const char *what, unsigned int last, int err) argument
843 pf_config_bulk_set_u32_done(struct xe_gt *gt, unsigned int first, unsigned int num_vfs, u32 value, u32 (*get)(struct xe_gt*, unsigned int), const char *what, const char *(*unit)(u32), unsigned int last, int err) argument
[all...]
/linux-master/lib/842/
H A D842_compress.c454 /* check up to OPS_MAX - 1; last op is our fallback */
482 u64 last, next, pad, total; local
513 /* make initial 'last' different so we don't match the first time */
514 last = ~get_unaligned((u64 *)p->in);
524 /* we don't care about endianness in last or next;
528 if (next == last) {
536 if (next == last) /* reached max repeat bits */
549 last = next;
/linux-master/arch/alpha/kernel/
H A Dcore_titan.c463 unsigned long last = baddr + size - 1;
503 last < (unsigned long)hose->sg_pci->dma_base + hose->sg_pci->size){
509 last -= hose->sg_pci->dma_base;
511 size = PAGE_ALIGN(last) - baddr;
524 baddr <= last;
459 unsigned long last = baddr + size - 1; local

Completed in 304 milliseconds

<<11121314151617181920>>