| /kernel/linux/linux-6.6/fs/fscache/ |
| D | cookie.c | 35 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 …]
|
| D | 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() 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()
|
| /kernel/linux/linux-6.6/drivers/net/wireguard/ |
| 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
|
| /kernel/linux/linux-5.10/drivers/net/wireguard/ |
| 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
|
| /kernel/linux/linux-5.10/fs/fscache/ |
| D | cookie.c | 30 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 …]
|
| D | page.c | 19 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | fscache.h | 25 #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 …]
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | fscache.h | 25 #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 …]
|
| /kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
| D | hfi_cmds.c | 61 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-6.6/drivers/media/platform/qcom/venus/ |
| D | hfi_cmds.c | 71 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 …]
|
| /kernel/linux/linux-6.6/kernel/sched/ |
| 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
|
| /kernel/linux/linux-6.6/drivers/clocksource/ |
| D | timer-ti-dm.c | 119 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 …]
|
| /kernel/linux/linux-5.10/drivers/oprofile/ |
| D | buffer_sync.c | 213 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-6.6/drivers/infiniband/core/ |
| D | roce_gid_mgmt.c | 148 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 …]
|
| /kernel/linux/linux-5.10/drivers/infiniband/core/ |
| D | roce_gid_mgmt.c | 148 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-6.6/arch/parisc/kernel/ |
| 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()
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| D | net.c | 141 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-6.6/fs/cachefiles/ |
| 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 360 static void cachefiles_withdraw_cookie(struct fscache_cookie *cookie) in cachefiles_withdraw_cookie() 391 static bool cachefiles_invalidate_cookie(struct fscache_cookie *cookie) in cachefiles_invalidate_cookie()
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
| 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()
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
| 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()
|
| /kernel/linux/linux-6.6/drivers/iommu/ |
| D | dma-iommu.c | 128 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 …]
|
| /kernel/linux/linux-6.6/arch/x86/kernel/ |
| 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()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| /kernel/linux/linux-5.10/arch/x86/kernel/ |
| D | stacktrace.c | 15 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-6.6/arch/arm/mach-omap2/ |
| 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()
|