/linux/tools/perf/util/ |
H A D | stat-display.c | 144 static const char *json_sep(struct outstate *os) in json_sep() 152 #define json_out(os, format, ...) fprintf((os)->fh, "%s" format, json_sep(os), ##__VA_ARGS__) argument 154 static void print_running_json(struct outstate *os, u64 run, u64 ena) in print_running_json() 164 static void print_running(struct perf_stat_config *config, struct outstate *os, in print_running() 192 static void print_noise_pct_json(struct outstate *os, in print_noise_pct_json() 198 static void print_noise_pct(struct perf_stat_config *config, struct outstate *os, in print_noise_pct() 215 static void print_noise(struct perf_stat_config *config, struct outstate *os, in print_noise() 237 static void print_cgroup_json(struct outstate *os, const char *cgrp_name) in print_cgroup_json() 242 static void print_cgroup(struct perf_stat_config *config, struct outstate *os, in print_cgroup() 364 static void print_aggr_id_json(struct perf_stat_config *config, struct outstate *os, in print_aggr_id_json() [all …]
|
H A D | parse-regs-options.c | 17 char *s, *os = NULL, *p; in __parse_regs() local
|
H A D | parse-branch-options.c | 52 char *os = NULL; in parse_branch_str() local
|
/linux/drivers/block/drbd/ |
H A D | drbd_state.c | 25 union drbd_state os; member 468 union drbd_state os, union drbd_state ns) in cl_wide_st_chg() 481 apply_mask_val(union drbd_state os, union drbd_state mask, union drbd_state val) in apply_mask_val() 520 union drbd_state os, ns; in _req_st_cond() local 568 union drbd_state os, ns; in drbd_req_state() local 733 void print_st_err(struct drbd_device *device, union drbd_state os, in print_st_err() 743 static long print_state_change(char *pb, union drbd_state os, union drbd_state ns, in print_state_change() 774 static void drbd_pr_state_change(struct drbd_device *device, union drbd_state os, union drbd_state … in drbd_pr_state_change() 799 static void conn_pr_state_change(struct drbd_connection *connection, union drbd_state os, union drb… in conn_pr_state_change() 912 is_valid_soft_transition(union drbd_state os, union drbd_state ns, struct drbd_connection *connecti… in is_valid_soft_transition() [all …]
|
H A D | drbd_worker.c | 859 union drbd_state os, ns; in drbd_resync_finished() local
|
/linux/lib/ |
H A D | ref_tracker.c | 186 struct ostream os = { .func = pr_ostream_log, in ref_tracker_dir_print_locked() local 206 struct ostream os = { .func = pr_ostream_buf, in ref_tracker_dir_snprint() local 361 struct ostream os = { .func = pr_ostream_seq, in ref_tracker_dir_seq_print() local
|
/linux/arch/mips/generic/ |
H A D | vmlinux.its.S | 14 os = "linux"; define
|
/linux/arch/mips/mobileye/ |
H A D | vmlinux.its.S | 14 os = "linux"; define
|
/linux/fs/ceph/ |
H A D | util.c | 15 __u32 os = layout->object_size; in ceph_file_layout_is_valid() local
|
/linux/sound/soc/meson/ |
H A D | axg-pdm.c | 151 unsigned int os = filters->hcic.ds; in axg_pdm_get_os() local 165 static int axg_pdm_set_sysclk(struct axg_pdm *priv, unsigned int os, in axg_pdm_set_sysclk() 228 unsigned int os = axg_pdm_get_os(priv); in axg_pdm_hw_params() local
|
/linux/fs/ocfs2/ |
H A D | journal.c | 2036 struct ocfs2_orphan_scan *os; in ocfs2_queue_orphan_scan() local 2085 struct ocfs2_orphan_scan *os; in ocfs2_orphan_scan_work() local 2102 struct ocfs2_orphan_scan *os; in ocfs2_orphan_scan_stop() local 2115 struct ocfs2_orphan_scan *os; in ocfs2_orphan_scan_init() local 2127 struct ocfs2_orphan_scan *os; in ocfs2_orphan_scan_start() local
|
H A D | super.c | 220 struct ocfs2_orphan_scan *os = &osb->osb_orphan_scan; in ocfs2_osb_dump() local
|
/linux/drivers/gpu/drm/tegra/ |
H A D | riscv.c | 40 struct tegra_drm_riscv_descriptor *os = &riscv->os_desc; in tegra_drm_riscv_read_descriptors() local
|
/linux/tools/lib/subcmd/ |
H A D | parse-options.h | 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 141 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument 151 #define OPT_CALLBACK_SET(s, l, v, os, a, h, f) \ argument
|
/linux/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 872 struct omap_hwmod_ocp_if *os; in _init_interface_clks() local 978 struct omap_hwmod_ocp_if *os; in _enable_clocks() local 1036 struct omap_hwmod_ocp_if *os; in _disable_clocks() local 1121 struct omap_hwmod_ocp_if *os = NULL; in _save_mpu_port_index() local 2367 struct omap_hwmod_ocp_if *os; in _setup_iclk_autoidle() local
|
/linux/arch/powerpc/include/asm/ |
H A D | plpks.h | 57 u8 os; member
|
/linux/drivers/hid/ |
H A D | hid-wiimote.h | 278 #define wiiproto_req_rreg(wdata, os, sz) \ argument 280 #define wiiproto_req_reeprom(wdata, os, sz) \ argument
|
H A D | hid-wiimote-core.c | 305 #define wiiproto_req_wreg(wdata, os, buf, sz) \ argument 308 #define wiiproto_req_weeprom(wdata, os, buf, sz) \ argument
|
/linux/arch/powerpc/platforms/powermac/ |
H A D | bootx_init.c | 119 char *s, *os; in bootx_dt_find_string() local
|
/linux/tools/perf/ |
H A D | builtin-mem.c | 423 char *s, *os = NULL, *p; in parse_mem_ops() local
|
/linux/drivers/message/fusion/ |
H A D | mptsas.h | 79 struct mptsas_mapping os; /* operating system mapping*/ member
|
/linux/mm/ |
H A D | vmstat.c | 587 int os = overstep_mode * (t >> 1) ; in mod_zone_state() local 656 int os = overstep_mode * (t >> 1) ; in mod_node_state() local
|
/linux/sound/core/ |
H A D | control_led.c | 515 char buf2[256], *s, *os; in set_led_id() local
|
/linux/fs/nfsd/ |
H A D | nfs4proc.c | 2040 struct nfsd4_offload_status *os = &u->offload_status; in nfsd4_offload_cancel() local 2127 struct nfsd4_offload_status *os = &u->offload_status; in nfsd4_offload_status() local
|
/linux/drivers/net/fddi/skfp/h/ |
H A D | smc.h | 431 struct s_smt_os os ; /* os specific */ member
|