Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 25 of 128) sorted by relevance

123456

/linux/drivers/misc/genwqe/
H A Dcard_base.c135 struct genwqe_dev *cd; in genwqe_dev_alloc() local
176 static void genwqe_dev_free(struct genwqe_dev *cd) in genwqe_dev_free()
194 static int genwqe_bus_reset(struct genwqe_dev *cd) in genwqe_bus_reset()
259 bool genwqe_need_err_masking(struct genwqe_dev *cd) in genwqe_need_err_masking()
264 static void genwqe_tweak_hardware(struct genwqe_dev *cd) in genwqe_tweak_hardware()
292 int genwqe_recovery_on_fatal_gfir_required(struct genwqe_dev *cd) in genwqe_recovery_on_fatal_gfir_required()
297 int genwqe_flash_readback_fails(struct genwqe_dev *cd) in genwqe_flash_readback_fails()
314 static int genwqe_T_psec(struct genwqe_dev *cd) in genwqe_T_psec()
336 static bool genwqe_setup_pf_jtimer(struct genwqe_dev *cd) in genwqe_setup_pf_jtimer()
357 static bool genwqe_setup_vf_jtimer(struct genwqe_dev *cd) in genwqe_setup_vf_jtimer()
[all …]
H A Dcard_utils.c44 int __genwqe_writeq(struct genwqe_dev *cd, u64 byte_offs, u64 val) in __genwqe_writeq()
68 u64 __genwqe_readq(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readq()
95 int __genwqe_writel(struct genwqe_dev *cd, u64 byte_offs, u32 val) in __genwqe_writel()
119 u32 __genwqe_readl(struct genwqe_dev *cd, u64 byte_offs) in __genwqe_readl()
138 int genwqe_read_app_id(struct genwqe_dev *cd, char *app_name, int len) in genwqe_read_app_id()
210 void *__genwqe_alloc_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_alloc_consistent()
220 void __genwqe_free_consistent(struct genwqe_dev *cd, size_t size, in __genwqe_free_consistent()
229 static void genwqe_unmap_pages(struct genwqe_dev *cd, dma_addr_t *dma_list, in genwqe_unmap_pages()
242 static int genwqe_map_pages(struct genwqe_dev *cd, in genwqe_map_pages()
291 int genwqe_alloc_sync_sgl(struct genwqe_dev *cd, struct genwqe_sgl *sgl, in genwqe_alloc_sync_sgl()
[all …]
H A Dcard_sysfs.c42 struct genwqe_dev *cd = dev_get_drvdata(dev); in status_show() local
53 struct genwqe_dev *cd = dev_get_drvdata(dev); in appid_show() local
64 struct genwqe_dev *cd = dev_get_drvdata(dev); in version_show() local
77 struct genwqe_dev *cd = dev_get_drvdata(dev); in type_show() local
89 struct genwqe_dev *cd = dev_get_drvdata(dev); in tempsens_show() local
101 struct genwqe_dev *cd = dev_get_drvdata(dev); in freerunning_timer_show() local
113 struct genwqe_dev *cd = dev_get_drvdata(dev); in queue_working_time_show() local
125 struct genwqe_dev *cd = dev_get_drvdata(dev); in base_clock_show() local
152 struct genwqe_dev *cd = dev_get_drvdata(dev); in curr_bitstream_show() local
168 struct genwqe_dev *cd = dev_get_drvdata(dev); in next_bitstream_show() local
[all …]
H A Dcard_dev.c32 static int genwqe_open_files(struct genwqe_dev *cd) in genwqe_open_files()
43 static void genwqe_add_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_add_file()
53 static int genwqe_del_file(struct genwqe_dev *cd, struct genwqe_file *cfile) in genwqe_del_file()
194 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_mappings() local
232 struct genwqe_dev *cd = cfile->cd; in genwqe_remove_pinnings() local
258 static int genwqe_kill_fasync(struct genwqe_dev *cd, int sig) in genwqe_kill_fasync()
274 static int genwqe_terminate(struct genwqe_dev *cd) in genwqe_terminate()
301 struct genwqe_dev *cd; in genwqe_open() local
360 struct genwqe_dev *cd = cfile->cd; in genwqe_release() local
395 struct genwqe_dev *cd = container_of(inode->i_cdev, struct genwqe_dev, in genwqe_vma_close() local
[all …]
H A Dcard_ddcb.c163 static void print_ddcb_info(struct genwqe_dev *cd, struct ddcb_queue *queue) in print_ddcb_info()
241 static int ddcb_requ_finished(struct genwqe_dev *cd, struct ddcb_requ *req) in ddcb_requ_finished()
265 static int enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_queue *queue, in enqueue_ddcb()
365 static int genwqe_check_ddcb_queue(struct genwqe_dev *cd, in genwqe_check_ddcb_queue()
477 int __genwqe_wait_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_wait_ddcb()
567 static struct ddcb *get_next_ddcb(struct genwqe_dev *cd, in get_next_ddcb()
620 int __genwqe_purge_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req) in __genwqe_purge_ddcb()
725 int genwqe_init_debug_data(struct genwqe_dev *cd, struct genwqe_debug_data *d) in genwqe_init_debug_data()
754 int __genwqe_enqueue_ddcb(struct genwqe_dev *cd, struct ddcb_requ *req, in __genwqe_enqueue_ddcb()
911 int __genwqe_execute_raw_ddcb(struct genwqe_dev *cd, in __genwqe_execute_raw_ddcb()
[all …]
H A Dcard_debugfs.c45 struct genwqe_dev *cd = s->private; in curr_dbg_uidn_show() local
92 struct genwqe_dev *cd = s->private; in prev_dbg_uidn_show() local
121 struct genwqe_dev *cd = s->private; in curr_regs_show() local
150 struct genwqe_dev *cd = s->private; in prev_regs_show() local
174 struct genwqe_dev *cd = s->private; in jtimer_show() local
195 struct genwqe_dev *cd = s->private; in queue_working_time_show() local
213 struct genwqe_dev *cd = s->private; in ddcb_info_show() local
286 struct genwqe_dev *cd = s->private; in info_show() local
319 void genwqe_init_debugfs(struct genwqe_dev *cd) in genwqe_init_debugfs()
375 void genqwe_exit_debugfs(struct genwqe_dev *cd) in genqwe_exit_debugfs()
/linux/net/sunrpc/
H A Dcache.c85 sunrpc_begin_cache_remove_entry(struct cache_head * ch,struct cache_detail * cd) sunrpc_begin_cache_remove_entry() argument
94 sunrpc_end_cache_remove_entry(struct cache_head * ch,struct cache_detail * cd) sunrpc_end_cache_remove_entry() argument
399 sunrpc_init_cache_detail(struct cache_detail * cd) sunrpc_init_cache_detail() argument
421 sunrpc_destroy_cache_detail(struct cache_detail * cd) sunrpc_destroy_cache_detail() argument
830 cache_next_request(struct cache_detail * cd,u64 seqno) cache_next_request() argument
841 cache_read(struct file * filp,char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) cache_read() argument
912 cache_do_downcall(char * kaddr,const char __user * buf,size_t count,struct cache_detail * cd) cache_do_downcall() argument
929 cache_downcall(struct address_space * mapping,const char __user * buf,size_t count,struct cache_detail * cd) cache_downcall() argument
951 cache_write(struct file * filp,const char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) cache_write() argument
968 cache_poll(struct file * filp,poll_table * wait,struct cache_detail * cd) cache_poll() argument
991 cache_ioctl(struct inode * ino,struct file * filp,unsigned int cmd,unsigned long arg,struct cache_detail * cd) cache_ioctl() argument
1014 cache_open(struct inode * inode,struct file * filp,struct cache_detail * cd) cache_open() argument
1041 cache_release(struct inode * inode,struct file * filp,struct cache_detail * cd) cache_release() argument
1344 struct cache_detail *cd = m->private; __cache_seq_start() local
1371 struct cache_detail *cd = m->private; cache_seq_next() local
1422 struct cache_detail *cd = m->private; c_show() local
1448 content_open(struct inode * inode,struct file * file,struct cache_detail * cd) content_open() argument
1468 content_release(struct inode * inode,struct file * file,struct cache_detail * cd) content_release() argument
1476 open_flush(struct inode * inode,struct file * file,struct cache_detail * cd) open_flush() argument
1484 release_flush(struct inode * inode,struct file * file,struct cache_detail * cd) release_flush() argument
1492 read_flush(struct file * file,char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) read_flush() argument
1504 write_flush(struct file * file,const char __user * buf,size_t count,loff_t * ppos,struct cache_detail * cd) write_flush() argument
1548 struct cache_detail *cd = pde_data(file_inode(filp)); cache_read_procfs() local
1556 struct cache_detail *cd = pde_data(file_inode(filp)); cache_write_procfs() local
1563 struct cache_detail *cd = pde_data(file_inode(filp)); cache_poll_procfs() local
1572 struct cache_detail *cd = pde_data(inode); cache_ioctl_procfs() local
1579 struct cache_detail *cd = pde_data(inode); cache_open_procfs() local
1586 struct cache_detail *cd = pde_data(inode); cache_release_procfs() local
1602 struct cache_detail *cd = pde_data(inode); content_open_procfs() local
1609 struct cache_detail *cd = pde_data(inode); content_release_procfs() local
1623 struct cache_detail *cd = pde_data(inode); open_flush_procfs() local
1630 struct cache_detail *cd = pde_data(inode); release_flush_procfs() local
1638 struct cache_detail *cd = pde_data(file_inode(filp)); read_flush_procfs() local
1647 struct cache_detail *cd = pde_data(file_inode(filp)); write_flush_procfs() local
1659 remove_cache_proc_entries(struct cache_detail * cd) remove_cache_proc_entries() argument
1667 create_cache_proc_entries(struct cache_detail * cd,struct net * net) create_cache_proc_entries() argument
1708 cache_register_net(struct cache_detail * cd,struct net * net) cache_register_net() argument
1720 cache_unregister_net(struct cache_detail * cd,struct net * net) cache_unregister_net() argument
1729 struct cache_detail *cd; cache_create_net() local
1749 cache_destroy_net(struct cache_detail * cd,struct net * net) cache_destroy_net() argument
1759 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_read_pipefs() local
1767 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_write_pipefs() local
1774 struct cache_detail *cd = RPC_I(file_inode(filp))->private; cache_poll_pipefs() local
1783 struct cache_detail *cd = RPC_I(inode)->private; cache_ioctl_pipefs() local
1790 struct cache_detail *cd = RPC_I(inode)->private; cache_open_pipefs() local
1797 struct cache_detail *cd = RPC_I(inode)->private; cache_release_pipefs() local
1814 struct cache_detail *cd = RPC_I(inode)->private; content_open_pipefs() local
1821 struct cache_detail *cd = RPC_I(inode)->private; content_release_pipefs() local
1835 struct cache_detail *cd = RPC_I(inode)->private; open_flush_pipefs() local
1842 struct cache_detail *cd = RPC_I(inode)->private; release_flush_pipefs() local
1850 struct cache_detail *cd = RPC_I(file_inode(filp))->private; read_flush_pipefs() local
1859 struct cache_detail *cd = RPC_I(file_inode(filp))->private; write_flush_pipefs() local
1873 sunrpc_cache_register_pipefs(struct dentry * parent,const char * name,umode_t umode,struct cache_detail * cd) sunrpc_cache_register_pipefs() argument
1883 sunrpc_cache_unregister_pipefs(struct cache_detail * cd) sunrpc_cache_unregister_pipefs() argument
1892 sunrpc_cache_unhash(struct cache_detail * cd,struct cache_head * h) sunrpc_cache_unhash() argument
[all...]
H A Dsvcauth_unix.c158 return sunrpc_cache_upcall(cd, h); in ip_map_request() argument
178 static struct ip_map *__ip_map_lookup(struct cache_detail *cd, char *class, struct in6_addr *addr); in ip_map_parse() argument
153 ip_map_upcall(struct cache_detail * cd,struct cache_head * h) ip_map_upcall() argument
261 ip_map_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) ip_map_show() argument
290 __ip_map_lookup(struct cache_detail * cd,char * class,struct in6_addr * addr) __ip_map_lookup() argument
308 __ip_map_update(struct cache_detail * cd,struct ip_map * ipm,struct unix_domain * udom,time64_t expiry) __ip_map_update() argument
468 unix_gid_upcall(struct cache_detail * cd,struct cache_head * h) unix_gid_upcall() argument
473 unix_gid_request(struct cache_detail * cd,struct cache_head * h,char ** bpp,int * blen) unix_gid_request() argument
487 unix_gid_parse(struct cache_detail * cd,char * mesg,int mlen) unix_gid_parse() argument
559 unix_gid_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) unix_gid_show() argument
603 struct cache_detail *cd; unix_gid_cache_create() local
621 struct cache_detail *cd = sn->unix_gid_cache; unix_gid_cache_destroy() local
629 unix_gid_lookup(struct cache_detail * cd,kuid_t uid) unix_gid_lookup() argument
1038 struct cache_detail *cd; ip_map_cache_create() local
1056 struct cache_detail *cd = sn->ip_map_cache; ip_map_cache_destroy() local
[all...]
/linux/scripts/gendwarfksyms/
H A Ddie.c22 static void init_die(struct die *cd) in init_die()
34 struct die *cd; in create_die() local
46 struct die *cd; in __die_map_get() local
60 struct die *cd; in die_map_get() local
71 static void reset_die(struct die *cd) in reset_die()
90 struct die *cd; in die_map_for_each() local
101 struct die *cd; in die_map_free() local
122 static struct die_fragment *append_item(struct die *cd) in append_item()
132 void die_map_add_string(struct die *cd, const char *str) in die_map_add_string()
144 void die_map_add_linebreak(struct die *cd, int linebreak) in die_map_add_linebreak()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dddc_regs.h34 #define DDC_GPIO_REG_LIST_ENTRY(type, cd, id) \ argument
39 #define DDC_GPIO_REG_LIST(cd, id) \ argument
47 #define DDC_REG_LIST(cd, id) \ argument
51 #define DDC_REG_LIST_DCN2(cd, id) \ argument
57 #define DDC_GPIO_VGA_REG_LIST_ENTRY(type, cd)\ argument
62 #define DDC_GPIO_VGA_REG_LIST(cd) \ argument
70 #define DDC_VGA_REG_LIST(cd) \ argument
74 #define DDC_GPIO_I2C_REG_LIST_ENTRY(type, cd) \ argument
79 #define DDC_GPIO_I2C_REG_LIST(cd) \ argument
87 #define DDC_I2C_REG_LIST(cd) \ argument
[all …]
/linux/drivers/scsi/
H A Dsr_ioctl.c39 struct scsi_cd *cd = cdi->handle; in sr_read_tochdr() local
72 struct scsi_cd *cd = cdi->handle; in sr_read_tocentry() local
164 struct scsi_cd *cd = cdi->handle; in sr_play_trkind() local
188 int sr_do_ioctl(Scsi_CD *cd, struct packet_command *cgc) in sr_do_ioctl()
274 Scsi_CD *cd = cdi->handle; in sr_tray_move() local
287 Scsi_CD *cd = cdi->handle; in sr_lock_door() local
295 struct scsi_cd *cd = cdi->handle; in sr_drive_status() local
352 Scsi_CD *cd = cdi->handle; in sr_disk_status() local
384 Scsi_CD *cd = cdi->handle; in sr_get_last_session() local
394 Scsi_CD *cd = cdi->handle; in sr_get_mcn() local
[all …]
H A Dsr.c147 struct scsi_cd *cd = dev_get_drvdata(dev); in sr_runtime_suspend() local
208 struct scsi_cd *cd = cdi->handle; in sr_check_events() local
302 struct scsi_cd *cd = scsi_cd(rq->q->disk); in sr_done() local
362 struct scsi_cd *cd; in sr_init_command() local
476 static int sr_revalidate_disk(struct scsi_cd *cd) in sr_revalidate_disk()
497 struct scsi_cd *cd = scsi_cd(disk); in sr_block_open() local
523 struct scsi_cd *cd = scsi_cd(disk); in sr_block_release() local
535 struct scsi_cd *cd = scsi_cd(bdev->bd_disk); in sr_block_ioctl() local
569 struct scsi_cd *cd = disk->private_data; in sr_block_check_events() local
578 struct scsi_cd *cd = disk->private_data; in sr_free_disk() local
[all …]
/linux/drivers/irqchip/
H A Dirq-mst-intc.c42 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_set_irq() local
58 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_clear_irq() local
85 struct mst_intc_chip_data *cd = irq_data_get_irq_chip_data(d); in mst_intc_eoi_irq() local
128 static void mst_intc_polarity_save(struct mst_intc_chip_data *cd) in mst_intc_polarity_save()
137 static void mst_intc_polarity_restore(struct mst_intc_chip_data *cd) in mst_intc_polarity_restore()
148 struct mst_intc_chip_data *cd; in mst_irq_resume() local
156 struct mst_intc_chip_data *cd; in mst_irq_suspend() local
185 struct mst_intc_chip_data *cd = d->host_data; in mst_intc_domain_translate() local
212 struct mst_intc_chip_data *cd = domain->host_data; in mst_intc_domain_alloc() local
253 struct mst_intc_chip_data *cd; in mst_intc_of_init() local
H A Dirq-imx-gpcv2.c31 static void __iomem *gpcv2_idx_to_reg(struct gpcv2_irqchip_data *cd, int i) in gpcv2_idx_to_reg()
38 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_save() local
57 struct gpcv2_irqchip_data *cd; in gpcv2_wakeup_source_restore() local
79 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_set_wake() local
101 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_unmask() local
117 struct gpcv2_irqchip_data *cd = d->chip_data; in imx_gpcv2_irq_mask() local
210 struct gpcv2_irqchip_data *cd; in imx_gpcv2_irqchip_init() local
/linux/arch/mips/cavium-octeon/
H A Docteon-irq.c101 struct octeon_ciu_chip_data *cd; in octeon_irq_set_ciu_mapping() local
121 struct octeon_ciu_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_free_cd() local
163 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_ack() local
179 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_eoi() local
192 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_set_enable_local() local
207 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_disable() local
213 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_enable() local
219 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_lock() local
226 struct octeon_core_chip_data *cd = irq_data_get_irq_chip_data(data); in octeon_irq_core_bus_sync_unlock() local
255 struct octeon_core_chip_data *cd; in octeon_irq_init_core() local
[all …]
/linux/arch/arm/mach-omap2/
H A Dclockdomain.c105 struct clkdm_dep *cd; in _clkdm_deps_lookup() local
168 struct clkdm_dep *cd; in _resolve_clkdm_deps() local
195 struct clkdm_dep *cd; in _clkdm_add_wkdep() local
238 struct clkdm_dep *cd; in _clkdm_del_wkdep() local
283 struct clkdm_dep *cd; in _clkdm_add_sleepdep() local
328 struct clkdm_dep *cd; in _clkdm_del_sleepdep() local
595 struct clkdm_dep *cd; in clkdm_add_wkdep() local
624 struct clkdm_dep *cd; in clkdm_del_wkdep() local
657 struct clkdm_dep *cd; in clkdm_read_wkdep() local
715 struct clkdm_dep *cd; in clkdm_add_sleepdep() local
[all …]
/linux/fs/nfs/
H A Ddns_resolve.c139 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request() argument
149 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall() argument
176 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show() argument
202 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup() argument
215 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update() argument
229 static int nfs_dns_parse(struct cache_detail *cd, cha argument
280 do_cache_lookup(struct cache_detail * cd,struct nfs_dns_ent * key,struct nfs_dns_ent ** item,struct nfs_cache_defer_req * dreq) do_cache_lookup() argument
296 do_cache_lookup_nowait(struct cache_detail * cd,struct nfs_dns_ent * key,struct nfs_dns_ent ** item) do_cache_lookup_nowait() argument
321 do_cache_lookup_wait(struct cache_detail * cd,struct nfs_dns_ent * key,struct nfs_dns_ent ** item) do_cache_lookup_wait() argument
430 struct cache_detail *cd = nn->nfs_dns_resolve; rpc_pipefs_event() local
[all...]
H A Dcache_lib.c35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
116 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb()
127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net()
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb()
148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
/linux/fs/smb/client/
H A Dfscache.c27 struct cifs_fscache_volume_coherency_data *cd) in cifs_fscache_fill_volume_coherency()
37 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_get_super_cookie() local
116 struct cifs_fscache_volume_coherency_data cd; in cifs_fscache_release_super_cookie() local
129 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_get_inode_cookie() local
152 struct cifs_fscache_inode_coherency_data cd; in cifs_fscache_unuse_inode_cookie() local
/linux/drivers/net/wireless/ath/
H A Ddfs_pattern_detector.c169 struct channel_detector *cd) in channel_detector_reset()
180 struct channel_detector *cd) in channel_detector_exit()
200 struct channel_detector *cd; in channel_detector_create() local
239 struct channel_detector *cd; in channel_detector_get() local
254 struct channel_detector *cd; in dpd_reset() local
261 struct channel_detector *cd, *cd0; in dpd_exit() local
272 struct channel_detector *cd; in dpd_add_pulse() local
319 struct channel_detector *cd, *cd0; in dpd_set_domain() local
/linux/fs/nfsd/
H A Dnfs4idmap.c127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall() argument
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() argument
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() argument
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse() argument
274 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() argument
285 idtoname_update(struct cache_detail * cd,struct ent * new,struct ent * old) idtoname_update() argument
307 nametoid_upcall(struct cache_detail * cd,struct cache_head * h) nametoid_upcall() argument
313 nametoid_request(struct cache_detail * cd,struct cache_head * ch,char ** bpp,int * blen) nametoid_request() argument
336 nametoid_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) nametoid_show() argument
376 nametoid_parse(struct cache_detail * cd,char * buf,int buflen) nametoid_parse() argument
439 nametoid_lookup(struct cache_detail * cd,struct ent * item) nametoid_lookup() argument
450 nametoid_update(struct cache_detail * cd,struct ent * new,struct ent * old) nametoid_update() argument
[all...]
H A Dexport.c65 expkey_upcall(struct cache_detail * cd,struct cache_head * h) expkey_upcall() argument
70 expkey_request(struct cache_detail * cd,struct cache_head * h,char ** bpp,int * blen) expkey_request() argument
89 expkey_parse(struct cache_detail * cd,char * mesg,int mlen) expkey_parse() argument
187 expkey_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) expkey_show() argument
296 svc_expkey_lookup(struct cache_detail * cd,struct svc_expkey * item) svc_expkey_lookup() argument
309 svc_expkey_update(struct cache_detail * cd,struct svc_expkey * new,struct svc_expkey * old) svc_expkey_update() argument
389 svc_export_upcall(struct cache_detail * cd,struct cache_head * h) svc_export_upcall() argument
394 svc_export_request(struct cache_detail * cd,struct cache_head * h,char ** bpp,int * blen) svc_export_request() argument
620 svc_export_parse(struct cache_detail * cd,char * mesg,int mlen) svc_export_parse() argument
780 svc_export_show(struct seq_file * m,struct cache_detail * cd,struct cache_head * h) svc_export_show() argument
958 exp_find_key(struct cache_detail * cd,struct auth_domain * clp,int fsid_type,u32 * fsidv,struct cache_req * reqp) exp_find_key() argument
983 exp_get_by_name(struct cache_detail * cd,struct auth_domain * clp,const struct path * path,struct cache_req * reqp) exp_get_by_name() argument
1011 exp_parent(struct cache_detail * cd,struct auth_domain * clp,struct path * path) exp_parent() argument
1044 struct cache_detail *cd = nn->svc_export_cache; exp_rootfh() local
1079 exp_find(struct cache_detail * cd,struct auth_domain * clp,int fsid_type,u32 * fsidv,struct cache_req * reqp) exp_find() argument
1233 struct cache_detail *cd = nn->svc_export_cache; rqst_exp_get_by_name() local
1281 struct cache_detail *cd = nn->svc_export_cache; rqst_exp_find() local
1470 struct cache_detail *cd = m->private; e_show() local
[all...]
/linux/io_uring/
H A Dcancel.c39 bool io_cancel_req_match(struct io_kiocb *req, struct io_cancel_data *cd) in io_cancel_req_match() argument
73 struct io_cancel_data *cd = data; io_cancel_cb() local
79 io_async_cancel_one(struct io_uring_task * tctx,struct io_cancel_data * cd) io_async_cancel_one() argument
105 io_try_cancel(struct io_uring_task * tctx,struct io_cancel_data * cd,unsigned issue_flags) io_try_cancel() argument
174 __io_async_cancel(struct io_cancel_data * cd,struct io_uring_task * tctx,unsigned int issue_flags) __io_async_cancel() argument
213 struct io_cancel_data cd = { io_async_cancel() local
248 __io_sync_cancel(struct io_uring_task * tctx,struct io_cancel_data * cd,int fd) __io_sync_cancel() argument
271 struct io_cancel_data cd = { io_sync_cancel() local
378 io_cancel_remove(struct io_ring_ctx * ctx,struct io_cancel_data * cd,unsigned int issue_flags,struct hlist_head * list,bool (* cancel)(struct io_kiocb *)) io_cancel_remove() argument
[all...]
/linux/kernel/time/
H A Dposix-clock.c197 static int get_clock_desc(const clockid_t id, struct posix_clock_desc *cd) in get_clock_desc()
218 static void put_clock_desc(struct posix_clock_desc *cd) in put_clock_desc()
226 struct posix_clock_desc cd; in pc_clock_adjtime() local
250 struct posix_clock_desc cd; in pc_clock_gettime() local
269 struct posix_clock_desc cd; in pc_clock_getres() local
288 struct posix_clock_desc cd; in pc_clock_settime() local
/linux/arch/mips/alchemy/common/
H A Dtime.c49 struct clock_event_device *cd) in au1x_rtcmatch2_set_next_event()
62 struct clock_event_device *cd = dev_id; in au1x_rtcmatch2_irq() local
77 struct clock_event_device *cd = &au1x_rtcmatch2_clockdev; in alchemy_time_init() local

123456