Home
last modified time | relevance | path

Searched defs:query (Results 1 – 25 of 57) sorted by relevance

123

/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()
694 static inline int ib_sa_query_cancelled(struct ib_sa_query *query) in ib_sa_query_cancelled()
700 struct ib_sa_query *query) in ib_nl_set_path_rec_attrs()
783 static int ib_nl_make_request(struct ib_sa_query *query, gfp_t gfp_mask) in ib_nl_make_request()
844 static int ib_nl_cancel_request(struct ib_sa_query *query) in ib_nl_cancel_request()
870 static void ib_nl_process_good_resolve_rsp(struct ib_sa_query *query, in ib_nl_process_good_resolve_rsp()
952 struct ib_sa_query *query; in ib_nl_request_timeout() local
995 struct ib_sa_query *query; in ib_nl_handle_set_timeout() local
1069 struct ib_sa_query *query = NULL, *iter; in ib_nl_handle_resolve_resp() local
1150 void ib_sa_cancel_query(int id, struct ib_sa_query *query) in ib_sa_cancel_query()
[all …]
H A Dcma_priv.h82 struct ib_sa_query *query; member
/linux/lib/
H A Ddynamic_debug.c130 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq()
174 static int ddebug_change(const struct ddebug_query *query, in ddebug_change()
353 static int parse_linerange(struct ddebug_query *query, const char *first) in parse_linerange()
417 struct ddebug_query *query, const char *modname) in ddebug_parse_query()
540 struct ddebug_query query = {}; in ddebug_exec_query() local
570 static int ddebug_exec_queries(char *query, const char *modname) in ddebug_exec_queries()
609 char query[QUERY_SIZE]; in ddebug_apply_class_bitmap() local
/linux/drivers/gpu/drm/i915/
H A Di915_query.c134 struct drm_i915_query_engine_info query; in query_engine_info() local
468 struct drm_i915_query_memory_regions query; in query_memregion_info() local
556 struct drm_i915_query_item *query) in query_guc_submission_version()
/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
/linux/include/keys/
H A Dasymmetric-subtype.h35 int (*query)(const struct kernel_pkey_params *params, member
/linux/tools/testing/selftests/mm/
H A Dvm_util.h30 struct procmap_query query; member
/linux/drivers/net/ethernet/mellanox/mlx5/core/fpga/
H A Dcore.c109 struct mlx5_fpga_query query; in mlx5_fpga_device_load_check() local
H A Dcmd.c125 int mlx5_fpga_query(struct mlx5_core_dev *dev, struct mlx5_fpga_query *query) in mlx5_fpga_query()
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbiosattr-interface.c119 int hp_wmi_perform_query(int query, enum hp_wmi_command command, void *buffer, in hp_wmi_perform_query()
/linux/net/bridge/
H A Dbr_multicast.c1733 struct bridge_mcast_own_query *query) in br_multicast_querier_expired()
1900 struct bridge_mcast_own_query *query) in br_multicast_port_query_expired()
2070 static void br_multicast_enable(struct bridge_mcast_own_query *query) in br_multicast_enable()
3270 struct bridge_mcast_other_query *query, in br_multicast_update_query_timer()
3465 struct bridge_mcast_other_query *query, in br_ip4_multicast_query_received()
3480 struct bridge_mcast_other_query *query, in br_ip6_multicast_query_received()
4052 struct bridge_mcast_own_query *query, in br_multicast_query_expired()
4229 struct bridge_mcast_own_query *query) in __br_multicast_open_query()
4606 struct bridge_mcast_own_query *query) in br_multicast_start_querier()
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c265 struct virtio_snd_query_info *query; in virtsnd_ctl_query_info() local
/linux/drivers/gpu/drm/imagination/
H A Dpvr_vm.c986 struct drm_pvr_dev_query_static_data_areas query = {0}; in pvr_static_data_areas_get() local
1024 struct drm_pvr_dev_query_heap_info query = {0}; in pvr_heap_info_get() local
/linux/tools/perf/scripts/python/
H A Dexport-to-postgresql.py323 query = QSqlQuery(db) variable
338 query = QSqlQuery(db) variable
H A Dexport-to-sqlite.py160 query = QSqlQuery(db) variable
/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dloader.c358 struct loader_xfer_query query = { .header = cpu_to_le32(query_hdr.val32), }; in ishtp_loader_work() local
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp.c485 uint8_t index, struct mod_hdcp_display_query *query) in mod_hdcp_query_display()
/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c2555 struct xfs_rmap_query_range_info *query = priv; in xfs_rmap_query_range_helper() local
2579 struct xfs_rmap_query_range_info query = { .priv = priv, .fn = fn }; in xfs_rmap_query_range() local
2592 struct xfs_rmap_query_range_info query; in xfs_rmap_query_all() local
H A Dxfs_refcount.c2204 struct xfs_refcount_query_range_info *query = priv; in xfs_refcount_query_range_helper() local
2227 struct xfs_refcount_query_range_info query = { .priv = priv, .fn = fn }; in xfs_refcount_query_range() local
H A Dxfs_alloc.c4074 struct xfs_alloc_query_range_info *query = priv; in xfs_alloc_query_range_helper() local
4097 struct xfs_alloc_query_range_info query = { .priv = priv, .fn = fn }; in xfs_alloc_query_range() local
4111 struct xfs_alloc_query_range_info query; in xfs_alloc_query_all() local
/linux/drivers/soc/qcom/
H A Dcmd-db.c150 u8 query[sizeof(ent->id)] __nonstring; in cmd_db_get_header() local
/linux/drivers/platform/x86/hp/
H A Dhp-wmi.c378 static int hp_wmi_perform_query(int query, enum hp_wmi_command command, in hp_wmi_perform_query()
503 static int hp_wmi_read_int(int query) in hp_wmi_read_int()
702 int query = BIT(r + 8) | ((!blocked) << r); in hp_wmi_set_block() local
/linux/include/net/
H A Damt.h212 struct amt_header_membership_query query; member
229 struct amt_header_membership_query query; member
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c398 …struct dst_state *state, struct ca_msg *p_ca_message, struct ca_msg *hw_buffer, u8 reply, u8 query) in ca_set_pmt()
/linux/drivers/misc/
H A Dgehc-achc.c196 u8 query[] = {EZPORT_CMD_SE, (address >> 16) & 0xff, (address >> 8) & 0xff, address & 0xff}; in ezport_section_erase() local

123