Searched refs:cookie (Results 451 - 475 of 865) sorted by relevance

<<11121314151617181920>>

/linux-master/mm/
H A Dmemory-failure.c1750 dax_entry_t cookie; local
1760 cookie = dax_lock_folio(folio);
1761 if (!cookie)
1799 dax_unlock_folio(folio, cookie);
1815 dax_entry_t cookie; local
1824 cookie = dax_lock_mapping_entry(mapping, index, &page);
1825 if (!cookie)
1841 dax_unlock_mapping_entry(mapping, index, cookie);
/linux-master/drivers/net/ethernet/rocker/
H A Drocker_hw.h102 u64 cookie; member in struct:rocker_desc
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi.h111 int (*core_ping)(struct venus_core *core, u32 cookie);
/linux-master/drivers/dma/
H A Dpch_dma.c391 dev_crit(chan2dev(&pd_chan->chan), "descriptor cookie: %d\n",
392 bad_desc->txd.cookie);
549 static enum dma_status pd_tx_status(struct dma_chan *chan, dma_cookie_t cookie, argument
552 return dma_cookie_status(chan, cookie, txstate);
641 first->txd.cookie = -EBUSY;
/linux-master/fs/ocfs2/dlm/
H A Ddlmdebug.c61 printk(" type=%d, conv=%d, node=%u, cookie=%u:%llu, "
65 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
66 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
473 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
474 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
/linux-master/arch/arm/mach-omap2/
H A Domap_hwmod.h627 struct ti_sysc_cookie *cookie);
/linux-master/sound/soc/sh/rcar/
H A Ddma.c25 dma_cookie_t cookie; member in struct:rsnd_dmaen
229 dmaen->cookie = dmaengine_submit(desc);
230 if (dmaen->cookie < 0) {
317 status = dmaengine_tx_status(dmaen->chan, dmaen->cookie, &state);
/linux-master/drivers/media/platform/
H A Dm2m-deinterlace.c141 dma_cookie_t cookie; member in struct:deinterlace_ctx
339 ctx->cookie = dmaengine_submit(tx);
340 if (dma_submit_error(ctx->cookie)) {
343 ctx->cookie, (unsigned)p_in, (unsigned)p_out,
/linux-master/drivers/scsi/
H A Draid_class.c68 if (i->f->cookie != sdev->host->hostt)
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_tc_flower.c944 fs->tc_cookie = cls->cookie;
951 ch_flower->tc_flower_cookie = cls->cookie;
996 ch_flower = ch_flower_lookup(adap, cls->cookie);
1070 ch_flower = ch_flower_lookup(adap, cls->cookie);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_protocol_type.h215 __be64 cookie; member in struct:ice_l2tpv3_sess_hdr
/linux-master/net/rds/
H A Drds.h312 static inline u32 rds_rdma_cookie_key(rds_rdma_cookie_t cookie) argument
314 return cookie;
317 static inline u32 rds_rdma_cookie_offset(rds_rdma_cookie_t cookie) argument
319 return cookie >> 32;
419 /* cookie to send to remote, in rds header */
/linux-master/drivers/input/serio/
H A Dserport.c161 u8 *kbuf, size_t nr, void **cookie,
160 serport_ldisc_read(struct tty_struct * tty, struct file * file, u8 *kbuf, size_t nr, void **cookie, unsigned long offset) argument
/linux-master/drivers/mtd/nand/raw/
H A Dfsmc_nand.c492 dma_cookie_t cookie; local
525 cookie = tx->tx_submit(tx);
527 ret = dma_submit_error(cookie);
529 dev_err(host->dev, "dma_submit_error %d\n", cookie);
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c40 /* Stores the filter cookie and chain id that enabled the port */
44 unsigned long cookie; /* filter that enabled the port */ member in struct:vcap_enabled_port
955 /* Find a rule id with a provided cookie */
956 int vcap_lookup_rule_by_cookie(struct vcap_control *vctrl, u64 cookie) argument
966 if (ri->data.cookie == cookie) {
3104 unsigned long cookie, int src_cid, int dst_cid)
3121 eport->cookie = cookie;
3144 unsigned long cookie)
3103 vcap_enable(struct vcap_control *vctrl, struct net_device *ndev, unsigned long cookie, int src_cid, int dst_cid) argument
3143 vcap_disable(struct vcap_control *vctrl, struct net_device *ndev, unsigned long cookie) argument
3184 vcap_enable_lookups(struct vcap_control *vctrl, struct net_device *ndev, int src_cid, int dst_cid, unsigned long cookie, bool enable) argument
3372 vcap_get_rule_count_by_cookie(struct vcap_control *vctrl, struct vcap_counter *ctr, u64 cookie) argument
[all...]
/linux-master/drivers/net/ethernet/ti/icssg/
H A Dicssg_prueth.h161 /* TX TS cookie will be index to the tx_ts_skb array */
241 u32 cookie; member in struct:emac_tx_ts_response
/linux-master/drivers/md/
H A Ddm.h213 unsigned int cookie, bool need_resize_uevent);
/linux-master/drivers/misc/cxl/
H A Dcxl.h900 void afu_release_irqs(struct cxl_context *ctx, void *cookie);
988 irq_handler_t handler, void *cookie, const char *name);
989 void cxl_unmap_irq(unsigned int virq, void *cookie);
1017 void *cookie, irq_hw_number_t *dest_hwirq,
/linux-master/drivers/spi/
H A Dspi-ti-qspi.c445 dma_cookie_t cookie; local
459 cookie = tx->tx_submit(tx);
462 ret = dma_submit_error(cookie);
464 dev_err(qspi->dev, "dma_submit_error %d\n", cookie);
H A Dspi-sprd.c493 dma_cookie_t cookie; local
507 cookie = dmaengine_submit(desc);
508 if (dma_submit_error(cookie))
509 return dma_submit_error(cookie);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_fail.c32 __noinline void *exception_cb_bad_ret_type(u64 cookie) argument
/linux-master/fs/nfs/
H A Dnfs3proc.c671 .cookie = nr_arg->cookie,
690 if (arg.cookie)
694 (unsigned long long)nr_arg->cookie);
/linux-master/fs/nfsd/
H A Dxdr3.h92 __u64 cookie; member in struct:nfsd3_readdirargs
H A Dnfs3proc.c586 argp->count, (u32) argp->cookie);
594 offset = argp->cookie;
619 argp->count, (u32) argp->cookie);
627 offset = argp->cookie;
/linux-master/drivers/iommu/
H A Dipmmu-vmsa.c309 static void ipmmu_tlb_flush_all(void *cookie) argument
311 struct ipmmu_vmsa_domain *domain = cookie;
317 size_t granule, void *cookie)
319 ipmmu_tlb_flush_all(cookie);
316 ipmmu_tlb_flush(unsigned long iova, size_t size, size_t granule, void *cookie) argument

Completed in 438 milliseconds

<<11121314151617181920>>