Home
last modified time | relevance | path

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

12345678910>>...26

/linux-6.6.21/fs/fscache/
Dcookie.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 …]
Dio.c26 struct fscache_cookie *cookie = fscache_cres_cookie(cres); in fscache_wait_for_operation() local
72 struct fscache_cookie *cookie, in fscache_begin_operation()
146 struct fscache_cookie *cookie) in __fscache_begin_read_operation()
154 struct fscache_cookie *cookie) in __fscache_begin_write_operation()
174 struct fscache_cookie *cookie) in fscache_dirty_folio()
248 void __fscache_write_to_cache(struct fscache_cookie *cookie, in __fscache_write_to_cache()
307 void __fscache_resize_cookie(struct fscache_cookie *cookie, loff_t new_size) in __fscache_resize_cookie()
/linux-6.6.21/drivers/net/wireguard/
Dcookie.h23 struct cookie { struct
26 u8 cookie[COOKIE_LEN]; member
29 u8 cookie_decryption_key[NOISE_SYMMETRIC_KEY_LEN]; argument
45 void wg_cookie_init(struct cookie *cookie); argument
Dcookie.c69 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-6.6.21/include/linux/
Dfscache.h25 #define fscache_cookie_valid(cookie) (cookie) argument
27 #define fscache_cookie_enabled(cookie) (cookie && !test_bit(FSCACHE_COOKIE_DISABLED, &cookie->flags… argument
32 #define fscache_cookie_valid(cookie) (0) argument
34 #define fscache_cookie_enabled(cookie) (0) argument
268 static inline void fscache_use_cookie(struct fscache_cookie *cookie, in fscache_use_cookie()
284 static inline void fscache_unuse_cookie(struct fscache_cookie *cookie, in fscache_unuse_cookie()
305 void fscache_relinquish_cookie(struct fscache_cookie *cookie, bool retire) in fscache_relinquish_cookie()
314 static inline void *fscache_get_aux(struct fscache_cookie *cookie) in fscache_get_aux()
326 void fscache_update_aux(struct fscache_cookie *cookie, in fscache_update_aux()
342 void __fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data, in __fscache_update_cookie()
[all …]
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-6.6.21/drivers/media/platform/qcom/venus/
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-6.6.21/drivers/clocksource/
Dtimer-ti-dm.c119 struct omap_dm_timer cookie; member
401 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
409 static int omap_dm_timer_set_source(struct omap_dm_timer *cookie, int source) in omap_dm_timer_set_source()
467 static void omap_dm_timer_enable(struct omap_dm_timer *cookie) in omap_dm_timer_enable()
478 static void omap_dm_timer_disable(struct omap_dm_timer *cookie) in omap_dm_timer_disable()
648 static int omap_dm_timer_free(struct omap_dm_timer *cookie) in omap_dm_timer_free()
674 static int omap_dm_timer_get_irq(struct omap_dm_timer *cookie) in omap_dm_timer_get_irq()
685 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
725 static struct clk *omap_dm_timer_get_fclk(struct omap_dm_timer *cookie) in omap_dm_timer_get_fclk()
743 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
[all …]
/linux-6.6.21/kernel/sched/
Dcore_sched.c23 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-6.6.21/drivers/infiniband/core/
Droce_gid_mgmt.c148 struct net_device *rdma_ndev, void *cookie) in is_eth_port_of_netdev_filter()
172 struct net_device *rdma_ndev, void *cookie) in is_eth_port_inactive_slave_filter()
202 struct net_device *rdma_ndev, void *cookie) in is_ndev_for_default_gid_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()
436 struct net_device *rdma_ndev, void *cookie) in del_netdev_ips()
451 struct net_device *rdma_ndev, void *cookie) in del_default_gids()
463 struct net_device *rdma_ndev, void *cookie) in add_default_gids()
[all …]
/linux-6.6.21/arch/parisc/kernel/
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-6.6.21/drivers/net/wireless/ath/wil6210/
Dinterrupt.c285 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-6.6.21/drivers/iommu/
Ddma-iommu.c128 static void fq_ring_free(struct iommu_dma_cookie *cookie, struct iova_fq *fq) in fq_ring_free()
149 static void fq_flush_iotlb(struct iommu_dma_cookie *cookie) in fq_flush_iotlb()
158 struct iommu_dma_cookie *cookie = from_timer(cookie, t, fq_timer); in fq_flush_timeout() local
175 static void queue_iova(struct iommu_dma_cookie *cookie, in queue_iova()
223 static void iommu_dma_free_fq(struct iommu_dma_cookie *cookie) in iommu_dma_free_fq()
245 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_fq() local
286 static inline size_t cookie_msi_granule(struct iommu_dma_cookie *cookie) in cookie_msi_granule()
295 struct iommu_dma_cookie *cookie; in cookie_alloc() local
336 struct iommu_dma_cookie *cookie; in iommu_get_msi_cookie() local
361 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_put_dma_cookie() local
[all …]
/linux-6.6.21/fs/cachefiles/
Dinterface.c22 struct cachefiles_object *cachefiles_alloc_object(struct fscache_cookie *cookie) in cachefiles_alloc_object()
172 static bool cachefiles_lookup_cookie(struct fscache_cookie *cookie) in cachefiles_lookup_cookie()
278 struct fscache_cookie *cookie = object->cookie; in cachefiles_resize_cookie() local
349 static void cachefiles_withdraw_cookie(struct fscache_cookie *cookie) in cachefiles_withdraw_cookie()
380 static bool cachefiles_invalidate_cookie(struct fscache_cookie *cookie) in cachefiles_invalidate_cookie()
/linux-6.6.21/arch/arm/mach-omap2/
Dpdata-quirks.c322 struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_init()
337 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_deny_idle()
344 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_allow_idle()
352 const struct ti_sysc_cookie *cookie) in ti_sysc_enable_module()
361 const struct ti_sysc_cookie *cookie) in ti_sysc_idle_module()
370 const struct ti_sysc_cookie *cookie) in ti_sysc_shutdown_module()
/linux-6.6.21/tools/bpf/bpftool/
Dnet.c148 void *cookie) in netlink_recv()
206 void *cookie) in __dump_class_nlmsg()
221 dump_nlmsg_t dump_class_nlmsg, void *cookie) in netlink_get_class()
245 void *cookie) in __dump_qdisc_nlmsg()
260 dump_nlmsg_t dump_qdisc_nlmsg, void *cookie) in netlink_get_qdisc()
284 void *cookie) in __dump_filter_nlmsg()
299 dump_nlmsg_t dump_filter_nlmsg, void *cookie) in netlink_get_filter()
323 dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg()
338 dump_nlmsg_t dump_link_nlmsg, void *cookie) in netlink_get_link()
359 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg()
[all …]
/linux-6.6.21/arch/x86/kernel/
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-6.6.21/tools/testing/selftests/bpf/prog_tests/
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-6.6.21/drivers/infiniband/hw/bnxt_re/
Dqplib_rcfw.c112 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
294 u16 cookie; in __send_message() local
388 static int __poll_for_resp(struct bnxt_qplib_rcfw *rcfw, u16 cookie) in __poll_for_resp()
490 u16 cookie; in __bnxt_qplib_rcfw_send_message() local
628 u16 cookie, blocked = 0; in bnxt_qplib_process_qp_event() local
/linux-6.6.21/fs/smb/client/
Dfscache.c131 struct fscache_cookie *cookie = cifs_inode_cookie(inode); in cifs_fscache_release_inode_cookie() local
146 struct fscache_cookie *cookie = cifs_inode_cookie(inode); in fscache_fallback_read_page() local
172 struct fscache_cookie *cookie = cifs_inode_cookie(inode); in fscache_fallback_write_pages() local
227 struct fscache_cookie *cookie = cifs_inode_cookie(inode); in __cifs_fscache_query_occupancy() local
/linux-6.6.21/drivers/net/dsa/sja1105/
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()
350 unsigned long cookie = cls->cookie; in sja1105_cls_flower_add() local
/linux-6.6.21/net/mac80211/
Doffchannel.c532 unsigned int duration, u64 *cookie, in ieee80211_start_roc_work()
674 unsigned int duration, u64 *cookie) in ieee80211_remain_on_channel()
690 u64 cookie, bool mgmt_tx) in ieee80211_cancel_roc()
758 struct wireless_dev *wdev, u64 cookie) in ieee80211_cancel_remain_on_channel()
767 struct cfg80211_mgmt_tx_params *params, u64 *cookie) in ieee80211_mgmt_tx()
988 struct wireless_dev *wdev, u64 cookie) in ieee80211_mgmt_tx_cancel_wait()
/linux-6.6.21/drivers/iommu/arm/arm-smmu/
Darm-smmu-qcom.c59 static void qcom_adreno_smmu_get_fault_info(const void *cookie, in qcom_adreno_smmu_get_fault_info()
75 static void qcom_adreno_smmu_set_stall(const void *cookie, bool enabled) in qcom_adreno_smmu_set_stall()
87 static void qcom_adreno_smmu_resume_translation(const void *cookie, bool terminate) in qcom_adreno_smmu_resume_translation()
122 const void *cookie) in qcom_adreno_smmu_get_ttbr1_cfg()
136 static int qcom_adreno_smmu_set_ttbr0_cfg(const void *cookie, in qcom_adreno_smmu_set_ttbr0_cfg()
/linux-6.6.21/drivers/misc/cxl/
Dirq.c225 irq_handler_t handler, void *cookie, const char *name) in cxl_map_irq()
251 void cxl_unmap_irq(unsigned int virq, void *cookie) in cxl_unmap_irq()
258 void *cookie, in cxl_register_one_irq()
402 void afu_release_irqs(struct cxl_context *ctx, void *cookie) in afu_release_irqs()
/linux-6.6.21/arch/s390/kernel/
Dstacktrace.c13 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
27 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()

12345678910>>...26