Home
last modified time | relevance | path

Searched defs:cw (Results 1 – 20 of 20) sorted by relevance

/linux/tools/perf/util/
H A Ddata-convert-bt.c170 value_set_string(struct ctf_writer *cw, struct bt_ctf_event *event, in value_set_string() argument
199 get_tracepoint_field_type(struct ctf_writer *cw, struct tep_format_field *field) in get_tracepoint_field_type() argument
300 add_tracepoint_field_value(struct ctf_writer * cw,struct bt_ctf_event_class * event_class,struct bt_ctf_event * event,struct perf_sample * sample,struct tep_format_field * fmtf) add_tracepoint_field_value() argument
412 add_tracepoint_fields_values(struct ctf_writer * cw,struct bt_ctf_event_class * event_class,struct bt_ctf_event * event,struct tep_format_field * fields,struct perf_sample * sample) add_tracepoint_fields_values() argument
430 add_tracepoint_values(struct ctf_writer * cw,struct bt_ctf_event_class * event_class,struct bt_ctf_event * event,struct evsel * evsel,struct perf_sample * sample) add_tracepoint_values() argument
603 add_generic_values(struct ctf_writer * cw,struct bt_ctf_event * event,struct evsel * evsel,struct perf_sample * sample) add_generic_values() argument
698 ctf_stream__create(struct ctf_writer * cw,int cpu) ctf_stream__create() argument
761 ctf_stream(struct ctf_writer * cw,int cpu) ctf_stream() argument
773 get_sample_cpu(struct ctf_writer * cw,struct perf_sample * sample,struct evsel * evsel) get_sample_cpu() argument
811 struct ctf_writer *cw = &c->writer; process_sample_event() local
1033 add_tracepoint_fields_types(struct ctf_writer * cw,struct tep_format_field * fields,struct bt_ctf_event_class * event_class) add_tracepoint_fields_types() argument
1076 add_tracepoint_types(struct ctf_writer * cw,struct evsel * evsel,struct bt_ctf_event_class * class) add_tracepoint_types() argument
1092 add_bpf_output_types(struct ctf_writer * cw,struct bt_ctf_event_class * class) add_bpf_output_types() argument
1111 add_generic_types(struct ctf_writer * cw,struct evsel * evsel,struct bt_ctf_event_class * event_class) add_generic_types() argument
1177 add_event(struct ctf_writer * cw,struct evsel * evsel) add_event() argument
1226 setup_events(struct ctf_writer * cw,struct perf_session * session) setup_events() argument
1351 setup_streams(struct ctf_writer * cw,struct perf_session * session) setup_streams() argument
1374 free_streams(struct ctf_writer * cw) free_streams() argument
1384 ctf_writer__setup_env(struct ctf_writer * cw,struct perf_session * session) ctf_writer__setup_env() argument
1413 struct ctf_writer *cw = &c->writer; process_feature_event() local
1454 ctf_writer__setup_clock(struct ctf_writer * cw,struct perf_session * session,bool tod) ctf_writer__setup_clock() argument
1522 ctf_writer__cleanup_data(struct ctf_writer * cw) ctf_writer__cleanup_data() argument
1530 ctf_writer__init_data(struct ctf_writer * cw) ctf_writer__init_data() argument
1556 ctf_writer__cleanup(struct ctf_writer * cw) ctf_writer__cleanup() argument
1569 ctf_writer__init(struct ctf_writer * cw,const char * path,struct perf_session * session,bool tod) ctf_writer__init() argument
1642 ctf_writer__flush_streams(struct ctf_writer * cw) ctf_writer__flush_streams() argument
1672 struct ctf_writer *cw = &c.writer; bt_convert__perf2ctf() local
[all...]
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py212 attr_policy(self, cw) global() argument
224 attr_typol(self, cw) global() argument
320 attr_policy(self, cw) global() argument
349 attr_policy(self, cw) global() argument
498 attr_policy(self, cw) global() argument
1572 __init__(self, cw, family, ku_space, op, op_mode, attr_set=None) global() argument
1954 put_typol_submsg(cw, struct) global() argument
1976 put_typol_fwd(cw, struct) global() argument
1980 put_typol(cw, struct) global() argument
2001 _put_enum_to_str_helper(cw, render_name, map_name, arg_name, enum=None) global() argument
2016 put_op_name_fwd(family, cw) global() argument
2020 put_op_name(family, cw) global() argument
2041 put_enum_to_str_fwd(family, cw, enum) global() argument
2046 put_enum_to_str(family, cw, enum) global() argument
2750 print_req_policy_fwd(cw, struct, ri=None, terminate=True) global() argument
2774 print_req_policy(cw, struct, ri=None) global() argument
2793 print_kernel_policy_ranges(family, cw) global() argument
2822 print_kernel_policy_sparse_enum_validates(family, cw) global() argument
2860 print_kernel_op_table_fwd(family, cw, terminate) global() argument
2927 print_kernel_op_table_hdr(family, cw) global() argument
2931 print_kernel_op_table(family, cw) global() argument
3011 print_kernel_mcgrp_hdr(family, cw) global() argument
3023 print_kernel_mcgrp_src(family, cw) global() argument
3036 print_kernel_family_struct_hdr(family, cw) global() argument
3048 print_kernel_family_struct_src(family, cw) global() argument
3085 uapi_enum_start(family, cw, obj, ckey='', enum_name='enum-name') global() argument
3095 render_uapi_unified(family, cw, max_by_define, separate_ntf) global() argument
3122 render_uapi_directional(family, cw, max_by_define) global() argument
3176 render_uapi(family, cw) global() argument
3332 render_user_family(family, cw, prototype) global() argument
[all...]
/linux/drivers/md/
H A Ddm-zoned-target.c395 static void dmz_handle_bio(struct dmz_target *dmz, struct dm_chunk_work *cw, in dmz_handle_bio()
457 static inline void dmz_get_chunk_work(struct dm_chunk_work *cw) in dmz_get_chunk_work()
466 static void dmz_put_chunk_work(struct dm_chunk_work *cw) in dmz_put_chunk_work()
480 struct dm_chunk_work *cw = container_of(work, struct dm_chunk_work, work); in dmz_chunk_work() local
537 struct dm_chunk_work *cw; in dmz_queue_chunk_work() local
/linux/drivers/spi/
H A Dspi-qpic-snand.c459 static void qcom_spi_set_read_loc(struct qcom_nand_controller *snandc, int cw, int reg, in qcom_spi_set_read_loc()
479 qcom_spi_config_cw_read(struct qcom_nand_controller *snandc, bool use_ecc, int cw) in qcom_spi_config_cw_read()
536 bool use_ecc, int cw) in qcom_spi_config_single_cw_page_read()
708 u8 *oob_buf, int cw) in qcom_spi_read_cw_raw()
802 int ret, cw; in qcom_spi_read_page_raw() local
/linux/drivers/pps/clients/
H A Dpps_parport.c42 unsigned int cw; /* port clear timeout */ member
/linux/net/netfilter/ipvs/
H A Dip_vs_wrr.c61 int cw; /* current weight */ member
/linux/include/uapi/linux/dvb/
H A Dca.h117 unsigned char cw[8]; member
/linux/drivers/media/usb/gspca/
H A Dw996Xcf.c397 int start_cropx, start_cropy, x, y, fw, fh, cw, ch, in w9968cf_set_crop_window() local
/linux/drivers/net/wireless/ath/ath9k/
H A Dmac.c199 u32 cw; in ath9k_hw_set_txq_props() local
/linux/fs/ceph/
H A Ddebugfs.c303 struct cap_wait *cw; in caps_show() local
H A Dcaps.c3068 struct cap_wait cw; in __ceph_get_caps() local
/linux/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8180.h54 u8 cw; member
/linux/net/ceph/crush/
H A Dmapper.c903 struct crush_work *cw = cwin; in crush_do_rule() local
/linux/fs/dlm/
H A Dlock.c2452 static int grant_pending_convert(struct dlm_rsb *r, int high, int *cw, in grant_pending_convert()
2521 static int grant_pending_wait(struct dlm_rsb *r, int high, int *cw, in grant_pending_wait()
2546 static int lock_requires_bast(struct dlm_lkb *gr, int high, int cw) in lock_requires_bast()
2564 int cw = 0; in grant_pending_locks() local
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h109 __u32 cw; member
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c1131 struct clean_work *cw = container_of(work, struct clean_work, work); in mcg_clean_task() local
/linux/drivers/mtd/
H A Dmtdswap.c1175 unsigned int i, cw = 0, cwp = 0, cwecount = 0, bb_cnt, mapped, pages; in mtdswap_show() local
/linux/drivers/tty/
H A Dsynclink_gt.c2933 static void remove_cond_wait(struct cond_wait **head, struct cond_wait *cw) in remove_cond_wait()
/linux/drivers/ata/
H A Dsata_mv.c2003 __le16 *cw; in mv_qc_prep() local
/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_sli.h1862 u32 cw; member