Home
last modified time | relevance | path

Searched defs:c (Results 76 – 100 of 3469) sorted by relevance

12345678910>>...139

/openbmc/linux/fs/jffs2/
H A Dnodemgmt.c24 static int jffs2_rp_can_write(struct jffs2_sb_info *c) in jffs2_rp_can_write()
74 int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space()
212 int jffs2_reserve_space_gc(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_reserve_space_gc()
243 static void jffs2_close_nextblock(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_close_nextblock()
280 static int jffs2_find_nextblock(struct jffs2_sb_info *c) in jffs2_find_nextblock()
354 static int jffs2_do_reserve_space(struct jffs2_sb_info *c, uint32_t minsize, in jffs2_do_reserve_space()
500 struct jffs2_raw_node_ref *jffs2_add_physical_node_ref(struct jffs2_sb_info *c, in jffs2_add_physical_node_ref()
556 void jffs2_complete_reservation(struct jffs2_sb_info *c) in jffs2_complete_reservation()
579 void jffs2_mark_node_obsolete(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref) in jffs2_mark_node_obsolete()
837 int jffs2_thread_should_wake(struct jffs2_sb_info *c) in jffs2_thread_should_wake()
H A Dfs.c36 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_do_setattr() local
212 struct jffs2_sb_info *c = JFFS2_SB_INFO(dentry->d_sb); in jffs2_statfs() local
243 struct jffs2_sb_info *c = JFFS2_SB_INFO(inode->i_sb); in jffs2_evict_inode() local
256 struct jffs2_sb_info *c; in jffs2_iget() local
398 struct jffs2_sb_info *c = JFFS2_SB_INFO(sb); in jffs2_do_remount_fs() local
427 struct jffs2_sb_info *c; in jffs2_new_inode() local
516 struct jffs2_sb_info *c; in jffs2_do_fill_super() local
616 void jffs2_gc_release_inode(struct jffs2_sb_info *c, in jffs2_gc_release_inode()
622 struct jffs2_inode_info *jffs2_gc_fetch_inode(struct jffs2_sb_info *c, in jffs2_gc_fetch_inode()
687 static int jffs2_flash_setup(struct jffs2_sb_info *c) { in jffs2_flash_setup()
[all …]
H A Derase.c28 static void jffs2_erase_block(struct jffs2_sb_info *c, in jffs2_erase_block()
99 int jffs2_erase_pending_blocks(struct jffs2_sb_info *c, int count) in jffs2_erase_pending_blocks()
159 static void jffs2_erase_succeeded(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_erase_succeeded()
172 static void jffs2_erase_failed(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t bad_… in jffs2_erase_failed()
206 static inline void jffs2_remove_node_refs_from_ino_list(struct jffs2_sb_info *c, in jffs2_remove_node_refs_from_ino_list()
287 void jffs2_free_jeb_node_refs(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_free_jeb_node_refs()
311 static int jffs2_block_check_erase(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, uint32_t … in jffs2_block_check_erase()
398 static void jffs2_mark_erased_block(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb) in jffs2_mark_erased_block()
H A Ddebug.h233 #define jffs2_dbg_acct_paranoia_check(c, jeb) argument
239 #define jffs2_dbg_dump_jeb(c, jeb) \ argument
243 #define jffs2_dbg_dump_block_lists(c) \ argument
245 #define jffs2_dbg_dump_block_lists_nolock(c) \ argument
253 #define jffs2_dbg_dump_node(c, ofs) \ argument
256 #define jffs2_dbg_dump_jeb(c, jeb) argument
258 #define jffs2_dbg_dump_block_lists(c) argument
259 #define jffs2_dbg_dump_block_lists_nolock(c) argument
263 #define jffs2_dbg_dump_node(c, ofs) argument
267 #define jffs2_dbg_acct_sanity_check(c, jeb) \ argument
[all …]
H A Ddebug.c28 __jffs2_dbg_acct_sanity_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check_nolock()
52 __jffs2_dbg_acct_sanity_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_sanity_check()
125 __jffs2_dbg_prewrite_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_prewrite_paranoia_check()
160 void __jffs2_dbg_superblock_counts(struct jffs2_sb_info *c) in __jffs2_dbg_superblock_counts()
301 __jffs2_dbg_acct_paranoia_check(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check()
310 __jffs2_dbg_acct_paranoia_check_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_acct_paranoia_check_nolock()
392 __jffs2_dbg_dump_node_refs(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs()
401 __jffs2_dbg_dump_node_refs_nolock(struct jffs2_sb_info *c, in __jffs2_dbg_dump_node_refs_nolock()
459 __jffs2_dbg_dump_block_lists(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists()
467 __jffs2_dbg_dump_block_lists_nolock(struct jffs2_sb_info *c) in __jffs2_dbg_dump_block_lists_nolock()
[all …]
/openbmc/u-boot/fs/ubifs/
H A Dreplay.c90 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
164 static int set_buds_lprops(struct ubifs_info *c) in set_buds_lprops()
293 static int apply_replay_list(struct ubifs_info *c) in apply_replay_list()
317 static void destroy_replay_list(struct ubifs_info *c) in destroy_replay_list()
443 int ubifs_validate_entry(struct ubifs_info *c, in ubifs_validate_entry()
477 static int is_last_bud(struct ubifs_info *c, struct ubifs_bud *bud) in is_last_bud()
534 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
694 static int replay_buds(struct ubifs_info *c) in replay_buds()
716 static void destroy_bud_list(struct ubifs_info *c) in destroy_bud_list()
965 static int take_ihead(struct ubifs_info *c) in take_ihead()
[all …]
H A Dlog.c33 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
62 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
93 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
115 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
291 static void remove_buds(struct ubifs_info *c) in remove_buds()
350 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
449 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
498 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
593 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
624 int ubifs_consolidate_log(struct ubifs_info *c) in ubifs_consolidate_log()
[all …]
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
H A Dcpucfg-emul.h15 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
21 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
58 static inline void loongson3_cpucfg_synthesize_data(struct cpuinfo_mips *c) in loongson3_cpucfg_synthesize_data()
62 static inline bool loongson3_cpucfg_emulation_enabled(struct cpuinfo_mips *c) in loongson3_cpucfg_emulation_enabled()
67 static inline u32 loongson3_cpucfg_read_synthesized(struct cpuinfo_mips *c, in loongson3_cpucfg_read_synthesized()
/openbmc/linux/drivers/dma/mediatek/
H A Dmtk-uart-apdma.c120 static void mtk_uart_apdma_write(struct mtk_chan *c, in mtk_uart_apdma_write()
255 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_irq_handler() local
272 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_alloc_chan_resources() local
311 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_free_chan_resources() local
326 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_tx_status() local
347 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_prep_slave_sg() local
367 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_issue_pending() local
388 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_slave_config() local
397 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_terminate_all() local
445 struct mtk_chan *c = to_mtk_uart_apdma_chan(chan); in mtk_uart_apdma_device_pause() local
[all …]
/openbmc/linux/arch/powerpc/kernel/
H A Dtm.S20 #define __SAVE_32FPRS_VSRS(n,c,base) \ argument
28 #define __REST_32FPRS_VSRS(n,c,base) \ argument
37 #define __SAVE_32FPRS_VSRS(n,c,base) SAVE_32FPRS(n, base) argument
38 #define __REST_32FPRS_VSRS(n,c,base) REST_32FPRS(n, base) argument
40 #define SAVE_32FPRS_VSRS(n,c,base) \ argument
42 #define REST_32FPRS_VSRS(n,c,base) \ argument
/openbmc/linux/drivers/platform/surface/aggregator/
H A Dcore.c205 struct ssam_controller *c; in ssam_client_bind() local
257 u32 version, a, b, c; in ssam_log_firmware_version() local
276 u32 version, a, b, c; in firmware_version_show() local
367 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_shutdown() local
397 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_prepare() local
417 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_complete() local
435 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_suspend() local
465 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_resume() local
491 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_freeze() local
518 struct ssam_controller *c = dev_get_drvdata(dev); in ssam_serial_hub_pm_thaw() local
[all …]
/openbmc/linux/fs/ubifs/
H A Dsb.c54 static int get_default_compressor(struct ubifs_info *c) in get_default_compressor()
75 static int create_default_filesystem(struct ubifs_info *c) in create_default_filesystem()
379 static int validate_sb(struct ubifs_info *c, struct ubifs_sb_node *sup) in validate_sb()
521 static struct ubifs_sb_node *ubifs_read_sb_node(struct ubifs_info *c) in ubifs_read_sb_node()
540 static int authenticate_sb_node(struct ubifs_info *c, in authenticate_sb_node()
615 int ubifs_write_sb_node(struct ubifs_info *c, struct ubifs_sb_node *sup) in ubifs_write_sb_node()
636 int ubifs_read_superblock(struct ubifs_info *c) in ubifs_read_superblock()
795 static int fixup_leb(struct ubifs_info *c, int lnum, int len) in fixup_leb()
823 static int fixup_free_space(struct ubifs_info *c) in fixup_free_space()
906 int ubifs_fixup_free_space(struct ubifs_info *c) in ubifs_fixup_free_space()
[all …]
H A Dfile.c48 struct ubifs_info *c = inode->i_sb->s_fs_info; in read_block() local
106 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
159 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_readpage() local
221 struct ubifs_info *c = inode->i_sb->s_fs_info; in write_begin_slow() local
422 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_begin() local
533 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_write_end() local
824 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_bulk_read() local
905 struct ubifs_info *c = inode->i_sb->s_fs_info; in do_writepage() local
1004 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_writepage() local
1267 struct ubifs_info *c = inode->i_sb->s_fs_info; in ubifs_setattr() local
[all …]
H A Dlog.c30 struct ubifs_bud *ubifs_search_bud(struct ubifs_info *c, int lnum) in ubifs_search_bud()
59 struct ubifs_wbuf *ubifs_get_wbuf(struct ubifs_info *c, int lnum) in ubifs_get_wbuf()
90 static inline long long empty_log_bytes(const struct ubifs_info *c) in empty_log_bytes()
112 void ubifs_add_bud(struct ubifs_info *c, struct ubifs_bud *bud) in ubifs_add_bud()
297 static void remove_buds(struct ubifs_info *c) in remove_buds()
356 int ubifs_log_start_commit(struct ubifs_info *c, int *ltail_lnum) in ubifs_log_start_commit()
466 int ubifs_log_end_commit(struct ubifs_info *c, int ltail_lnum) in ubifs_log_end_commit()
515 int ubifs_log_post_commit(struct ubifs_info *c, int old_ltail_lnum) in ubifs_log_post_commit()
611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node()
642 int ubifs_consolidate_log(struct ubifs_info *c) in ubifs_consolidate_log()
[all …]
/openbmc/linux/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline.c49 struct komeda_component *c; in komeda_pipeline_destroy() local
129 struct komeda_component *c = NULL; in komeda_pipeline_get_component() local
142 struct komeda_component *c = NULL; in komeda_pipeline_get_first_component() local
154 komeda_component_pickup_input(struct komeda_component *c, u32 avail_comps) in komeda_component_pickup_input()
171 struct komeda_component *c; in komeda_component_add() local
231 struct komeda_component *c) in komeda_component_destroy()
236 static void komeda_component_dump(struct komeda_component *c) in komeda_component_dump()
251 struct komeda_component *c; in komeda_pipeline_dump() local
272 static void komeda_component_verify_inputs(struct komeda_component *c) in komeda_component_verify_inputs()
307 struct komeda_component *c; in komeda_pipeline_assemble() local
[all …]
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c30 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_loongarch *c) in cpu_set_fpu_fcsr_mask()
65 static void cpu_probe_addrbits(struct cpuinfo_loongarch *c) in cpu_probe_addrbits()
74 static void set_isa(struct cpuinfo_loongarch *c, unsigned int isa) in set_isa()
89 static void cpu_probe_common(struct cpuinfo_loongarch *c) in cpu_probe_common()
220 static inline void cpu_probe_loongson(struct cpuinfo_loongarch *c, unsigned int cpu) in cpu_probe_loongson()
282 struct cpuinfo_loongarch *c = &current_cpu_data; in cpu_report() local
293 struct cpuinfo_loongarch *c = &current_cpu_data; in cpu_probe() local
/openbmc/rest-dbus/resources/
H A Djquery.min.js2 !function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b… argument
4ction Q(a,b,d,e){if(m.acceptData(a)){var f,g,h=m.expando,i=a.nodeType,j=i?m.cache:a,k=i?a[h]:a[h]&… argument
5 return new Za.prototype.init(a,b,c,d,e)}m.Tween=Za,Za.prototype={constructor:Za,init:function(a,b,c… argument
/openbmc/linux/arch/mips/kernel/
H A Dfpu-probe.c49 static inline void cpu_set_fpu_fcsr_mask(struct cpuinfo_mips *c) in cpu_set_fpu_fcsr_mask()
78 static void cpu_set_fpu_2008(struct cpuinfo_mips *c) in cpu_set_fpu_2008()
155 static void cpu_set_nofpu_2008(struct cpuinfo_mips *c) in cpu_set_nofpu_2008()
192 static void cpu_set_nan_2008(struct cpuinfo_mips *c) in cpu_set_nan_2008()
250 static void cpu_set_nofpu_id(struct cpuinfo_mips *c) in cpu_set_nofpu_id()
275 void cpu_set_fpu_opts(struct cpuinfo_mips *c) in cpu_set_fpu_opts()
300 void cpu_set_nofpu_opts(struct cpuinfo_mips *c) in cpu_set_nofpu_opts()
/openbmc/qemu/ui/
H A Dcursor.c10 QEMUCursor *c; in cursor_parse_xpm() local
61 void cursor_print_ascii_art(QEMUCursor *c, const char *prefix) in cursor_print_ascii_art()
95 QEMUCursor *c; in cursor_alloc() local
110 QEMUCursor *cursor_ref(QEMUCursor *c) in cursor_ref()
116 void cursor_unref(QEMUCursor *c) in cursor_unref()
126 int cursor_get_mono_bpl(QEMUCursor *c) in cursor_get_mono_bpl()
131 void cursor_set_mono(QEMUCursor *c, in cursor_set_mono()
200 void cursor_get_mono_image(QEMUCursor *c, int foreground, uint8_t *image) in cursor_get_mono_image()
224 void cursor_get_mono_mask(QEMUCursor *c, int transparent, uint8_t *mask) in cursor_get_mono_mask()
/openbmc/linux/drivers/video/console/
H A Dvgacon.c132 static inline void vga_set_mem_top(struct vc_data *c) in vga_set_mem_top()
144 static void vgacon_restore_screen(struct vc_data *c) in vgacon_restore_screen()
335 static void vgacon_init(struct vc_data *c, int init) in vgacon_init()
377 static void vgacon_deinit(struct vc_data *c) in vgacon_deinit()
471 static void vgacon_cursor(struct vc_data *c, int mode) in vgacon_cursor()
527 static void vgacon_doresize(struct vc_data *c, in vgacon_doresize()
588 static int vgacon_switch(struct vc_data *c) in vgacon_switch()
940 struct vc_data *c = vc_cons[i].d; in vgacon_do_font_op() local
997 struct vc_data *c = vc_cons[i].d; in vgacon_adjust_height() local
1074 static int vgacon_set_origin(struct vc_data *c) in vgacon_set_origin()
[all …]
/openbmc/linux/drivers/md/bcache/
H A Ddebug.h14 #define expensive_debug_checks(c) ((c)->expensive_debug_checks) argument
15 #define key_merging_disabled(c) ((c)->key_merging_disabled) argument
23 #define expensive_debug_checks(c) 0 argument
24 #define key_merging_disabled(c) 0 argument
32 static inline void bch_debug_init_cache_set(struct cache_set *c) {} in bch_debug_init_cache_set()
H A Djournal.c170 int bch_journal_read(struct cache_set *c, struct list_head *list) in bch_journal_read()
293 void bch_journal_mark(struct cache_set *c, struct list_head *list) in bch_journal_mark()
416 static void btree_flush_write(struct cache_set *c) in btree_flush_write()
630 static unsigned int free_journal_buckets(struct cache_set *c) in free_journal_buckets()
649 static void journal_reclaim(struct cache_set *c) in journal_reclaim()
834 static void journal_try_write(struct cache_set *c) in journal_try_write()
908 struct cache_set *c = container_of(to_delayed_work(work), in journal_write_work() local
924 atomic_t *bch_journal(struct cache_set *c, in bch_journal()
962 void bch_journal_meta(struct cache_set *c, struct closure *cl) in bch_journal_meta()
974 void bch_journal_free(struct cache_set *c) in bch_journal_free()
[all …]
/openbmc/linux/arch/arc/include/asm/
H A Dio.h199 #define readb(c) ({ u8 __v = readb_relaxed(c); __iormb(); __v; }) argument
200 #define readw(c) ({ u16 __v = readw_relaxed(c); __iormb(); __v; }) argument
201 #define readl(c) ({ u32 __v = readl_relaxed(c); __iormb(); __v; }) argument
206 #define writeb(v,c) ({ __iowmb(); writeb_relaxed(v,c); }) argument
207 #define writew(v,c) ({ __iowmb(); writew_relaxed(v,c); }) argument
208 #define writel(v,c) ({ __iowmb(); writel_relaxed(v,c); }) argument
222 #define readb_relaxed(c) __raw_readb(c) argument
223 #define readw_relaxed(c) ({ u16 __r = le16_to_cpu((__force __le16) \ argument
225 #define readl_relaxed(c) ({ u32 __r = le32_to_cpu((__force __le32) \ argument
228 #define writeb_relaxed(v,c) __raw_writeb(v,c) argument
[all …]
/openbmc/linux/drivers/md/
H A Ddm-bufio.c356 struct dm_bufio_client *c; member
1256 struct dm_bufio_client *c = b->c; in free_buffer() local
1665 struct dm_bufio_client *c = b->c; in __free_buffer_wake() local
2009 struct dm_bufio_client *c = b->c; in dm_bufio_release() local
2039 struct dm_bufio_client *c = b->c; in dm_bufio_mark_partial_buffer_dirty() local
2406 struct dm_bufio_client *c; in dm_bufio_shrink_scan() local
2446 struct dm_bufio_client *c; in dm_bufio_client_create() local
2732 struct dm_bufio_client *c; in cleanup_old_buffers() local
2778 struct dm_bufio_client *c; in __insert_client() local
2794 struct dm_bufio_client *c; in __evict_a_few() local
[all …]
/openbmc/linux/drivers/dma/ioat/
H A Dsysfs.c17 static ssize_t cap_show(struct dma_chan *c, char *page) in cap_show()
31 static ssize_t version_show(struct dma_chan *c, char *page) in version_show()
78 struct dma_chan *c; in ioat_kobject_add() local
99 struct dma_chan *c; in ioat_kobject_del() local
111 static ssize_t ring_size_show(struct dma_chan *c, char *page) in ring_size_show()
119 static ssize_t ring_active_show(struct dma_chan *c, char *page) in ring_active_show()
128 static ssize_t intr_coalesce_show(struct dma_chan *c, char *page) in intr_coalesce_show()
135 static ssize_t intr_coalesce_store(struct dma_chan *c, const char *page, in intr_coalesce_store()

12345678910>>...139