Searched refs:cookie (Results 251 - 275 of 865) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/dma/
H A Dnbpfaxi.c626 dma_cookie_t cookie, struct dma_tx_state *state)
629 enum dma_status status = dma_cookie_status(dchan, cookie, state);
636 running = chan->running ? chan->running->async_tx.cookie : -EINVAL;
638 if (cookie == running) {
647 if (desc->async_tx.cookie == cookie) {
654 if (desc->async_tx.cookie == cookie) {
677 dma_cookie_t cookie; local
680 cookie
625 nbpf_tx_status(struct dma_chan *dchan, dma_cookie_t cookie, struct dma_tx_state *state) argument
[all...]
H A Dpxa_dma.c623 __func__, vd, vd->tx.cookie, vd_completed,
625 last_started = vd->tx.cookie;
781 dma_cookie_t cookie; local
787 cookie = dma_cookie_assign(tx);
793 __func__, vd, cookie);
816 __func__, vd, cookie, vd_chained ? "cold" : "not");
822 return cookie;
838 "%s(): txd %p[%x]", __func__, vd_first, vd_first->tx.cookie);
859 vc, vd, vd->tx.cookie,
1095 vd, vd->tx.cookie, is_desc_complete
1113 pxad_residue(struct pxad_chan *chan, dma_cookie_t cookie) argument
1189 pxad_tx_status(struct dma_chan *dchan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
[all...]
H A Dplx_dma.c305 dma_cookie_t cookie; variable
307 cookie = dma_cookie_assign(desc);
319 return cookie;
323 dma_cookie_t cookie, struct dma_tx_state *txstate)
328 ret = dma_cookie_status(chan, cookie, txstate);
334 return dma_cookie_status(chan, cookie, txstate);
322 plx_dma_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c291 struct ath6kl_cookie *cookie = NULL; local
317 cookie = NULL;
321 cookie = ath6kl_alloc_cookie(ar);
324 if (cookie == NULL) {
337 cookie->skb = skb;
338 cookie->map_no = 0;
339 set_htc_pkt_info(&cookie->htc_pkt, cookie, skb->data, skb->len,
341 cookie->htc_pkt.skb = skb;
347 ath6kl_htc_tx(ar->htc_target, &cookie
359 struct ath6kl_cookie *cookie = NULL; local
[all...]
/linux-master/fs/nfs/
H A Ddir.c138 u64 cookie; member in struct:nfs_cache_array_entry
257 return array->size == 0 ? array->last_cookie : array->array[0].cookie;
311 u64 *cookie)
330 cache_entry->cookie = array->last_cookie;
335 array->last_cookie = entry->cookie;
336 if (array->last_cookie <= cache_entry->cookie)
342 *cookie = array->last_cookie;
351 * cookie index of the first readdir entry in a page.
359 static pgoff_t nfs_readdir_folio_cookie_hash(u64 cookie) argument
361 if (cookie
309 nfs_readdir_folio_array_append(struct folio *folio, const struct nfs_entry *entry, u64 *cookie) argument
386 nfs_readdir_folio_init_and_validate(struct folio *folio, u64 cookie, u64 change_attr) argument
398 nfs_readdir_folio_get_locked(struct address_space *mapping, u64 cookie, u64 change_attr) argument
442 nfs_readdir_folio_get_next(struct address_space *mapping, u64 cookie, u64 change_attr) argument
521 nfs_readdir_array_cookie_in_range(struct nfs_cache_array *array, u64 cookie) argument
580 nfs_readdir_xdr_filler(struct nfs_readdir_descriptor *desc, __be32 *verf, u64 cookie, struct page **pages, size_t bufsize, __be32 *verf_res) argument
830 u64 cookie; local
996 u64 cookie = desc->last_cookie; local
[all...]
/linux-master/kernel/printk/
H A Dprintk.c282 * Return: A cookie to pass to console_srcu_read_unlock().
293 * @cookie: cookie returned from console_srcu_read_lock()
297 void console_srcu_read_unlock(int cookie) argument
299 srcu_read_unlock_nmisafe(&console_srcu, cookie);
1879 * @cookie: cookie returned from console_srcu_read_lock()
1892 static int console_lock_spinning_disable_and_check(int cookie) argument
1931 console_srcu_read_unlock(cookie);
2862 * @cookie i
2869 console_emit_next_record(struct console *con, bool *handover, int cookie) argument
2927 console_emit_next_record(struct console *con, bool *handover, int cookie) argument
2963 int cookie; local
3091 int cookie; local
3180 int cookie; local
3212 int cookie; local
3785 int cookie; local
[all...]
/linux-master/drivers/dma/sh/
H A Drcar-dmac.c503 dma_cookie_t cookie; local
507 cookie = dma_cookie_assign(tx);
510 chan->index, tx->cookie, desc);
518 return cookie;
951 desc->async_tx.cookie = -EBUSY;
1316 dma_cookie_t cookie)
1332 * If the cookie corresponds to a descriptor that has been completed
1337 status = dma_cookie_status(&chan->chan, cookie, NULL);
1342 * If the cookie doesn't correspond to the currently running transfer
1348 * the argument cookie matche
1315 rcar_dmac_chan_get_residue(struct rcar_dmac_chan *chan, dma_cookie_t cookie) argument
1422 rcar_dmac_tx_status(struct dma_chan *chan, dma_cookie_t cookie, struct dma_tx_state *txstate) argument
[all...]
/linux-master/drivers/dma/ioat/
H A Ddma.c314 dma_cookie_t cookie; variable
316 cookie = dma_cookie_assign(tx);
317 dev_dbg(to_dev(ioat_chan), "%s: cookie: %d\n", __func__, cookie); variable
333 return cookie;
625 if (tx->cookie) {
743 if (tx->cookie) {
848 if (tx->cookie) {
987 ioat_tx_status(struct dma_chan *c, dma_cookie_t cookie, argument
993 ret = dma_cookie_status(c, cookie, txstat
[all...]
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_tc.c569 if (entry->cookie == cls->cookie)
614 entry->cookie = cls->cookie;
636 entry->cookie = 0;
650 if (entry->cookie == cls->cookie)
703 entry->cookie = cls->cookie;
723 entry->cookie
[all...]
/linux-master/drivers/android/
H A Dbinder.c743 binder_uintptr_t cookie = fp ? fp->cookie : 0; local
775 node->cookie = cookie;
786 (u64)node->ptr, (u64)node->cookie);
2156 if (fp->cookie != node->cookie) {
2157 binder_user_error("%d:%d sending u%016llx node %d, cookie mismatch %016llx != %016llx\n",
2159 node->debug_id, (u64)fp->cookie,
2160 (u64)node->cookie);
3909 binder_uintptr_t cookie; local
4078 binder_uintptr_t cookie; local
4201 binder_uintptr_t cookie; local
4602 binder_uintptr_t cookie; local
[all...]
/linux-master/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_hw.c25 u64 mask, u64 val, u8 cookie, int no_reply)
33 req->word_cookie = htons(TCB_WORD_V(word) | TCB_COOKIE_V(cookie));
42 u64 mask, u64 val, u8 cookie, int no_reply)
53 __set_tcb_field_direct(csk, req, word, mask, val, cookie, no_reply);
92 u64 mask, u64 val, u8 cookie,
105 __set_tcb_field(sk, skb, word, mask, val, cookie, 0);
23 __set_tcb_field_direct(struct chtls_sock *csk, struct cpl_set_tcb_field *req, u16 word, u64 mask, u64 val, u8 cookie, int no_reply) argument
41 __set_tcb_field(struct sock *sk, struct sk_buff *skb, u16 word, u64 mask, u64 val, u8 cookie, int no_reply) argument
91 chtls_set_tcb_field_rpl_skb(struct sock *sk, u16 word, u64 mask, u64 val, u8 cookie, int through_l2t) argument
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_ppe_offload.c49 .key_offset = offsetof(struct mtk_flow_entry, cookie),
260 if (rhashtable_lookup(&eth->flow_table, &f->cookie, mtk_flow_ht_params))
459 entry->cookie = f->cookie;
489 entry = rhashtable_lookup(&eth->flow_table, &f->cookie,
511 entry = rhashtable_lookup(&eth->flow_table, &f->cookie,
/linux-master/include/net/
H A Dflow_offload.h226 u8 cookie[]; member in struct:flow_action_cookie
232 void flow_action_cookie_destroy(struct flow_action_cookie *cookie);
237 unsigned long cookie; member in struct:flow_action_entry
298 unsigned long cookie; member in struct:flow_action_entry::__anon2578::__anon2587
331 struct flow_action_cookie *user_cookie; /* user defined action cookie */
605 unsigned long cookie; member in struct:flow_cls_offload
622 unsigned long cookie; member in struct:flow_offload_action
/linux-master/net/wireless/
H A Dpmsr.c325 req->cookie = cfg80211_assign_cookie(rdev);
334 nl_set_extack_cookie_u64(info->extack, req->cookie);
350 trace_cfg80211_pmsr_complete(wdev->wiphy, wdev, req->cookie);
366 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie,
558 trace_cfg80211_pmsr_report(wdev->wiphy, wdev, req->cookie,
579 if (nla_put_u64_64bit(msg, NL80211_ATTR_COOKIE, req->cookie,
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c61 async_cookie_t cookie; member in struct:intel_fbdev
489 static void intel_fbdev_initial_config(void *data, async_cookie_t cookie) argument
505 ifbdev->cookie = async_schedule(intel_fbdev_initial_config, ifbdev);
510 if (!ifbdev->cookie)
514 async_synchronize_cookie(ifbdev->cookie + 1);
515 ifbdev->cookie = 0;
/linux-master/include/linux/ceph/
H A Dosd_client.h175 u64 cookie; member in struct:ceph_osd_req_op::__anon309::__anon313
183 u64 cookie; member in struct:ceph_osd_req_op::__anon309::__anon315
306 typedef void (*rados_watchcb2_t)(void *arg, u64 notify_id, u64 cookie,
308 typedef void (*rados_watcherrcb_t)(void *arg, u64 cookie, int err);
357 u64 cookie; member in struct:ceph_watch_item
620 u64 cookie,
/linux-master/drivers/iommu/arm/arm-smmu/
H A Darm-smmu.c254 static void arm_smmu_tlb_inv_context_s1(void *cookie) argument
256 struct arm_smmu_domain *smmu_domain = cookie;
267 static void arm_smmu_tlb_inv_context_s2(void *cookie) argument
269 struct arm_smmu_domain *smmu_domain = cookie;
279 size_t granule, void *cookie, int reg)
281 struct arm_smmu_domain *smmu_domain = cookie;
307 size_t granule, void *cookie, int reg)
309 struct arm_smmu_domain *smmu_domain = cookie;
327 size_t granule, void *cookie)
329 struct arm_smmu_domain *smmu_domain = cookie;
278 arm_smmu_tlb_inv_range_s1(unsigned long iova, size_t size, size_t granule, void *cookie, int reg) argument
306 arm_smmu_tlb_inv_range_s2(unsigned long iova, size_t size, size_t granule, void *cookie, int reg) argument
326 arm_smmu_tlb_inv_walk_s1(unsigned long iova, size_t size, size_t granule, void *cookie) argument
341 arm_smmu_tlb_add_page_s1(struct iommu_iotlb_gather *gather, unsigned long iova, size_t granule, void *cookie) argument
349 arm_smmu_tlb_inv_walk_s2(unsigned long iova, size_t size, size_t granule, void *cookie) argument
357 arm_smmu_tlb_add_page_s2(struct iommu_iotlb_gather *gather, unsigned long iova, size_t granule, void *cookie) argument
365 arm_smmu_tlb_inv_walk_s2_v1(unsigned long iova, size_t size, size_t granule, void *cookie) argument
377 arm_smmu_tlb_add_page_s2_v1(struct iommu_iotlb_gather *gather, unsigned long iova, size_t granule, void *cookie) argument
[all...]
/linux-master/drivers/spi/
H A Dspi-dw-dma.c343 dma_cookie_t cookie; local
355 cookie = dmaengine_submit(txdesc);
356 ret = dma_submit_error(cookie);
444 dma_cookie_t cookie; local
456 cookie = dmaengine_submit(rxdesc);
457 ret = dma_submit_error(cookie);
/linux-master/drivers/misc/sgi-xp/
H A Dxpc_partition.c70 u64 cookie = 0; local
88 ret = get_partition_rsvd_page_pa(buf, &cookie, &rp_pa, &len);
90 dev_dbg(xpc_part, "SAL returned with ret=%d, cookie=0x%016lx, "
92 (unsigned long)cookie, rp_pa, len);
/linux-master/sound/core/
H A Dpcm_dmaengine.c24 dma_cookie_t cookie; member in struct:dmaengine_pcm_runtime_data
172 prtd->cookie = dmaengine_submit(desc);
258 status = dmaengine_tx_status(prtd->dma_chan, prtd->cookie, &state);
/linux-master/tools/testing/selftests/sched/
H A Dcs_prctl_test.c46 # define PR_SCHED_CORE_CREATE 1 /* create unique core_sched cookie */
47 # define PR_SCHED_CORE_SHARE_TO 2 /* push core_sched cookie to pid */
48 # define PR_SCHED_CORE_SHARE_FROM 3 /* pull core_sched cookie to pid */
114 unsigned long long cookie; local
118 (unsigned long)&cookie);
124 return cookie;
285 printf("\n## Set a cookie on entire process group\n");
299 printf("\n## Set a new cookie on entire process/TGID [%d]\n", pid);
308 printf("\n## Copy the cookie of current/PGID[%d], to pid [%d] as PIDTYPE_PID\n",
318 printf("\n## Copy cookie fro
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.h108 * @remain_on_channel_cookie: cookie counter for remain on channel cmd
160 unsigned int duration, u64 *cookie);
/linux-master/drivers/misc/cxl/
H A Dapi.c232 irq_handler_t handler, void *cookie, char *name)
243 return cxl_map_irq(ctx->afu->adapter, hwirq, handler, cookie, name);
247 void cxl_unmap_afu_irq(struct cxl_context *ctx, int num, void *cookie) argument
258 cxl_unmap_irq(virq, cookie);
231 cxl_map_afu_irq(struct cxl_context *ctx, int num, irq_handler_t handler, void *cookie, char *name) argument
/linux-master/drivers/gpu/drm/i915/pxp/
H A Dintel_pxp_cmd.c88 lockdep_unpin_lock(&tl->mutex, rq->cookie);
/linux-master/drivers/scsi/cxlflash/
H A Docxl_hw.c174 * @cookie: Interrupt handler private data.
180 irq_handler_t handler, void *cookie, char *name)
203 rc = request_irq(virq, handler, 0, name, cookie);
221 free_irq(virq, cookie);
232 * @cookie: Interrupt handler private data.
238 irq_handler_t handler, void *cookie,
241 return afu_map_irq(0, ctx_cookie, num, handler, cookie, name);
249 * @cookie: Interrupt handler private data.
252 void *cookie)
266 free_irq(irq->virq, cookie);
179 afu_map_irq(u64 flags, struct ocxlflash_context *ctx, int num, irq_handler_t handler, void *cookie, char *name) argument
237 ocxlflash_map_afu_irq(void *ctx_cookie, int num, irq_handler_t handler, void *cookie, char *name) argument
251 afu_unmap_irq(u64 flags, struct ocxlflash_context *ctx, int num, void *cookie) argument
279 ocxlflash_unmap_afu_irq(void *ctx_cookie, int num, void *cookie) argument
[all...]

Completed in 275 milliseconds

<<11121314151617181920>>