Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 25 of 478) sorted by relevance

12345678910>>...20

/linux/fs/netfs/
H A Dfscache_cookie.c35 void fscache_print_cookie(struct fscache_cookie *cookie, char prefix) in fscache_print_cookie()
56 static void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie()
82 static void __fscache_queue_cookie(struct fscache_cookie *cookie) in __fscache_queue_cookie()
88 static void fscache_queue_cookie(struct fscache_cookie *cookie, in fscache_queue_cookie()
101 static void fscache_init_access_gate(struct fscache_cookie *cookie) in fscache_init_access_gate()
121 void fscache_end_cookie_access(struct fscache_cookie *cookie, in fscache_end_cookie_access()
139 static void __fscache_begin_cookie_access(struct fscache_cookie *cookie, in __fscache_begin_cookie_access()
178 bool fscache_begin_cookie_access(struct fscache_cookie *cookie, in fscache_begin_cookie_access()
192 static inline void wake_up_cookie_state(struct fscache_cookie *cookie) in wake_up_cookie_state()
208 static void __fscache_set_cookie_state(struct fscache_cookie *cookie, in __fscache_set_cookie_state()
[all …]
/linux/drivers/net/wireguard/
H A Dcookie.h23 struct cookie { struct
26 u8 cookie[COOKIE_LEN]; argument
29 u8 cookie_decryption_key[NOISE_SYMMETRIC_KEY_LEN]; argument
45 void wg_cookie_init(struct cookie *cookie); argument
/linux/tools/testing/selftests/bpf/progs/
H A Dexceptions.c130 __noinline int exception_cb_mod_global(u64 cookie) in exception_cb_mod_global()
145 __noinline int exception_cb_mod(u64 cookie) in exception_cb_mod()
203 volatile u64 cookie = c; in assert_nz_gfunc() local
211 volatile u64 cookie = c; in assert_zero_gfunc() local
219 volatile s64 cookie = c; in assert_neg_gfunc() local
227 volatile s64 cookie = c; in assert_pos_gfunc() local
235 volatile s64 cookie = c; in assert_negeq_gfunc() local
243 volatile s64 cookie = c; in assert_poseq_gfunc() local
251 volatile u64 cookie = c; in assert_nz_gfunc_with() local
259 volatile u64 cookie = c; in assert_zero_gfunc_with() local
[all …]
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c71 u32 addr, void *cookie) in pkt_sys_set_resource()
98 u32 size, void *cookie) in pkt_sys_unset_resource()
118 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
162 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, in pkt_session_init()
177 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie) in pkt_session_cmd()
185 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_set_buffers()
224 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_unset_buffers()
265 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_decoder()
289 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_encoder()
313 int pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, in pkt_session_ftb()
[all …]
/linux/drivers/clocksource/
H A Dtimer-ti-dm.c119 struct omap_dm_timer cookie; member
400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
408 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) in omap_dm_timer_set_source()
466 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) in omap_dm_timer_enable()
477 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) in omap_dm_timer_disable()
647 static int omap_dm_timer_free(struct omap_dm_timer *cookie) in omap_dm_timer_free()
673 static int omap_dm_timer_get_irq(struct omap_dm_timer *cookie) in omap_dm_timer_get_irq()
684 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
724 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
742 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
[all …]
/linux/arch/arm64/kernel/
H A Dstacktrace.c282 void *cookie) in do_kunwind()
329 void *cookie, struct task_struct *task, in kunwind_stack_walk()
368 void *cookie; member
372 arch_kunwind_consume_entry(const struct kunwind_state *state, void *cookie) in arch_kunwind_consume_entry()
379 void *cookie, struct task_struct *task, in arch_stack_walk()
392 void *cookie; member
396 arch_bpf_unwind_consume_entry(const struct kunwind_state *state, void *cookie) in arch_bpf_unwind_consume_entry()
404 noinline noinstr void arch_bpf_stack_walk(bool (*consume_entry)(void *cookie, u64 ip, u64 sp, in arch_bpf_stack_walk()
483 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame()
532 unwind_compat_user_frame(struct compat_frame_tail __user *tail, void *cookie, in unwind_compat_user_frame()
[all …]
/linux/drivers/iommu/
H A Ddma-iommu.c141 static void fq_ring_free_locked(struct iommu_dma_cookie *cookie, struct iova_fq *fq) in fq_ring_free_locked()
164 static void fq_ring_free(struct iommu_dma_cookie *cookie, struct iova_fq *fq) in fq_ring_free()
173 static void fq_flush_iotlb(struct iommu_dma_cookie *cookie) in fq_flush_iotlb()
182 struct iommu_dma_cookie *cookie = timer_container_of(cookie, t, in fq_flush_timeout() local
197 static void queue_iova(struct iommu_dma_cookie *cookie, in queue_iova()
273 static void iommu_dma_free_fq(struct iommu_dma_cookie *cookie) in iommu_dma_free_fq()
300 static int iommu_dma_init_fq_single(struct iommu_dma_cookie *cookie) in iommu_dma_init_fq_single()
314 static int iommu_dma_init_fq_percpu(struct iommu_dma_cookie *cookie) in iommu_dma_init_fq_percpu()
334 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_fq() local
370 struct iommu_dma_cookie *cookie; in iommu_get_dma_cookie() local
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dinterrupt.c289 static irqreturn_t wil6210_irq_rx(int irq, void *cookie) in wil6210_irq_rx()
351 static irqreturn_t wil6210_irq_rx_edma(int irq, void *cookie) in wil6210_irq_rx_edma()
402 static irqreturn_t wil6210_irq_tx_edma(int irq, void *cookie) in wil6210_irq_tx_edma()
448 static irqreturn_t wil6210_irq_tx(int irq, void *cookie) in wil6210_irq_tx()
537 static irqreturn_t wil6210_irq_misc(int irq, void *cookie) in wil6210_irq_misc()
606 static irqreturn_t wil6210_irq_misc_thread(int irq, void *cookie) in wil6210_irq_misc_thread()
653 static irqreturn_t wil6210_thread_irq(int irq, void *cookie) in wil6210_thread_irq()
751 static irqreturn_t wil6210_hardirq(int irq, void *cookie) in wil6210_hardirq()
/linux/arch/parisc/kernel/
H A Dstacktrace.c17 struct pt_regs *regs, bool (*fn)(void *, unsigned long), void *cookie) in walk_stackframe() argument
32 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
38 int arch_stack_walk_reliable(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_reliable()
/linux/arch/arm/mach-omap2/
H A Dpdata-quirks.c332 struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_init()
347 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_deny_idle()
354 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_allow_idle()
362 const struct ti_sysc_cookie *cookie) in ti_sysc_enable_module()
371 const struct ti_sysc_cookie *cookie) in ti_sysc_idle_module()
380 const struct ti_sysc_cookie *cookie) in ti_sysc_shutdown_module()
/linux/tools/bpf/bpftool/
H A Dnet.c154 void *cookie) in netlink_recv() argument
212 void *cookie) in __dump_class_nlmsg() argument
227 dump_nlmsg_t dump_class_nlmsg, void *cookie) in netlink_get_class() argument
251 void *cookie) in __dump_qdisc_nlmsg() argument
266 netlink_get_qdisc(int sock,unsigned int nl_pid,int ifindex,dump_nlmsg_t dump_qdisc_nlmsg,void * cookie) netlink_get_qdisc() argument
290 __dump_filter_nlmsg(struct nlmsghdr * nlh,dump_nlmsg_t dump_filter_nlmsg,void * cookie) __dump_filter_nlmsg() argument
305 netlink_get_filter(int sock,unsigned int nl_pid,int ifindex,int handle,dump_nlmsg_t dump_filter_nlmsg,void * cookie) netlink_get_filter() argument
329 __dump_link_nlmsg(struct nlmsghdr * nlh,dump_nlmsg_t dump_link_nlmsg,void * cookie) __dump_link_nlmsg() argument
344 netlink_get_link(int sock,unsigned int nl_pid,dump_nlmsg_t dump_link_nlmsg,void * cookie) netlink_get_link() argument
365 dump_link_nlmsg(void * cookie,void * msg,struct nlattr ** tb) dump_link_nlmsg() argument
394 dump_class_qdisc_nlmsg(void * cookie,void * msg,struct nlattr ** tb) dump_class_qdisc_nlmsg() argument
428 dump_filter_nlmsg(void * cookie,void * msg,struct nlattr ** tb) dump_filter_nlmsg() argument
[all...]
/linux/arch/loongarch/kernel/
H A Dstacktrace.c14 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
44 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
103 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user()
/linux/arch/x86/kernel/
H A Dstacktrace.c15 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
33 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
106 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcustom_sec_handlers.c13 static int custom_setup_prog(struct bpf_program *prog, long cookie) in custom_setup_prog()
22 struct bpf_prog_load_opts *opts, long cookie) in custom_prepare_load_prog()
32 static int custom_attach_prog(const struct bpf_program *prog, long cookie, in custom_attach_prog()
/linux/drivers/dpll/
H A Ddpll_core.c45 void *cookie; member
59 void *cookie) in dpll_pin_registration_find()
74 void *cookie) in dpll_xa_ref_pin_add()
128 void *cookie) in dpll_xa_ref_pin_del()
155 const struct dpll_pin_ops *ops, void *priv, void *cookie) in dpll_xa_ref_dpll_add()
209 const struct dpll_pin_ops *ops, void *priv, void *cookie) in dpll_xa_ref_dpll_del()
607 const struct dpll_pin_ops *ops, void *priv, void *cookie) in __dpll_pin_register()
664 const struct dpll_pin_ops *ops, void *priv, void *cookie) in __dpll_pin_unregister()
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_flower.c8 unsigned long cookie) in sja1105_rule_find()
32 unsigned long cookie, int port, in sja1105_setup_bcast_policer()
104 unsigned long cookie, int port, int tc, in sja1105_setup_tc_policer()
176 unsigned long cookie, in sja1105_flower_policer()
353 unsigned long cookie = cls->cookie; in sja1105_cls_flower_add() local
/linux/net/mac80211/
H A Doffchannel.c564 unsigned int duration, u64 *cookie, in ieee80211_start_roc_work()
706 unsigned int duration, u64 *cookie) in ieee80211_remain_on_channel()
719 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc()
802 struct wireless_dev *wdev, u64 cookie) in ieee80211_cancel_remain_on_channel()
811 struct cfg80211_mgmt_tx_params *params, u64 *cookie) in ieee80211_mgmt_tx()
1045 struct wireless_dev *wdev, u64 cookie) in ieee80211_mgmt_tx_cancel_wait()
/linux/include/linux/
H A Dbacking-dev.h287 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_begin()
313 struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_end()
353 unlocked_inode_to_wb_begin(struct inode *inode, struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_begin()
359 struct wb_lock_cookie *cookie) in unlocked_inode_to_wb_end()
/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-qcom.c95 static void qcom_adreno_smmu_get_fault_info(const void *cookie, in qcom_adreno_smmu_get_fault_info()
111 static void qcom_adreno_smmu_set_stall(const void *cookie, bool enabled) in qcom_adreno_smmu_set_stall()
150 static void qcom_adreno_smmu_set_prr_bit(const void *cookie, bool set) in qcom_adreno_smmu_set_prr_bit()
172 static void qcom_adreno_smmu_set_prr_addr(const void *cookie, phys_addr_t page_addr) in qcom_adreno_smmu_set_prr_addr()
213 const void *cookie) in qcom_adreno_smmu_get_ttbr1_cfg()
227 static int qcom_adreno_smmu_set_ttbr0_cfg(const void *cookie, in qcom_adreno_smmu_set_ttbr0_cfg()
/linux/tools/lib/bpf/
H A Dnetlink.c134 void *cookie) in libbpf_netlink_recv() argument
225 void *cookie) in libbpf_netlink_send_recv() argument
250 void *cookie) in parse_genl_family_id() argument
345 libbpf_dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg() argument
360 get_xdp_info(void * cookie,void * msg,struct nlattr ** tb) get_xdp_info() argument
406 parse_xdp_features(struct nlmsghdr * nh,libbpf_dump_nlmsg_t fn,void * cookie) parse_xdp_features() argument
656 __get_tc_info(void * cookie,struct tcmsg * tc,struct nlattr ** tb,bool unicast) __get_tc_info() argument
682 get_tc_info(struct nlmsghdr * nh,libbpf_dump_nlmsg_t fn,void * cookie) get_tc_info() argument
[all...]
/linux/drivers/net/dsa/microchip/
H A Dksz9477_tc_flower.c30 unsigned long cookie, u32 prio) in ksz9477_flower_parse_key_l2()
113 unsigned long cookie, u32 prio) in ksz9477_flower_parse_key()
272 unsigned long cookie = cls->cookie; in ksz9477_cls_flower_del() local
/linux/include/linux/fsl/bestcomm/
H A Dbestcomm.h54 void **cookie; member
187 bcom_submit_next_buffer(struct bcom_task *tsk, void *cookie) in bcom_submit_next_buffer()
202 void *cookie = tsk->cookie[tsk->outdex]; in bcom_retrieve_buffer() local
/linux/arch/riscv/kernel/
H A Dstacktrace.c162 noinline noinstr void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
173 void *cookie, unsigned long fp, in unwind_user_frame()
197 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user()
/linux/include/uapi/linux/android/
H A Dbinder.h88 binder_uintptr_t cookie; member
107 binder_uintptr_t cookie; member
206 binder_uintptr_t cookie; member
240 binder_uintptr_t cookie; member
311 binder_uintptr_t cookie; /* target object cookie */ member
348 binder_uintptr_t cookie; member
353 binder_uintptr_t cookie; member
364 binder_uintptr_t cookie; member
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Drx.h34 u32 cookie; member
49 u32 cookie; member

12345678910>>...20