Searched refs:cookie (Results 26 - 50 of 872) sorted by relevance

1234567891011>>

/linux-master/arch/um/kernel/
H A Dkmsg_dump.c19 int cookie; local
26 cookie = console_srcu_read_lock();
38 console_srcu_read_unlock(cookie);
/linux-master/drivers/net/ethernet/sfc/
H A Dtc_counters.h41 unsigned long cookie; member in struct:efx_tc_counter_index
57 struct efx_nic *efx, unsigned long cookie,
62 struct efx_nic *efx, unsigned long cookie);
/linux-master/include/trace/events/
H A Dtegra_apb_dma.h11 TP_PROTO(struct dma_chan *dc, dma_cookie_t cookie, struct dma_tx_state *state),
12 TP_ARGS(dc, cookie, state),
15 __field(dma_cookie_t, cookie)
20 __entry->cookie = cookie;
23 TP_printk("channel %s: dma cookie %d, residue %u",
24 __get_str(chan), __entry->cookie, __entry->residue)
/linux-master/samples/bpf/
H A Dtrace_output.bpf.c17 u64 cookie; member in struct:S
21 data.cookie = 0x12345678;
/linux-master/fs/ocfs2/dlm/
H A Ddlmast.c89 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
90 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
97 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
98 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)));
108 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
109 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)));
155 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
156 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)));
203 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
204 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)));
267 __be64 cookie; local
[all...]
/linux-master/include/linux/
H A Dio-pgtable.h42 void (*tlb_flush_all)(void *cookie);
44 void *cookie);
46 unsigned long iova, size_t granule, void *cookie);
116 void *(*alloc)(void *cookie, size_t size, gfp_t gfp);
125 void (*free)(void *cookie, void *pages, size_t size);
206 * @cookie: An opaque token provided by the IOMMU driver and passed back to
211 void *cookie);
231 * @cookie: An opaque token provided by the IOMMU driver and passed back to
238 void *cookie; member in struct:io_pgtable
248 iop->cfg.tlb->tlb_flush_all(iop->cookie);
[all...]
H A Dstacktrace.h15 * @cookie: Caller supplied pointer handed back by arch_stack_walk()
21 typedef bool (*stack_trace_consume_fn)(void *cookie, unsigned long addr);
26 * @cookie: Caller supplied pointer which is handed back to
38 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie,
47 * @cookie: Caller supplied pointer which is handed back to
58 int arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie,
61 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie,
H A Dsock_diag.h38 u64 cookie; local
41 cookie = __sock_gen_cookie(sk);
44 return cookie;
47 int sock_diag_check_cookie(struct sock *sk, const __u32 *cookie);
48 void sock_diag_save_cookie(struct sock *sk, __u32 *cookie);
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_tc_matchall.c15 sparx5_tc_matchall_entry_find(struct list_head *entries, unsigned long cookie) argument
20 if (entry->cookie == cookie)
31 unsigned long cookie)
36 entry->cookie = cookie;
71 tmo->cookie);
105 action->chain_index, tmo->cookie,
148 tmo->cookie);
156 0, 0, tmo->cookie, fals
27 sparx5_tc_matchall_parse_action(struct sparx5_port *port, struct sparx5_mall_entry *entry, struct flow_action_entry *action, bool ingress, unsigned long cookie) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dstacktrace.c17 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
25 if (!addr || !consume_entry(cookie, addr))
31 void *cookie, struct task_struct *task)
56 if (!consume_entry(cookie, addr))
66 static inline bool store_ip(stack_trace_consume_fn consume_entry, void *cookie, argument
77 return consume_entry(cookie, ip);
100 void arch_stack_walk_user_common(stack_trace_consume_fn consume_entry, void *cookie, argument
114 if (!store_ip(consume_entry, cookie, entry, perf, ip))
153 if (!store_ip(consume_entry, cookie, entry, perf, ip))
160 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, argument
30 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) argument
[all...]
/linux-master/drivers/iommu/
H A Ddma-iommu.c148 static void fq_ring_free_locked(struct iommu_dma_cookie *cookie, struct iova_fq *fq) argument
150 u64 counter = atomic64_read(&cookie->fq_flush_finish_cnt);
161 free_iova_fast(&cookie->iovad,
169 static void fq_ring_free(struct iommu_dma_cookie *cookie, struct iova_fq *fq) argument
174 fq_ring_free_locked(cookie, fq);
178 static void fq_flush_iotlb(struct iommu_dma_cookie *cookie) argument
180 atomic64_inc(&cookie->fq_flush_start_cnt);
181 cookie->fq_domain->ops->flush_iotlb_all(cookie->fq_domain);
182 atomic64_inc(&cookie
187 struct iommu_dma_cookie *cookie = from_timer(cookie, t, fq_timer); local
201 queue_iova(struct iommu_dma_cookie *cookie, unsigned long pfn, unsigned long pages, struct list_head *freelist) argument
277 iommu_dma_free_fq(struct iommu_dma_cookie *cookie) argument
303 iommu_dma_init_fq_single(struct iommu_dma_cookie *cookie) argument
317 iommu_dma_init_fq_percpu(struct iommu_dma_cookie *cookie) argument
337 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
367 cookie_msi_granule(struct iommu_dma_cookie *cookie) argument
376 struct iommu_dma_cookie *cookie; local
417 struct iommu_dma_cookie *cookie; local
442 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
482 cookie_init_hw_msi_region(struct iommu_dma_cookie *cookie, phys_addr_t start, phys_addr_t end) argument
565 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
672 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
764 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
807 iommu_dma_free_iova(struct iommu_dma_cookie *cookie, dma_addr_t iova, size_t size, struct iommu_iotlb_gather *gather) argument
828 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
851 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
946 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
1145 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
1355 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
1774 struct iommu_dma_cookie *cookie = domain->iova_cookie; local
[all...]
H A Dio-pgtable.c59 void *cookie)
74 iop = fns->alloc(cfg, cookie);
79 iop->cookie = cookie;
57 alloc_io_pgtable_ops(enum io_pgtable_fmt fmt, struct io_pgtable_cfg *cfg, void *cookie) argument
/linux-master/drivers/net/wireguard/
H A Dcookie.h23 struct cookie { struct
26 u8 cookie[COOKIE_LEN]; member in struct:cookie
45 void wg_cookie_init(struct cookie *cookie);
H A Dcookie.c6 #include "cookie.h"
30 static const u8 cookie_key_label[COOKIE_KEY_LABEL_LEN] = "cookie--";
69 void wg_cookie_init(struct cookie *cookie) argument
71 memset(cookie, 0, sizeof(*cookie));
72 init_rwsem(&cookie->lock);
84 const u8 cookie[COOKIE_LEN])
88 blake2s(mac2, message, cookie, COOKIE_LEN, len, COOKIE_LEN);
91 static void make_cookie(u8 cookie[COOKIE_LE argument
83 compute_mac2(u8 mac2[COOKIE_LEN], const void *message, size_t len, const u8 cookie[COOKIE_LEN]) argument
127 u8 cookie[COOKIE_LEN]; local
186 u8 cookie[COOKIE_LEN]; local
202 u8 cookie[COOKIE_LEN]; local
[all...]
/linux-master/net/batman-adv/
H A Dtp_meter.h17 u32 test_length, u32 *cookie);
H A Dnetlink.h22 u32 cookie);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_vl.h12 struct netlink_ext_ack *extack, unsigned long cookie,
21 struct netlink_ext_ack *extack, unsigned long cookie,
34 unsigned long cookie,
53 unsigned long cookie,
32 sja1105_vl_redirect(struct sja1105_private *priv, int port, struct netlink_ext_ack *extack, unsigned long cookie, struct sja1105_key *key, unsigned long destports, bool append) argument
51 sja1105_vl_gate(struct sja1105_private *priv, int port, struct netlink_ext_ack *extack, unsigned long cookie, struct sja1105_key *key, u32 index, s32 prio, u64 base_time, u64 cycle_time, u64 cycle_time_ext, u32 num_entries, struct action_gate_entry *entries) argument
/linux-master/fs/bcachefs/
H A Dbtree_node_scan_types.h14 u64 cookie; member in struct:found_btree_node
/linux-master/include/linux/platform_data/
H A Dti-sysc.h155 struct clk *ick, struct ti_sysc_cookie *cookie);
157 const struct ti_sysc_cookie *cookie);
159 const struct ti_sysc_cookie *cookie);
162 struct ti_sysc_cookie *cookie);
164 const struct ti_sysc_cookie *cookie);
166 const struct ti_sysc_cookie *cookie);
168 const struct ti_sysc_cookie *cookie);
/linux-master/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.h261 u32 addr, void *cookie);
263 u32 size, void *cookie);
267 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie);
270 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie,
272 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie);
274 void *cookie, struct hfi_buffer_desc *bd);
276 void *cookie, struct hfi_buffer_desc *bd);
278 void *cookie, struct hfi_frame_data *input_frame);
281 void *cookie, struct hfi_frame_data *input_frame);
283 void *cookie, struc
[all...]
/linux-master/arch/loongarch/kernel/
H A Dstacktrace.c14 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, argument
38 if (!addr || !consume_entry(cookie, addr))
44 void *cookie, struct task_struct *task)
72 if (!consume_entry(cookie, addr))
103 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, argument
117 if (!consume_entry(cookie, frame.ra))
43 arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, struct task_struct *task) argument
/linux-master/drivers/dma/
H A Dvirt-dma.c24 dma_cookie_t cookie; local
27 cookie = dma_cookie_assign(tx);
33 vc, vd, cookie);
35 return cookie;
60 vc, vd, vd->tx.cookie);
67 dma_cookie_t cookie)
72 if (vd->tx.cookie == cookie)
66 vchan_find_desc(struct virt_dma_chan *vc, dma_cookie_t cookie) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h28 TP_STRUCT__entry(__field(void *, cookie)
33 TP_fast_assign(__entry->cookie = (void *)f->cookie;
41 TP_printk("cookie=%p actions= %s\n",
42 __entry->cookie, __entry->num ?
61 TP_STRUCT__entry(__field(void *, cookie)
66 TP_fast_assign(__entry->cookie = (void *)f->cookie;
71 TP_printk("cookie=%p bytes=%llu packets=%llu lastused=%llu\n",
72 __entry->cookie, __entr
[all...]
/linux-master/include/uapi/linux/
H A Dnbd.h15 * Link to userspace extensions, favor cookie over handle.
85 __be64 cookie; /* Opaque identifier for request */ member in union:nbd_request::__anon4515
86 char handle[8]; /* older spelling of cookie */
100 __be64 cookie; /* Opaque identifier from request */ member in union:nbd_reply::__anon4516
101 char handle[8]; /* older spelling of cookie */
/linux-master/drivers/soc/apple/
H A Dmailbox.h35 void (*rx)(struct apple_mbox *mbox, struct apple_mbox_msg msg, void *cookie);
36 void *cookie; member in struct:apple_mbox

Completed in 241 milliseconds

1234567891011>>