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

<<11121314151617181920>>

/linux-master/include/net/
H A Dinet_hashtables.h355 const __addrpair cookie, const __portpair ports,
360 sk->sk_addrpair != cookie)
354 inet_match(struct net *net, const struct sock *sk, const __addrpair cookie, const __portpair ports, int dif, int sdif) argument
/linux-master/fs/cachefiles/
H A Dinternal.h64 struct fscache_cookie *cookie; /* Netfs data storage object cookie */ member in struct:cachefiles_object
87 struct fscache_cache *cache; /* Cache cookie */
415 extern void cachefiles_prepare_to_write(struct fscache_cookie *cookie);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dcfg80211.c199 struct cfg80211_mgmt_tx_params *params, u64 *cookie)
242 *cookie = get_random_u32() | 1;
247 MWIFIEX_BUF_FLAG_ACTION_TX_STATUS, cookie);
249 cfg80211_mgmt_tx_status(wdev, *cookie, buf, len, true,
285 unsigned int duration, u64 *cookie)
290 if (!chan || !cookie) {
295 if (priv->roc_cfg.cookie) {
297 "info: ongoing ROC, cookie = 0x%llx\n",
298 priv->roc_cfg.cookie);
306 *cookie
198 mwifiex_cfg80211_mgmt_tx(struct wiphy *wiphy, struct wireless_dev *wdev, struct cfg80211_mgmt_tx_params *params, u64 *cookie) argument
282 mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, struct ieee80211_channel *chan, unsigned int duration, u64 *cookie) argument
324 mwifiex_cfg80211_cancel_remain_on_channel(struct wiphy *wiphy, struct wireless_dev *wdev, u64 cookie) argument
[all...]
/linux-master/drivers/mmc/host/
H A Dsh_mmcif.c291 dma_cookie_t cookie = -EINVAL; local
305 cookie = dmaengine_submit(desc);
309 dev_dbg(dev, "%s(): mapped %d -> %d, cookie %d\n",
310 __func__, data->sg_len, ret, cookie);
330 dev_dbg(dev, "%s(): desc %p, cookie %d, sg[%d]\n", __func__,
331 desc, cookie, data->sg_len);
341 dma_cookie_t cookie = -EINVAL; local
355 cookie = dmaengine_submit(desc);
359 dev_dbg(dev, "%s(): mapped %d -> %d, cookie %d\n",
360 __func__, data->sg_len, ret, cookie);
[all...]
/linux-master/drivers/dma-buf/
H A Ddma-fence.c246 * cookie = dma_fence_begin_signalling();
250 * dma_fence_end_signalling(cookie);
274 * requires that callers pass an opaque cookie from
299 * Opaque cookie needed by the implementation, which needs to be passed to
321 * @cookie: opaque cookie from dma_fence_begin_signalling()
325 void dma_fence_end_signalling(bool cookie) argument
327 if (cookie)
/linux-master/mm/
H A Dmemory-failure.c1744 dax_entry_t cookie; local
1754 cookie = dax_lock_folio(folio);
1755 if (!cookie)
1793 dax_unlock_folio(folio, cookie);
1809 dax_entry_t cookie; local
1818 cookie = dax_lock_mapping_entry(mapping, index, &page);
1819 if (!cookie)
1835 dax_unlock_mapping_entry(mapping, index, cookie);
/linux-master/arch/sparc/kernel/
H A Dpci_msi.c15 static irqreturn_t sparc64_msiq_interrupt(int irq, void *cookie) argument
17 struct sparc64_msiq_cookie *msiq_cookie = 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/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/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/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/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/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
/linux-master/include/linux/
H A Dconsole.h373 extern void console_srcu_read_unlock(int cookie);
/linux-master/drivers/gpu/drm/panfrost/
H A Dpanfrost_mmu.c384 static void mmu_tlb_inv_context_s1(void *cookie) argument
387 static void mmu_tlb_sync_context(void *cookie) argument
389 //struct panfrost_mmu *mmu = cookie;
394 void *cookie)
396 mmu_tlb_sync_context(cookie);
393 mmu_tlb_flush_walk(unsigned long iova, size_t size, size_t granule, void *cookie) argument

Completed in 725 milliseconds

<<11121314151617181920>>