Home
last modified time | relevance | path

Searched refs:fields (Results 126 – 150 of 738) sorted by relevance

12345678910>>...30

/linux/net/devlink/
H A Ddpipe.c20 .fields = devlink_dpipe_fields_ethernet,
37 .fields = devlink_dpipe_fields_ipv4,
54 .fields = devlink_dpipe_fields_ipv6,
64 struct devlink_dpipe_field *field = &header->fields[match->field_id]; in devlink_dpipe_match_put()
112 struct devlink_dpipe_field *field = &header->fields[action->field_id]; in devlink_dpipe_action_put()
596 field = &header->fields[i]; in devlink_dpipe_fields_put()
/linux/tools/perf/util/
H A Ddata-convert-bt.c408 struct tep_format_field *fields, in add_tracepoint_fields_values() argument
414 for (field = fields; field; field = field->next) { in add_tracepoint_fields_values()
430 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_values() local
437 fields, sample); in add_tracepoint_values()
1021 struct tep_format_field *fields, in add_tracepoint_fields_types() argument
1027 for (field = fields; field; field = field->next) { in add_tracepoint_fields_types()
1068 struct tep_format_field *fields = evsel->tp_format->format.fields; in add_tracepoint_types() local
1073 ret = add_tracepoint_fields_types(cw, fields, class); in add_tracepoint_types()
/linux/tools/perf/Documentation/
H A Dperf-script-python.txt122 # The common_* event handler fields are the most useful fields common to
123 # all events. They don't necessarily correspond to the 'common_*' fields
124 # in the format files. Those fields not available as handler params can
480 arguments passed to all event handlers; some of the fields correspond
481 to the common_* fields in the format file, but some are synthesized,
482 and some of the common_* fields aren't common enough to to be passed
495 All of the remaining fields in the event's format file have
592 and values parsed from the 'print fmt' fields of the event format
610 Some of the 'common' fields in the event format file aren't all that
643 Currently supported fields:
[all …]
H A Dperf-c2c.txt88 Specify sorting fields for single cacheline display.
89 Following fields are available: tid,pid,iaddr,dso
187 (Both stdio and TUI modes follow the same fields output)
298 Following fields are available and governs the final
299 output fields set for cacheline offsets output:
303 iaddr - coalesced by code address, following fields are displayed:
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_com.c2372 u16 *fields) in ena_com_get_hash_ctrl() argument
2385 if (fields) in ena_com_get_hash_ctrl()
2386 *fields = rss->hash_ctrl->selected_fields[proto].fields; in ena_com_get_hash_ctrl()
2449 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP4].fields = in ena_com_set_default_hash_ctrl()
2453 hash_ctrl->selected_fields[ENA_ADMIN_RSS_UDP4].fields = in ena_com_set_default_hash_ctrl()
2457 hash_ctrl->selected_fields[ENA_ADMIN_RSS_TCP6].fields = in ena_com_set_default_hash_ctrl()
2465 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP4].fields = in ena_com_set_default_hash_ctrl()
2468 hash_ctrl->selected_fields[ENA_ADMIN_RSS_IP6].fields = in ena_com_set_default_hash_ctrl()
2479 hash_ctrl->supported_fields[i].fields; in ena_com_set_default_hash_ctrl()
2483 i, hash_ctrl->supported_fields[i].fields, in ena_com_set_default_hash_ctrl()
[all …]
/linux/kernel/trace/
H A Dtrace_events_hist.c993 field = hist_data->fields[i]; in check_var_refs()
1052 hist_field = hist_data->fields[i]; in has_hist_vars()
1110 hist_field = hist_data->fields[i]; in find_var_field()
2078 if (hist_data->fields[i]) { in destroy_hist_fields()
2080 hist_data->fields[i] = NULL; in destroy_hist_fields()
3030 key_field = hist_data->fields[i]; in create_field_var_hist()
3873 field = event->fields[field_pos]; in check_synth_field()
4209 hist_data->fields[HITCOUNT_IDX] = in create_hitcount_val()
5971 field = hist_data->fields[i]; in event_hist_trigger_print()
5988 field = hist_data->fields[i]; in event_hist_trigger_print()
[all …]
H A Dtrace_synth.h28 struct synth_field **fields; member
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-decoder.rst259 * **Required fields:**
277 other fields
280 * **Returned fields:**
303 * **Required fields:**
314 * **Returned fields:**
328 * **Required fields:**
342 * **Returned fields:**
408 * **Required fields:**
413 * **Returned fields:**
542 * **Required fields:**
[all …]
H A Dvidioc-g-jpegcomp.rst47 itself, and it'll be stored in the JPEG-encoded fields (eg; interlacing
53 stored in the JPEG-encoded fields. These define how the JPEG field is
H A Dvidioc-s-hw-freq-seek.rst36 ``wrap_around``, ``spacing``, ``rangelow`` and ``rangehigh`` fields, and
41 The ``rangelow`` and ``rangehigh`` fields can be set to a non-zero value
127 ``rangehigh`` fields is wrong.
H A Dvidioc-create-bufs.rst42 fields of the struct :c:type:`v4l2_create_buffers` structure. The
60 fields for other format types). Usually if the ``format.pix.sizeimage``
70 the ``index`` fields respectively. On return ``count`` can be smaller
/linux/include/trace/
H A Dtrace_custom_events.h193 .fields = LIST_HEAD_INIT(custom_event_class_##call.fields),\
/linux/Documentation/fb/
H A Dinternals.rst73 The pixel value is broken up into red, green, and blue fields.
78 The pixel value is broken up into red, green, and blue fields, each of which
/linux/Documentation/userspace-api/media/dvb/
H A Ddmx-expbuf.rst47 All other fields must be set to zero. In the
87 ``flags`` or ``index`` fields are invalid.
/linux/net/ipv6/
H A Dioam6_iptunnel.c81 u32 fields; in ioam6_validate_trace_hdr() local
92 fields = be32_to_cpu(trace->type_be32); in ioam6_validate_trace_hdr()
94 trace->nodelen += hweight32(fields & IOAM6_MASK_SHORT_FIELDS) in ioam6_validate_trace_hdr()
96 trace->nodelen += hweight32(fields & IOAM6_MASK_WIDE_FIELDS) in ioam6_validate_trace_hdr()
/linux/Documentation/input/
H A Dinput-programming.rst242 input_register_device, you have to fill additional fields in the input_dev
275 The id* and name fields
282 The id* fields contain the bus ID (PCI, USB, ...), vendor ID and device ID
284 are defined in pci_ids.h, usb_ids.h and similar include files. These fields
290 The id and name fields can be passed to userland via the evdev interface.
292 The keycode, keycodemax, keycodesize fields
295 These three fields should be used by input devices that have dense keymaps.
302 When a device has all 3 aforementioned fields filled in, the driver may
/linux/fs/bcachefs/
H A Dfs-io.c110 unsigned fields; member
121 if (s->fields & ATTR_ATIME) in inode_set_size()
123 if (s->fields & ATTR_MTIME) in inode_set_size()
125 if (s->fields & ATTR_CTIME) in inode_set_size()
133 loff_t new_size, unsigned fields) in bch2_write_inode_size() argument
138 .fields = fields, in bch2_write_inode_size()
141 return bch2_write_inode(c, inode, inode_set_size, &s, fields); in bch2_write_inode_size()
/linux/drivers/media/platform/verisilicon/
H A Dhantro_h264.c258 if (dpb[i].fields & V4L2_H264_TOP_FIELD_REF) in prepare_table()
261 if (dpb[i].fields & V4L2_H264_BOTTOM_FIELD_REF) in prepare_table()
422 if (!(b->cur_pic_fields == reflist[i].fields)) { in deduplicate_reflist()
/linux/Documentation/filesystems/
H A Dext2.rst124 The information in the superblock contains fields such as the total
131 If the filesystem is revision 1 or higher, then there are extra fields,
135 All fields in the superblock (as in all other ext2 structures) are stored
151 There are some reserved fields which are currently unused in the inode
157 interpret this object. Most of the remaining reserved fields have been
158 used up for both Linux and the HURD for larger owner and group fields,
160 fields to store the extra more bits.
202 itself if the symlink is less than 60 bytes long. It uses the fields
209 the fields which would be used to point to the data blocks.
226 fields which indicate whether fsck should actually run (since checking
[all …]
/linux/Documentation/arch/arm64/
H A Dcpu-feature-registers.rst56 fields are masked out(i.e, made invisible) and their values are set to
58 of visible features. Also, the kernel may manipulate the fields
109 d) All other fields (i.e, invisible fields) are set to indicate
204 NOTE: The 'visible' fields of MIDR_EL1 will contain the value
/linux/arch/riscv/include/asm/
H A Dimage.h16 #error conversion of header fields to LE not yet implemented
/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c547 symlist_t *fields; in symtable_dump() local
555 fields = &curnode->symbol->info.rinfo->fields; in symtable_dump()
556 SLIST_FOREACH(fieldnode, fields, links) { in symtable_dump()
/linux/drivers/usb/isp1760/
H A Disp1760-udc.h72 struct regmap_field *fields[DC_FIELD_MAX]; member
/linux/drivers/iommu/amd/
H A Diommu.c3211 irte->fields.vector = vector; in irte_prepare()
3215 irte->fields.valid = 1; in irte_prepare()
3238 irte->fields.valid = 1; in irte_activate()
3254 irte->fields.valid = 0; in irte_deactivate()
3271 irte->fields.vector = vector; in irte_set_affinity()
3282 irte->hi.fields.vector = vector; in irte_ga_set_affinity()
3285 irte->hi.fields.destination = in irte_ga_set_affinity()
3304 irte->hi.fields.vector = 0xff; in irte_ga_set_allocated()
3320 return irte->hi.fields.vector != 0; in irte_ga_is_allocated()
3663 entry->hi.fields.destination = in amd_iommu_deactivate_guest_mode()
[all …]
/linux/Documentation/networking/
H A Dmac80211-injection.rst60 without own rate control). Also other fields are parsed
70 The injection code can also skip all other currently defined radiotap fields

12345678910>>...30