| /linux/fs/netfs/ |
| A D | fscache_cookie.c | 56 static void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie() 121 void fscache_end_cookie_access(struct fscache_cookie *cookie, in fscache_end_cookie_access() 262 void fscache_caching_failed(struct fscache_cookie *cookie) in fscache_caching_failed() 277 static int fscache_set_key(struct fscache_cookie *cookie, in fscache_set_key() 332 struct fscache_cookie *cookie; in fscache_alloc_cookie() local 457 struct fscache_cookie *cookie; in __fscache_acquire_cookie() local 665 void __fscache_unuse_cookie(struct fscache_cookie *cookie, in __fscache_unuse_cookie() 883 struct fscache_cookie *cookie; in fscache_cookie_lru_worker() local 1007 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie() 1051 void __fscache_invalidate(struct fscache_cookie *cookie, in __fscache_invalidate() [all …]
|
| A D | fscache_io.c | 26 struct fscache_cookie *cookie = fscache_cres_cookie(cres); in fscache_wait_for_operation() local 72 struct fscache_cookie *cookie, in fscache_begin_operation() 148 struct fscache_cookie *cookie) in __fscache_begin_read_operation() 156 struct fscache_cookie *cookie) in __fscache_begin_write_operation() 212 void __fscache_write_to_cache(struct fscache_cookie *cookie, in __fscache_write_to_cache() 273 void __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in __fscache_resize_cookie()
|
| /linux/drivers/net/wireguard/ |
| A D | cookie.h | 23 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
|
| A D | cookie.c | 69 void wg_cookie_init(struct cookie *cookie) in wg_cookie_init() 127 u8 cookie[COOKIE_LEN]; in wg_cookie_validate_packet() local 186 u8 cookie[COOKIE_LEN]; in wg_cookie_message_create() local 202 u8 cookie[COOKIE_LEN]; in wg_cookie_message_consume() local
|
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | exceptions.c | 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 267 volatile s64 cookie = c; in assert_neg_gfunc_with() local 275 volatile s64 cookie = c; in assert_pos_gfunc_with() local [all …]
|
| /linux/arch/arm64/kernel/ |
| A D | stacktrace.c | 164 void *cookie) in do_kunwind() 211 void *cookie, struct task_struct *task, in kunwind_stack_walk() 250 void *cookie; member 254 arch_kunwind_consume_entry(const struct kunwind_state *state, void *cookie) in arch_kunwind_consume_entry() 261 void *cookie, struct task_struct *task, in arch_stack_walk() 274 void *cookie; member 278 arch_bpf_unwind_consume_entry(const struct kunwind_state *state, void *cookie) in arch_bpf_unwind_consume_entry() 286 noinline noinstr void arch_bpf_stack_walk(bool (*consume_entry)(void *cookie, u64 ip, u64 sp, in arch_bpf_stack_walk() 343 unwind_user_frame(struct frame_tail __user *tail, void *cookie, in unwind_user_frame() 392 unwind_compat_user_frame(struct compat_frame_tail __user *tail, void *cookie, in unwind_compat_user_frame() [all …]
|
| /linux/drivers/media/platform/qcom/venus/ |
| A D | hfi_cmds.c | 71 u32 addr, void *cookie) in pkt_sys_set_resource() 98 u32 size, void *cookie) in pkt_sys_unset_resource() 185 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_set_buffers() 341 void *cookie, u32 seq_hdr, u32 seq_hdr_len) in pkt_session_parse_seq_header() 391 void *cookie, u32 ptype) in pkt_session_get_property_1x() 1099 void *cookie, u32 ptype) in pkt_session_get_property_3xx() 1125 void *cookie, u32 ptype, void *pdata) in pkt_session_set_property_3xx() 1190 void *cookie, u32 ptype, void *pdata) in pkt_session_set_property_4xx() 1301 void *cookie, u32 ptype, void *pdata) in pkt_session_set_property_6xx() 1352 void *cookie, u32 ptype) in pkt_session_get_property() [all …]
|
| /linux/drivers/clocksource/ |
| A D | timer-ti-dm.c | 119 struct omap_dm_timer cookie; member 400 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer() 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() 742 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start() 768 static int omap_dm_timer_stop(struct omap_dm_timer *cookie) in omap_dm_timer_stop() 786 static int omap_dm_timer_set_load(struct omap_dm_timer *cookie, in omap_dm_timer_set_load() 873 static int omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) in omap_dm_timer_get_pwm_status() [all …]
|
| /linux/include/linux/ |
| A D | fscache.h | 25 #define fscache_cookie_valid(cookie) (cookie) argument 32 #define fscache_cookie_valid(cookie) (0) argument 34 #define fscache_cookie_enabled(cookie) (0) argument 271 static inline void fscache_use_cookie(struct fscache_cookie *cookie, in fscache_use_cookie() 287 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, in fscache_unuse_cookie() 317 static inline void *fscache_get_aux(struct fscache_cookie *cookie) in fscache_get_aux() 329 void fscache_update_aux(struct fscache_cookie *cookie, in fscache_update_aux() 415 void fscache_invalidate(struct fscache_cookie *cookie, in fscache_invalidate() 454 struct fscache_cookie *cookie) in fscache_begin_read_operation() 539 struct fscache_cookie *cookie) in fscache_begin_write_operation() [all …]
|
| /linux/kernel/sched/ |
| A D | core_sched.c | 23 static void sched_core_put_cookie(unsigned long cookie) in sched_core_put_cookie() 33 static unsigned long sched_core_get_cookie(unsigned long cookie) in sched_core_get_cookie() 54 unsigned long cookie) in sched_core_update_cookie() 101 unsigned long cookie, flags; in sched_core_clone_cookie() local 121 static void __sched_core_set(struct task_struct *p, unsigned long cookie) in __sched_core_set() 132 unsigned long cookie = 0, id = 0; in sched_core_share_pid() local
|
| /linux/arch/s390/kernel/ |
| A D | stacktrace.c | 17 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk() 31 void *cookie, struct task_struct *task) in arch_stack_walk_reliable() 66 static inline bool store_ip(stack_trace_consume_fn consume_entry, void *cookie, in store_ip() 100 void arch_stack_walk_user_common(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user_common() 160 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user()
|
| /linux/drivers/infiniband/core/ |
| A D | roce_gid_mgmt.c | 172 struct net_device *rdma_ndev, void *cookie) in is_eth_port_inactive_slave_filter() 228 struct net_device *rdma_ndev, void *cookie) in pass_all_filter() 234 struct net_device *rdma_ndev, void *cookie) in upper_device_filter() 266 void *cookie) in is_upper_ndev_bond_master_filter() 430 struct net_device *rdma_ndev, void *cookie) in add_netdev_ips() 476 void *cookie) in enum_all_gids_of_dev_cb() 521 void *cookie) in callback_for_addr_gid_device_scan() 552 void *cookie, in handle_netdev_upper() 585 struct net_device *rdma_ndev, void *cookie) in del_netdev_upper_ips() 591 struct net_device *rdma_ndev, void *cookie) in add_netdev_upper_ips() [all …]
|
| /linux/arch/parisc/kernel/ |
| A D | stacktrace.c | 17 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/drivers/iommu/ |
| A D | dma-iommu.c | 202 static void queue_iova(struct iommu_dma_cookie *cookie, in queue_iova() 338 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_fq() local 377 struct iommu_dma_cookie *cookie; in cookie_alloc() local 418 struct iommu_dma_cookie *cookie; in iommu_get_msi_cookie() local 443 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_put_dma_cookie() local 566 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iova_reserve_iommu_regions() local 673 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_domain() local 765 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_alloc_iova() local 829 struct iommu_dma_cookie *cookie = domain->iova_cookie; in __iommu_dma_unmap() local 852 struct iommu_dma_cookie *cookie = domain->iova_cookie; in __iommu_dma_map() local [all …]
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| A D | interrupt.c | 285 static irqreturn_t wil6210_irq_rx(int irq, void *cookie) in wil6210_irq_rx() 347 static irqreturn_t wil6210_irq_rx_edma(int irq, void *cookie) in wil6210_irq_rx_edma() 398 static irqreturn_t wil6210_irq_tx_edma(int irq, void *cookie) in wil6210_irq_tx_edma() 444 static irqreturn_t wil6210_irq_tx(int irq, void *cookie) in wil6210_irq_tx() 533 static irqreturn_t wil6210_irq_misc(int irq, void *cookie) in wil6210_irq_misc() 602 static irqreturn_t wil6210_irq_misc_thread(int irq, void *cookie) in wil6210_irq_misc_thread() 649 static irqreturn_t wil6210_thread_irq(int irq, void *cookie) in wil6210_thread_irq() 747 static irqreturn_t wil6210_hardirq(int irq, void *cookie) in wil6210_hardirq()
|
| /linux/fs/cachefiles/ |
| A D | interface.c | 22 struct cachefiles_object *cachefiles_alloc_object(struct fscache_cookie *cookie) in cachefiles_alloc_object() 177 static bool cachefiles_lookup_cookie(struct fscache_cookie *cookie) in cachefiles_lookup_cookie() 283 struct fscache_cookie *cookie = object->cookie; in cachefiles_resize_cookie() local 354 static void cachefiles_withdraw_cookie(struct fscache_cookie *cookie) in cachefiles_withdraw_cookie() 385 static bool cachefiles_invalidate_cookie(struct fscache_cookie *cookie) in cachefiles_invalidate_cookie()
|
| /linux/arch/arm/mach-omap2/ |
| A D | pdata-quirks.c | 332 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/ |
| A D | net.c | 154 void *cookie) in netlink_recv() 212 void *cookie) in __dump_class_nlmsg() 227 dump_nlmsg_t dump_class_nlmsg, void *cookie) in netlink_get_class() 251 void *cookie) in __dump_qdisc_nlmsg() 266 dump_nlmsg_t dump_qdisc_nlmsg, void *cookie) in netlink_get_qdisc() 290 void *cookie) in __dump_filter_nlmsg() 305 dump_nlmsg_t dump_filter_nlmsg, void *cookie) in netlink_get_filter() 329 dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg() 344 dump_nlmsg_t dump_link_nlmsg, void *cookie) in netlink_get_link() 365 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg() [all …]
|
| /linux/drivers/gpu/drm/panthor/ |
| A D | panthor_device.c | 111 int ret = 0, cookie; in panthor_device_reset_work() local 352 int cookie; in panthor_mmio_vm_fault() local 421 int ret, cookie; in panthor_device_resume() local 497 int ret, cookie; in panthor_device_suspend() local
|
| /linux/arch/loongarch/kernel/ |
| A D | stacktrace.c | 14 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/ |
| A D | stacktrace.c | 15 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/ |
| A D | custom_sec_handlers.c | 13 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/infiniband/hw/bnxt_re/ |
| A D | qplib_rcfw.c | 112 u16 cookie) in bnxt_re_is_fw_stalled() 145 static int __wait_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __wait_for_resp() 192 static int __block_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __block_for_resp() 243 u16 cookie; in __send_message_no_waiter() local 293 u16 cookie; in __send_message() local 387 static int __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __poll_for_resp() 488 u16 cookie; in __bnxt_qplib_rcfw_send_message() local 626 u16 cookie, blocked = 0; in bnxt_qplib_process_qp_event() local
|
| /linux/drivers/dpll/ |
| A D | dpll_core.c | 45 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() 604 const struct dpll_pin_ops *ops, void *priv, void *cookie) in __dpll_pin_register() 661 const struct dpll_pin_ops *ops, void *priv, void *cookie) in __dpll_pin_unregister()
|
| /linux/drivers/net/dsa/sja1105/ |
| A D | sja1105_flower.c | 8 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
|