Home
last modified time | relevance | path

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

12345678910>>...42

/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/fscache/
Dcookie.c30 static void fscache_print_cookie(struct fscache_cookie *cookie, char prefix) in fscache_print_cookie()
56 void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie()
74 static int fscache_set_key(struct fscache_cookie *cookie, in fscache_set_key()
131 struct fscache_cookie *cookie; in fscache_alloc_cookie() local
246 struct fscache_cookie *candidate, *cookie; in __fscache_acquire_cookie() local
340 void __fscache_enable_cookie(struct fscache_cookie *cookie, in __fscache_enable_cookie()
381 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie, in fscache_acquire_non_index_cookie()
466 struct fscache_cookie *cookie) in fscache_alloc_object()
539 static int fscache_attach_object(struct fscache_cookie *cookie, in fscache_attach_object()
604 void __fscache_invalidate(struct fscache_cookie *cookie) in __fscache_invalidate()
[all …]
Dpage.c19 bool __fscache_check_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_check_page_write()
35 void __fscache_wait_on_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_wait_on_page_write()
50 bool release_page_wait_timeout(struct fscache_cookie *cookie, struct page *page) in release_page_wait_timeout()
62 bool __fscache_maybe_release_page(struct fscache_cookie *cookie, in __fscache_maybe_release_page()
149 struct fscache_cookie *cookie; in fscache_end_page_write() local
213 int __fscache_attr_changed(struct fscache_cookie *cookie) in __fscache_attr_changed()
303 struct fscache_cookie *cookie, in fscache_alloc_retrieval()
341 int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie) in fscache_wait_for_deferred_lookup()
429 int __fscache_read_or_alloc_page(struct fscache_cookie *cookie, in __fscache_read_or_alloc_page()
558 int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie, in __fscache_read_or_alloc_pages()
[all …]
Dobject.c302 struct fscache_cookie *cookie, in fscache_object_init()
454 struct fscache_cookie *cookie = object->cookie; in fscache_look_up_object() local
512 struct fscache_cookie *cookie = object->cookie; in fscache_object_lookup_negative() local
545 struct fscache_cookie *cookie = object->cookie; in fscache_obtained_object() local
625 struct fscache_cookie *cookie; in fscache_lookup_failure() local
703 struct fscache_cookie *cookie = object->cookie; in fscache_drop_object() local
968 struct fscache_cookie *cookie = object->cookie; in _fscache_invalidate_object() local
/kernel/linux/linux-4.19/fs/fscache/
Dcookie.c34 static void fscache_print_cookie(struct fscache_cookie *cookie, char prefix) in fscache_print_cookie()
60 void fscache_free_cookie(struct fscache_cookie *cookie) in fscache_free_cookie()
78 static int fscache_set_key(struct fscache_cookie *cookie, in fscache_set_key()
147 struct fscache_cookie *cookie; in fscache_alloc_cookie() local
262 struct fscache_cookie *candidate, *cookie; in __fscache_acquire_cookie() local
356 void __fscache_enable_cookie(struct fscache_cookie *cookie, in __fscache_enable_cookie()
397 static int fscache_acquire_non_index_cookie(struct fscache_cookie *cookie, in fscache_acquire_non_index_cookie()
482 struct fscache_cookie *cookie) in fscache_alloc_object()
555 static int fscache_attach_object(struct fscache_cookie *cookie, in fscache_attach_object()
620 void __fscache_invalidate(struct fscache_cookie *cookie) in __fscache_invalidate()
[all …]
Dpage.c23 bool __fscache_check_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_check_page_write()
39 void __fscache_wait_on_page_write(struct fscache_cookie *cookie, struct page *page) in __fscache_wait_on_page_write()
54 bool release_page_wait_timeout(struct fscache_cookie *cookie, struct page *page) in release_page_wait_timeout()
66 bool __fscache_maybe_release_page(struct fscache_cookie *cookie, in __fscache_maybe_release_page()
153 struct fscache_cookie *cookie; in fscache_end_page_write() local
217 int __fscache_attr_changed(struct fscache_cookie *cookie) in __fscache_attr_changed()
307 struct fscache_cookie *cookie, in fscache_alloc_retrieval()
345 int fscache_wait_for_deferred_lookup(struct fscache_cookie *cookie) in fscache_wait_for_deferred_lookup()
433 int __fscache_read_or_alloc_page(struct fscache_cookie *cookie, in __fscache_read_or_alloc_page()
562 int __fscache_read_or_alloc_pages(struct fscache_cookie *cookie, in __fscache_read_or_alloc_pages()
[all …]
Dobject.c306 struct fscache_cookie *cookie, in fscache_object_init()
458 struct fscache_cookie *cookie = object->cookie; in fscache_look_up_object() local
516 struct fscache_cookie *cookie = object->cookie; in fscache_object_lookup_negative() local
549 struct fscache_cookie *cookie = object->cookie; in fscache_obtained_object() local
629 struct fscache_cookie *cookie; in fscache_lookup_failure() local
707 struct fscache_cookie *cookie = object->cookie; in fscache_drop_object() local
972 struct fscache_cookie *cookie = object->cookie; in _fscache_invalidate_object() local
/kernel/linux/linux-5.10/include/linux/
Dfscache.h25 #define fscache_cookie_valid(cookie) (cookie) argument
28 #define fscache_cookie_valid(cookie) (0) argument
174 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled()
358 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie()
379 int fscache_check_consistency(struct fscache_cookie *cookie, in fscache_check_consistency()
401 void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_cookie()
417 int fscache_pin_cookie(struct fscache_cookie *cookie) in fscache_pin_cookie()
432 void fscache_unpin_cookie(struct fscache_cookie *cookie) in fscache_unpin_cookie()
448 int fscache_attr_changed(struct fscache_cookie *cookie) in fscache_attr_changed()
470 void fscache_invalidate(struct fscache_cookie *cookie) in fscache_invalidate()
[all …]
Dvgaarb.h146 static inline int vga_client_register(struct pci_dev *pdev, void *cookie, in vga_client_register()
147 void (*irq_set_state)(void *cookie, bool state), in vga_client_register()
148 unsigned int (*set_vga_decode)(void *cookie, bool state)) in vga_client_register()
/kernel/linux/linux-4.19/include/linux/
Dfscache.h29 #define fscache_cookie_valid(cookie) (cookie) argument
32 #define fscache_cookie_valid(cookie) (0) argument
178 static inline bool fscache_cookie_enabled(struct fscache_cookie *cookie) in fscache_cookie_enabled()
362 void fscache_relinquish_cookie(struct fscache_cookie *cookie, in fscache_relinquish_cookie()
383 int fscache_check_consistency(struct fscache_cookie *cookie, in fscache_check_consistency()
405 void fscache_update_cookie(struct fscache_cookie *cookie, const void *aux_data) in fscache_update_cookie()
421 int fscache_pin_cookie(struct fscache_cookie *cookie) in fscache_pin_cookie()
436 void fscache_unpin_cookie(struct fscache_cookie *cookie) in fscache_unpin_cookie()
452 int fscache_attr_changed(struct fscache_cookie *cookie) in fscache_attr_changed()
474 void fscache_invalidate(struct fscache_cookie *cookie) in fscache_invalidate()
[all …]
/kernel/linux/linux-4.19/drivers/media/platform/qcom/venus/
Dhfi_cmds.c70 u32 addr, void *cookie) in pkt_sys_set_resource()
97 u32 size, void *cookie) in pkt_sys_unset_resource()
117 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
161 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, in pkt_session_init()
176 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie) in pkt_session_cmd()
184 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_set_buffers()
223 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_unset_buffers()
264 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_decoder()
288 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_encoder()
312 int pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, in pkt_session_ftb()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
Dhfi_cmds.c61 u32 addr, void *cookie) in pkt_sys_set_resource()
88 u32 size, void *cookie) in pkt_sys_unset_resource()
108 void pkt_sys_ping(struct hfi_sys_ping_pkt *pkt, u32 cookie) in pkt_sys_ping()
152 int pkt_session_init(struct hfi_session_init_pkt *pkt, void *cookie, in pkt_session_init()
167 void pkt_session_cmd(struct hfi_session_pkt *pkt, u32 pkt_type, void *cookie) in pkt_session_cmd()
175 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_set_buffers()
214 void *cookie, struct hfi_buffer_desc *bd) in pkt_session_unset_buffers()
255 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_decoder()
279 void *cookie, struct hfi_frame_data *in_frame) in pkt_session_etb_encoder()
303 int pkt_session_ftb(struct hfi_session_fill_buffer_pkt *pkt, void *cookie, in pkt_session_ftb()
[all …]
/kernel/linux/linux-4.19/arch/unicore32/include/asm/
Dio.h37 #define ioremap(cookie, size) __uc32_ioremap(cookie, size) argument
38 #define ioremap_cached(cookie, size) __uc32_ioremap_cached(cookie, size) argument
39 #define ioremap_nocache(cookie, size) __uc32_ioremap(cookie, size) argument
40 #define iounmap(cookie) __uc32_iounmap(cookie) argument
/kernel/linux/linux-4.19/drivers/oprofile/
Dbuffer_sync.c213 unsigned long cookie; in fast_get_dcookie() local
229 unsigned long cookie = NO_COOKIE; in get_exec_dcookie() local
256 unsigned long cookie = NO_COOKIE; in lookup_dcookie() local
304 add_user_ctx_switch(struct task_struct const *task, unsigned long cookie) in add_user_ctx_switch()
317 static void add_cookie_switch(unsigned long cookie) in add_cookie_switch()
334 unsigned long cookie; in add_data() local
383 unsigned long cookie; in add_sample() local
499 unsigned long cookie = 0; in sync_buffer() local
/kernel/linux/linux-5.10/drivers/oprofile/
Dbuffer_sync.c213 unsigned long cookie; in fast_get_dcookie() local
229 unsigned long cookie = NO_COOKIE; in get_exec_dcookie() local
256 unsigned long cookie = NO_COOKIE; in lookup_dcookie() local
304 add_user_ctx_switch(struct task_struct const *task, unsigned long cookie) in add_user_ctx_switch()
317 static void add_cookie_switch(unsigned long cookie) in add_cookie_switch()
334 unsigned long cookie; in add_data() local
383 unsigned long cookie; in add_sample() local
499 unsigned long cookie = 0; in sync_buffer() local
/kernel/linux/linux-4.19/drivers/iommu/
Ddma-iommu.c60 static inline size_t cookie_msi_granule(struct iommu_dma_cookie *cookie) in cookie_msi_granule()
69 struct iommu_dma_cookie *cookie; in cookie_alloc() local
119 struct iommu_dma_cookie *cookie; in iommu_get_msi_cookie() local
146 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_put_dma_cookie() local
183 static int cookie_init_hw_msi_region(struct iommu_dma_cookie *cookie, in cookie_init_hw_msi_region()
228 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iova_reserve_iommu_regions() local
275 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_domain() local
350 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_alloc_iova() local
388 static void iommu_dma_free_iova(struct iommu_dma_cookie *cookie, in iommu_dma_free_iova()
404 struct iommu_dma_cookie *cookie = domain->iova_cookie; in __iommu_dma_unmap() local
[all …]
/kernel/linux/linux-5.10/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()
201 struct net_device *rdma_ndev, void *cookie) in is_ndev_for_default_gid_filter()
227 struct net_device *rdma_ndev, void *cookie) in pass_all_filter()
233 struct net_device *rdma_ndev, void *cookie) in upper_device_filter()
265 void *cookie) in is_upper_ndev_bond_master_filter()
429 struct net_device *rdma_ndev, void *cookie) in add_netdev_ips()
435 struct net_device *rdma_ndev, void *cookie) in del_netdev_ips()
450 struct net_device *rdma_ndev, void *cookie) in del_default_gids()
462 struct net_device *rdma_ndev, void *cookie) in add_default_gids()
[all …]
/kernel/linux/linux-4.19/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()
201 struct net_device *rdma_ndev, void *cookie) in is_ndev_for_default_gid_filter()
227 struct net_device *rdma_ndev, void *cookie) in pass_all_filter()
233 struct net_device *rdma_ndev, void *cookie) in upper_device_filter()
265 void *cookie) in is_upper_ndev_bond_master_filter()
428 struct net_device *rdma_ndev, void *cookie) in add_netdev_ips()
434 struct net_device *rdma_ndev, void *cookie) in del_netdev_ips()
449 struct net_device *rdma_ndev, void *cookie) in del_default_gids()
461 struct net_device *rdma_ndev, void *cookie) in add_default_gids()
[all …]
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dnet.c141 void *cookie) in netlink_recv()
199 void *cookie) in __dump_class_nlmsg()
214 dump_nlmsg_t dump_class_nlmsg, void *cookie) in netlink_get_class()
238 void *cookie) in __dump_qdisc_nlmsg()
253 dump_nlmsg_t dump_qdisc_nlmsg, void *cookie) in netlink_get_qdisc()
277 void *cookie) in __dump_filter_nlmsg()
292 dump_nlmsg_t dump_filter_nlmsg, void *cookie) in netlink_get_filter()
316 dump_nlmsg_t dump_link_nlmsg, void *cookie) in __dump_link_nlmsg()
331 dump_nlmsg_t dump_link_nlmsg, void *cookie) in netlink_get_link()
352 static int dump_link_nlmsg(void *cookie, void *msg, struct nlattr **tb) in dump_link_nlmsg()
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.19/drivers/net/wireless/ath/wil6210/
Dinterrupt.c296 static irqreturn_t wil6210_irq_rx(int irq, void *cookie) in wil6210_irq_rx()
358 static irqreturn_t wil6210_irq_rx_edma(int irq, void *cookie) in wil6210_irq_rx_edma()
409 static irqreturn_t wil6210_irq_tx_edma(int irq, void *cookie) in wil6210_irq_tx_edma()
455 static irqreturn_t wil6210_irq_tx(int irq, void *cookie) in wil6210_irq_tx()
544 static irqreturn_t wil6210_irq_misc(int irq, void *cookie) in wil6210_irq_misc()
613 static irqreturn_t wil6210_irq_misc_thread(int irq, void *cookie) in wil6210_irq_misc_thread()
662 static irqreturn_t wil6210_thread_irq(int irq, void *cookie) in wil6210_thread_irq()
760 static irqreturn_t wil6210_hardirq(int irq, void *cookie) in wil6210_hardirq()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dstacktrace.c15 void arch_stack_walk(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk()
39 void *cookie, struct task_struct *task) in arch_stack_walk_reliable()
112 void arch_stack_walk_user(stack_trace_consume_fn consume_entry, void *cookie, in arch_stack_walk_user()
/kernel/linux/linux-5.10/drivers/iommu/
Ddma-iommu.c52 static inline size_t cookie_msi_granule(struct iommu_dma_cookie *cookie) in cookie_msi_granule()
61 struct iommu_dma_cookie *cookie; in cookie_alloc() local
105 struct iommu_dma_cookie *cookie; in iommu_get_msi_cookie() local
132 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_put_dma_cookie() local
169 static int cookie_init_hw_msi_region(struct iommu_dma_cookie *cookie, in cookie_init_hw_msi_region()
242 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iova_reserve_iommu_regions() local
279 struct iommu_dma_cookie *cookie; in iommu_dma_flush_iotlb_all() local
306 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_domain() local
407 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_alloc_iova() local
444 static void iommu_dma_free_iova(struct iommu_dma_cookie *cookie, in iommu_dma_free_iova()
[all …]
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dpdata-quirks.c345 struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_init()
360 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_deny_idle()
367 const struct ti_sysc_cookie *cookie) in ti_sysc_clkdm_allow_idle()
374 const struct ti_sysc_cookie *cookie) in ti_sysc_enable_module()
383 const struct ti_sysc_cookie *cookie) in ti_sysc_idle_module()
392 const struct ti_sysc_cookie *cookie) in ti_sysc_shutdown_module()

12345678910>>...42