Home
last modified time | relevance | path

Searched full:query (Results 1 – 25 of 1344) sorted by relevance

12345678910>>...54

/linux/drivers/infiniband/core/
H A Dsa_query.c689 static inline void ib_sa_disable_local_svc(struct ib_sa_query *query) in ib_sa_disable_local_svc() argument
691 query->flags &= ~IB_SA_ENABLE_LOCAL_SERVICE; in ib_sa_disable_local_svc()
694 static inline int ib_sa_query_cancelled(struct ib_sa_query *query) in ib_sa_query_cancelled() argument
696 return (query->flags & IB_SA_CANCEL); in ib_sa_query_cancelled()
700 struct ib_sa_query *query) in ib_nl_set_path_rec_attrs() argument
702 struct sa_path_rec *sa_rec = query->mad_buf->context[1]; in ib_nl_set_path_rec_attrs()
703 struct ib_sa_mad *mad = query->mad_buf->mad; in ib_nl_set_path_rec_attrs()
709 query->mad_buf->context[1] = NULL; in ib_nl_set_path_rec_attrs()
714 dev_name(&query->port->agent->device->dev), in ib_nl_set_path_rec_attrs()
716 header->port_num = query->port->port_num; in ib_nl_set_path_rec_attrs()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtp_attach_query.c10 struct perf_event_query_bpf *query; in serial_test_tp_attach_query() local
41 query = malloc(sizeof(*query) + sizeof(__u32) * num_progs); in serial_test_tp_attach_query()
72 /* check NULL prog array query */ in serial_test_tp_attach_query()
73 query->ids_len = num_progs; in serial_test_tp_attach_query()
74 err = ioctl(pmu_fd[i], PERF_EVENT_IOC_QUERY_BPF, query); in serial_test_tp_attach_query()
75 if (CHECK(err || query->prog_cnt != 0, in serial_test_tp_attach_query()
77 "err %d errno %d query->prog_cnt %u\n", in serial_test_tp_attach_query()
78 err, errno, query->prog_cnt)) in serial_test_tp_attach_query()
89 query->ids_len = 0; in serial_test_tp_attach_query()
90 err = ioctl(pmu_fd[i], PERF_EVENT_IOC_QUERY_BPF, query); in serial_test_tp_attach_query()
[all …]
H A Dtc_opts.c2463 const size_t attr_size = offsetofend(union bpf_attr, query); in test_tc_opts_query_target()
2529 /* Test 1: Double query via libbpf API */ in test_tc_opts_query_target()
2555 /* Test 2: Double query via bpf_attr & bpf(2) directly */ in test_tc_opts_query_target()
2557 attr.query.target_ifindex = loopback; in test_tc_opts_query_target()
2558 attr.query.attach_type = target; in test_tc_opts_query_target()
2564 ASSERT_EQ(attr.query.count, 4, "count"); in test_tc_opts_query_target()
2565 ASSERT_EQ(attr.query.revision, 5, "revision"); in test_tc_opts_query_target()
2566 ASSERT_EQ(attr.query.query_flags, 0, "query_flags"); in test_tc_opts_query_target()
2567 ASSERT_EQ(attr.query.attach_flags, 0, "attach_flags"); in test_tc_opts_query_target()
2568 ASSERT_EQ(attr.query.target_ifindex, loopback, "target_ifindex"); in test_tc_opts_query_target()
[all …]
/linux/drivers/gpu/drm/xe/
H A Dxe_query.c112 struct drm_xe_device_query *query) in query_engine_cycles() argument
123 if (query->size == 0) { in query_engine_cycles()
124 query->size = size; in query_engine_cycles()
126 } else if (XE_IOCTL_DBG(xe, query->size != size)) { in query_engine_cycles()
130 query_ptr = u64_to_user_ptr(query->data); in query_engine_cycles()
170 /* Only write to the output fields of user query */ in query_engine_cycles()
181 struct drm_xe_device_query *query) in query_engines() argument
185 u64_to_user_ptr(query->data); in query_engines()
193 if (query->size == 0) { in query_engines()
194 query->size = size; in query_engines()
[all …]
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py144 # Note that some of the examples are not the most optimal SQL query.
204 # query = QSqlQuery(db)
207 # ret = query.exec_('SELECT * FROM call_paths_view WHERE id = ' + str(call_path_i…
209 # raise Exception("Query failed: " + query.lastError().text())
210 # if not query.next():
211 # raise Exception("Query failed")
212 … {3:<30} {4:>6} {5:<30}".format(query.value(0), query.value(1), query.value(2), query.value(3),
213 # call_path_id = query.value(6)
318 raise Exception("Query failed: " + q.lastError().text())
323 query = QSqlQuery(db) variable
[all …]
H A Dexport-to-sqlite.py136 raise Exception("Query failed: " + q.lastError().text())
141 raise Exception("Query failed: " + q.lastError().text())
160 query = QSqlQuery(db) variable
162 do_query(query, 'PRAGMA journal_mode = OFF')
163 do_query(query, 'BEGIN TRANSACTION')
165 do_query(query, 'CREATE TABLE selected_events ('
168 do_query(query, 'CREATE TABLE machines ('
172 do_query(query, 'CREATE TABLE threads ('
178 do_query(query, 'CREATE TABLE comms ('
184 do_query(query, 'CREATE TABLE comm_threads ('
[all …]
H A Dexported-sql-viewer.py183 def QueryExec(query, stmt): argument
184 ret = query.exec_(stmt)
186 raise Exception("Query failed: " + query.lastError().text())
540 query = QSqlQuery(self.glb.db)
545 …QueryExec(query, "SELECT call_path_id, name, short_name, COUNT(calls.id), SUM(return_time - call_t…
555 while query.next():
557 insn_cnt = int(query.value(5))
558 cyc_cnt = int(query.value(6))
559 branch_count = int(query.value(7))
563 branch_count = int(query.value(5))
[all …]
/linux/lib/
H A Ddynamic_debug.c130 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq() argument
135 if (query->format) { in vpr_info_dq()
136 fmtlen = strlen(query->format); in vpr_info_dq()
137 while (fmtlen && query->format[fmtlen - 1] == '\n') in vpr_info_dq()
143 query->function ?: "", in vpr_info_dq()
144 query->filename ?: "", in vpr_info_dq()
145 query->module ?: "", in vpr_info_dq()
146 fmtlen, query->format ?: "", in vpr_info_dq()
147 query->first_lineno, query->last_lineno, query->class_string); in vpr_info_dq()
169 * Search the tables for _ddebug's which match the given `query' and
[all …]
/linux/drivers/input/rmi4/
H A Drmi_f11.c36 * The properties for a given sensor are described by its query registers. The
37 * number of query registers and the layout of their contents are described by
38 * the F11 device queries as well as the sensor query information.
42 * by parsing that sensors query registers.
46 * sensors data registers must be determined by parsing its query registers.
48 * The short story is that we need to read and parse a lot of query
77 /** Defs for Query 1 */
86 /** Defs for Query 2, 3, and 4. */
89 /** Defs for Query 5 */
99 /** Defs for Query 7 */
[all …]
H A Drmi_f34.h120 u8 bl_minor_revision; /* query 1 */
122 __le32 bl_fw_id; /* query 2 */
123 u8 minimum_write_size; /* query 3 */
126 __le16 adjustable_partition_area_size; /* query 4 */
127 __le16 flash_config_length; /* query 5 */
128 __le16 payload_length; /* query 6 */
129 u8 partition_support[4]; /* query 7 */
/linux/include/uapi/drm/
H A Damdgpu_drm.h758 * Query h/w info: Flag that this is integrated (a.h.a. fusion) GPU
770 /* query hw IP info */
772 /* query hw IP instance count for the specified type */
776 /* Query the firmware version */
778 /* Subquery id: Query VCE firmware version */
780 /* Subquery id: Query UVD firmware version */
782 /* Subquery id: Query GMC firmware version */
784 /* Subquery id: Query GFX ME firmware version */
786 /* Subquery id: Query GFX PFP firmware version */
788 /* Subquery id: Query GFX CE firmware version */
[all …]
H A Dxe_drm.h21 * 3. IOCTL's Query structs in the order of the Query's entries.
262 * If a query is made with a struct @drm_xe_device_query where .query
368 * If a query is made with a struct drm_xe_device_query where .query
384 * If a query is made with a struct drm_xe_device_query where .query
481 * If a query is made with a struct drm_xe_device_query where .query
500 * If a query is made with a struct drm_xe_device_query where .query
505 * - %DRM_XE_TOPO_DSS_GEOMETRY - To query the mask of Dual Sub Slices
506 * (DSS) available for geometry operations. For example a query response
510 * - %DRM_XE_TOPO_DSS_COMPUTE - To query the mask of Dual Sub Slices
511 * (DSS) available for compute operations. For example a query response
[all …]
H A Dv3d_drm.h418 * a timestamp query
421 * this extension to define a timestamp query submission. This CPU job will
422 * calculate the timestamp query and update the query value within the
424 * query availability.
449 * query. Moreover, it will reset the timestamp syncobj to reset query
458 /* Offset of the first query within the timestamp BO for its value */
467 * query results to a buffer
470 * points to this extension to define a copy timestamp query submission. This
480 /* Define if it can write to buffer even if the query is not available */
512 * performance monitors. Moreover, it will reset the syncobj to reset query
[all …]
/linux/drivers/gpu/drm/i915/
H A Di915_query.c134 struct drm_i915_query_engine_info query; in query_engine_info() local
148 ret = copy_query_item(&query, sizeof(query), len, query_item); in query_engine_info()
152 if (query.num_engines || query.rsvd[0] || query.rsvd[1] || in query_engine_info()
153 query.rsvd[2]) in query_engine_info()
168 query.num_engines++; in query_engine_info()
172 if (copy_to_user(query_ptr, &query, sizeof(query))) in query_engine_info()
254 "Invalid query config data item size=%u expected=%u\n", in query_perf_config_data()
423 "Invalid query config list item size=%u expected=%zu\n", in query_perf_config_list()
468 struct drm_i915_query_memory_regions query; in query_memregion_info() local
476 total_length = sizeof(query); in query_memregion_info()
[all …]
/linux/Documentation/input/devices/
H A Diforce-protocol.rst218 Query command. Length varies according to the query type.
220 ff 01 QUERY [INDEX] CHECKSUM
222 FF LEN QUERY VALUE_QUERIED CHECKSUM2
225 Query ram size
230 QUERY = 42 ('B'uffer size)
236 Query number of effects
241 QUERY = 4e ('N'umber of effects)
252 QUERY = 4d ('M'anufacturer)
254 Query the vendors'id (2 bytes)
261 QUERY = 50 ('P'roduct)
[all …]
/linux/include/rdma/
H A Dib_cache.h37 * @device: The device to query.
38 * @port_num: The port number of the device to query.
39 * @index: The index into the cached PKey table to query.
53 * @device: The device to query.
68 * @device: The device to query.
69 * @port_num: The port number of the device to query.
81 * @device: The device to query.
82 * @port_num: The port number of the device to query.
/linux/include/linux/
H A Dfolio_queue.h66 * folioq_nr_slots: Query the capacity of a folio queue segment
67 * @folioq: The segment to query
69 * Query the number of folios that a particular folio queue segment might hold.
78 * folioq_count: Query the occupancy of a folio queue segment
79 * @folioq: The segment to query
81 * Query the number of folios that have been added to a folio queue segment.
90 * folioq_full: Query if a folio queue segment is full
91 * @folioq: The segment to query
93 * Query if a folio queue segment is fully occupied. Note that this does not
104 * @folioq: The segment to query
[all …]
/linux/Documentation/networking/
H A Ddns_resolver.rst32 (*) Dns query support for AFSDB resource record.
58 To direct a query for query type 'foo', a line of the following should be added
77 This is the basic access function. It looks for a cached DNS query and if
78 it doesn't find it, it upcalls to userspace to make a new DNS query, which
85 and thus the type of query to do, and <name> specifies the string to be
86 looked up. The default query type is a straight hostname to IP address
93 appropriate to the query type.
95 The return value is a string appropriate to the query type. For instance,
96 for the default query type it is just a list of comma-separated IPv4 and
/linux/drivers/input/touchscreen/
H A Dwacom_w8001.c71 /* touch query reply packet */
188 static void parse_touchquery(u8 *data, struct w8001_touch_query *query) in parse_touchquery() argument
190 memset(query, 0, sizeof(*query)); in parse_touchquery()
192 query->panel_res = data[1]; in parse_touchquery()
193 query->sensor_id = data[2] & 0x7; in parse_touchquery()
194 query->capacity_res = data[7]; in parse_touchquery()
196 query->x = data[3] << 9; in parse_touchquery()
197 query->x |= data[4] << 2; in parse_touchquery()
198 query->x |= (data[2] >> 5) & 0x3; in parse_touchquery()
200 query->y = data[5] << 9; in parse_touchquery()
[all …]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_drv.c341 * @args: [IN] Device query arguments containing a pointer to a userspace
344 * If the query object pointer is NULL, the size field is updated with the
345 * expected size of the query object.
381 * @args: [IN] Device query arguments containing a pointer to a userspace
384 * If the query object pointer is NULL, the size field is updated with the
385 * expected size of the query object.
431 * @args: [IN] Device query arguments containing a pointer to a userspace
434 * If the query object pointer is NULL, the size field is updated with the
435 * expected size of the query object.
436 * If the userspace pointer in the query object is NULL, or the count is
[all …]
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c101 * @query: The commandtype (enum hp_wmi_commandtype)
108 * an HP WMI query specific error code (which is positive)
109 * -EINVAL if the query was not successful at all
113 * size. E.g. Battery info query is defined to have 1 byte input
119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query() argument
144 args->commandtype = query; in hp_wmi_perform_query()
160 pr_warn("query 0x%x returned wrong type or too small buffer\n", query); in hp_wmi_perform_query()
169 pr_warn("query 0x%x returned error 0x%x\n", query, ret); in hp_wmi_perform_query()
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c109 struct mlx5_fpga_query query; in mlx5_fpga_device_load_check() local
112 err = mlx5_fpga_query(fdev->mdev, &query); in mlx5_fpga_device_load_check()
114 mlx5_fpga_err(fdev, "Failed to query status: %d\n", err); in mlx5_fpga_device_load_check()
118 fdev->last_admin_image = query.admin_image; in mlx5_fpga_device_load_check()
119 fdev->last_oper_image = query.oper_image; in mlx5_fpga_device_load_check()
122 query.status, query.admin_image, query.oper_image); in mlx5_fpga_device_load_check()
128 if (query.status != MLX5_FPGA_STATUS_SUCCESS) { in mlx5_fpga_device_load_check()
131 query.status); in mlx5_fpga_device_load_check()
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c250 * virtsnd_ctl_query_info() - Query the item configuration from the device.
254 * @count: Item count to query.
265 struct virtio_snd_query_info *query; in virtsnd_ctl_query_info() local
268 msg = virtsnd_ctl_msg_alloc(sizeof(*query), in virtsnd_ctl_query_info()
273 query = virtsnd_ctl_msg_request(msg); in virtsnd_ctl_query_info()
274 query->hdr.code = cpu_to_le32(command); in virtsnd_ctl_query_info()
275 query->start_id = cpu_to_le32(start_id); in virtsnd_ctl_query_info()
276 query->count = cpu_to_le32(count); in virtsnd_ctl_query_info()
277 query->size = cpu_to_le32(size); in virtsnd_ctl_query_info()
/linux/arch/s390/hypfs/
H A Dhypfs_vm.c27 static int diag2fc(int size, char* query, void *addr) in diag2fc() argument
33 memcpy(parm_list.userid, query, DIAG2FC_NAME_LEN); in diag2fc()
56 * Allocate buffer for "query" and store diag 2fc at "offset"
58 void *diag2fc_store(char *query, unsigned int *count, int offset) in diag2fc_store() argument
64 size = diag2fc(0, query, NULL); in diag2fc_store()
70 if (diag2fc(size, query, data + offset) == 0) in diag2fc_store()
/linux/drivers/pinctrl/aspeed/
H A Dpinmux-aspeed.c24 * aspeed_sig_desc_eval() - Query the enabled or disabled state of a signal
28 * @enabled: True to query the enabled state, false to query disabled state
62 * aspeed_sig_expr_eval - Query the enabled or disabled state for a
67 * @enabled: True to query the enabled state, false to query disabled state

12345678910>>...54