Home
last modified time | relevance | path

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

12345678910>>...28

/openbmc/linux/fs/fscache/
H A Dcookie.c56 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()
879 struct fscache_cookie *cookie; in fscache_cookie_lru_worker() local
1003 void fscache_put_cookie(struct fscache_cookie *cookie, in fscache_put_cookie()
1047 void __fscache_invalidate(struct fscache_cookie *cookie, in __fscache_invalidate()
[all …]
H A 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()
/openbmc/u-boot/board/armadeus/apf27/
H A Dfpga.c57 int fpga_pre_fn(int cookie) in fpga_pre_fn()
85 int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
96 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
108 int fpga_init_fn(int cookie) in fpga_init_fn()
124 int fpga_done_fn(int cookie) in fpga_done_fn()
134 int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
142 int fpga_cs_fn(int assert_cs, int flush, int cookie) in fpga_cs_fn()
150 int fpga_rdata_fn(unsigned char *data, int cookie) in fpga_rdata_fn()
167 int fpga_abort_fn(int cookie) in fpga_abort_fn()
173 int fpga_busy_fn(int cookie) in fpga_busy_fn()
[all …]
/openbmc/u-boot/board/astro/mcf5373l/
H A Dfpga.c27 int altera_pre_fn(int cookie) in altera_pre_fn()
77 int altera_status_fn(int cookie) in altera_status_fn()
87 int altera_done_fn(int cookie) in altera_done_fn()
141 int altera_abort_fn(int cookie) in altera_abort_fn()
151 int altera_post_fn(int cookie) in altera_post_fn()
204 int xilinx_pgm_config_fn(int assert, int flush, int cookie) in xilinx_pgm_config_fn()
219 int xilinx_init_config_fn(int cookie) in xilinx_init_config_fn()
227 int xilinx_done_config_fn(int cookie) in xilinx_done_config_fn()
235 int xilinx_abort_config_fn(int cookie) in xilinx_abort_config_fn()
250 int xilinx_pre_config_fn(int cookie) in xilinx_pre_config_fn()
[all …]
/openbmc/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
H A 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
/openbmc/u-boot/api/
H A Dapi_net.c27 static int dev_valid_net(void *cookie) in dev_valid_net()
32 int dev_open_net(void *cookie) in dev_open_net()
43 int dev_close_net(void *cookie) in dev_close_net()
73 int dev_write_net(void *cookie, void *buf, int len) in dev_write_net()
80 int dev_read_net(void *cookie, void *buf, int len) in dev_read_net()
89 int dev_open_net(void *cookie) in dev_open_net()
94 int dev_close_net(void *cookie) in dev_close_net()
104 int dev_write_net(void *cookie, void *buf, int len) in dev_write_net()
109 int dev_read_net(void *cookie, void *buf, int len) in dev_read_net()
/openbmc/u-boot/include/
H A Dvirtex2.h64 #define XILINX_XC2V40_DESC(iface, fn_table, cookie) \ argument
68 #define XILINX_XC2V80_DESC(iface, fn_table, cookie) \ argument
72 #define XILINX_XC2V250_DESC(iface, fn_table, cookie) \ argument
76 #define XILINX_XC2V500_DESC(iface, fn_table, cookie) \ argument
80 #define XILINX_XC2V1000_DESC(iface, fn_table, cookie) \ argument
84 #define XILINX_XC2V1500_DESC(iface, fn_table, cookie) \ argument
88 #define XILINX_XC2V2000_DESC(iface, fn_table, cookie) \ argument
92 #define XILINX_XC2V3000_DESC(iface, fn_table, cookie) \ argument
96 #define XILINX_XC2V4000_DESC(iface, fn_table, cookie) \ argument
100 #define XILINX_XC2V6000_DESC(iface, fn_table, cookie) \ argument
[all …]
H A Dspartan3.h77 #define XILINX_XC3S50_DESC(iface, fn_table, cookie) \ argument
81 #define XILINX_XC3S200_DESC(iface, fn_table, cookie) \ argument
85 #define XILINX_XC3S400_DESC(iface, fn_table, cookie) \ argument
89 #define XILINX_XC3S1000_DESC(iface, fn_table, cookie) \ argument
93 #define XILINX_XC3S1500_DESC(iface, fn_table, cookie) \ argument
97 #define XILINX_XC3S2000_DESC(iface, fn_table, cookie) \ argument
101 #define XILINX_XC3S4000_DESC(iface, fn_table, cookie) \ argument
105 #define XILINX_XC3S5000_DESC(iface, fn_table, cookie) \ argument
110 #define XILINX_XC3S100E_DESC(iface, fn_table, cookie) \ argument
114 #define XILINX_XC3S250E_DESC(iface, fn_table, cookie) \ argument
[all …]
H A Dspartan2.h67 #define XILINX_XC2S15_DESC(iface, fn_table, cookie) \ argument
71 #define XILINX_XC2S30_DESC(iface, fn_table, cookie) \ argument
75 #define XILINX_XC2S50_DESC(iface, fn_table, cookie) \ argument
79 #define XILINX_XC2S100_DESC(iface, fn_table, cookie) \ argument
83 #define XILINX_XC2S150_DESC(iface, fn_table, cookie) \ argument
87 #define XILINX_XC2S200_DESC(iface, fn_table, cookie) \ argument
91 #define XILINX_XC2S50E_DESC(iface, fn_table, cookie) \ argument
95 #define XILINX_XC2S100E_DESC(iface, fn_table, cookie) \ argument
99 #define XILINX_XC2S150E_DESC(iface, fn_table, cookie) \ argument
103 #define XILINX_XC2S200E_DESC(iface, fn_table, cookie) \ argument
[all …]
/openbmc/u-boot/board/spear/x600/
H A Dfpga.c40 static int fpga_pgm_fn(int assert, int flush, int cookie) in fpga_pgm_fn()
53 static int fpga_init_fn(int cookie) in fpga_init_fn()
75 static int fpga_done_fn(int cookie) in fpga_done_fn()
96 static int fpga_pre_config_fn(int cookie) in fpga_pre_config_fn()
108 static int fpga_post_config_fn(int cookie) in fpga_post_config_fn()
122 static int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
131 static int fpga_wr_fn(int assert_write, int flush, int cookie) in fpga_wr_fn()
/openbmc/linux/include/linux/
H A Dfscache.h25 #define fscache_cookie_valid(cookie) (cookie) 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()
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()
412 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()
649 struct fscache_cookie *cookie) in fscache_unpin_writeback()
[all …]
/openbmc/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()
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 …]
/openbmc/linux/kernel/sched/
H A 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
/openbmc/linux/drivers/clocksource/
H A Dtimer-ti-dm.c119 struct omap_dm_timer cookie; member
401 static struct dmtimer *to_dmtimer(struct omap_dm_timer *cookie) in to_dmtimer()
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()
743 static int omap_dm_timer_start(struct omap_dm_timer *cookie) in omap_dm_timer_start()
769 static int omap_dm_timer_stop(struct omap_dm_timer *cookie) in omap_dm_timer_stop()
787 static int omap_dm_timer_set_load(struct omap_dm_timer *cookie, in omap_dm_timer_set_load()
874 static int omap_dm_timer_get_pwm_status(struct omap_dm_timer *cookie) in omap_dm_timer_get_pwm_status()
[all …]
/openbmc/u-boot/board/teejet/mt_ventoux/
H A Dmt_ventoux.c122 int fpga_pgm_fn(int nassert, int nflush, int cookie) in fpga_pgm_fn()
131 int fpga_init_fn(int cookie) in fpga_init_fn()
136 int fpga_done_fn(int cookie) in fpga_done_fn()
141 int fpga_pre_config_fn(int cookie) in fpga_pre_config_fn()
166 int fpga_post_config_fn(int cookie) in fpga_post_config_fn()
178 int fpga_wr_fn(int nassert_write, int flush, int cookie) in fpga_wr_fn()
185 int fpga_clk_fn(int assert_clk, int flush, int cookie) in fpga_clk_fn()
/openbmc/u-boot/board/theadorable/
H A Dfpga.c19 static int fpga_pre_fn(int cookie) in fpga_pre_fn()
46 static int fpga_config_fn(int assert, int flush, int cookie) in fpga_config_fn()
61 static int fpga_write_fn(const void *buf, size_t len, int flush, int cookie) in fpga_write_fn()
104 static int fpga_done_fn(int cookie) in fpga_done_fn()
/openbmc/linux/drivers/infiniband/core/
H A Droce_gid_mgmt.c172 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 …]
/openbmc/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()
/openbmc/linux/fs/cachefiles/
H A Dinterface.c22 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()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A 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()
/openbmc/linux/drivers/iommu/
H A Ddma-iommu.c175 static void queue_iova(struct iommu_dma_cookie *cookie, in queue_iova()
245 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_fq() local
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
484 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iova_reserve_iommu_regions() local
573 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_init_domain() local
662 struct iommu_dma_cookie *cookie = domain->iova_cookie; in iommu_dma_alloc_iova() local
726 struct iommu_dma_cookie *cookie = domain->iova_cookie; in __iommu_dma_unmap() local
749 struct iommu_dma_cookie *cookie = domain->iova_cookie; in __iommu_dma_map() local
[all …]
/openbmc/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()
/openbmc/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()
/openbmc/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()

12345678910>>...28