| /linux/fs/notify/ |
| H A D | mark.c | 102 enum fsnotify_obj_type obj_type) in fsnotify_object_connp() argument 104 switch (obj_type) { in fsnotify_object_connp() 720 void *obj, unsigned int obj_type) in fsnotify_init_connector() argument 726 conn->type = obj_type; in fsnotify_init_connector() 765 void *obj, unsigned int obj_type) in fsnotify_attach_connector_to_object() argument 769 if (obj_type == FSNOTIFY_OBJ_TYPE_INODE) { in fsnotify_attach_connector_to_object() 777 fsnotify_init_connector(conn, obj, obj_type); in fsnotify_attach_connector_to_object() 828 unsigned int obj_type, int add_flags) in fsnotify_add_mark_list() argument 830 struct super_block *sb = fsnotify_object_sb(obj, obj_type); in fsnotify_add_mark_list() 837 if (WARN_ON(!fsnotify_valid_obj_type(obj_type))) in fsnotify_add_mark_list() [all …]
|
| /linux/tools/bpf/bpftool/skeleton/ |
| H A D | pid_iter.bpf.c | 37 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN; variable 77 switch (obj_type) { in iter() 103 e.id = get_obj_id(file->private_data, obj_type); in iter() 105 if (obj_type == BPF_OBJ_LINK && in iter()
|
| /linux/drivers/acpi/acpica/ |
| H A D | nsdump.c | 146 acpi_object_type obj_type; in acpi_ns_dump_one_object() local 493 obj_type = ACPI_TYPE_INVALID; in acpi_ns_dump_one_object() 508 obj_type = obj_desc->common.type; in acpi_ns_dump_one_object() 510 if (obj_type > ACPI_TYPE_LOCAL_MAX) { in acpi_ns_dump_one_object() 513 obj_type); in acpi_ns_dump_one_object() 519 obj_type, acpi_ut_get_type_name(obj_type)); in acpi_ns_dump_one_object() 542 switch (obj_type) { in acpi_ns_dump_one_object()
|
| H A D | acmacros.h | 383 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 384 {name, (u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type} 386 #define ACPI_OP(name, Pargs, Iargs, obj_type, class, type, flags) \ argument 387 {(u32)(Pargs), (u32)(Iargs), (u32)(flags), obj_type, class, type}
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1194 unsigned int obj_type) in fanotify_find_path() argument 1233 ret = security_path_notify(path, mask, obj_type); in fanotify_find_path() 1270 void *obj, unsigned int obj_type, __u32 mask, in fanotify_remove_mark() argument 1278 fsn_mark = fsnotify_find_mark(obj, obj_type, group); in fanotify_remove_mark() 1420 unsigned int obj_type, in fanotify_add_new_mark() argument 1459 ret = fsnotify_add_mark_locked(mark, obj, obj_type, 0); in fanotify_add_new_mark() 1520 void *obj, unsigned int obj_type, in fanotify_add_mark() argument 1529 fsn_mark = fsnotify_find_mark(obj, obj_type, group); in fanotify_add_mark() 1531 fsn_mark = fanotify_add_new_mark(group, obj, obj_type, in fanotify_add_mark() 1901 unsigned int obj_type, fid_mode; in do_fanotify_mark() local [all …]
|
| /linux/drivers/bus/fsl-mc/ |
| H A D | dprc.c | 474 char *obj_type, in dprc_set_obj_irq() argument 492 strscpy(cmd_params->obj_type, obj_type); in dprc_set_obj_irq() 514 char *obj_type, in dprc_get_obj_region() argument 564 strscpy(cmd_params->obj_type, obj_type); in dprc_get_obj_region()
|
| H A D | obj-api.c | 47 char *obj_type, in fsl_mc_obj_open() argument 53 int cmd_id = fsl_mc_get_open_cmd_id(obj_type); in fsl_mc_obj_open()
|
| H A D | fsl-mc-private.h | 205 u8 obj_type[16]; member 236 u8 obj_type[16]; member 363 char *obj_type, 399 char *obj_type,
|
| H A D | fsl-mc-allocator.c | 611 .obj_type = "dpbp", 615 .obj_type = "dpmcp", 619 .obj_type = "dpcon",
|
| /linux/Documentation/ABI/testing/ |
| H A D | ima_policy | 30 [obj_user=] [obj_role=] [obj_type=]] 131 dont_measure obj_type=var_log_t 132 dont_appraise obj_type=var_log_t 133 dont_measure obj_type=auditd_log_t 134 dont_appraise obj_type=auditd_log_t
|
| /linux/drivers/virtio/ |
| H A D | virtio_pci_modern.c | 960 int virtio_pci_admin_obj_create(struct pci_dev *pdev, u16 obj_type, u8 operation_type, in virtio_pci_admin_obj_create() argument 982 if (obj_type != VIRTIO_RESOURCE_OBJ_DEV_PARTS) in virtio_pci_admin_obj_create() 1007 obj_create_data->hdr.type = cpu_to_le16(obj_type); in virtio_pci_admin_obj_create() 1037 int virtio_pci_admin_obj_destroy(struct pci_dev *pdev, u16 obj_type, u32 id) in virtio_pci_admin_obj_destroy() argument 1054 if (obj_type != VIRTIO_RESOURCE_OBJ_DEV_PARTS) in virtio_pci_admin_obj_destroy() 1061 data->type = cpu_to_le16(obj_type); in virtio_pci_admin_obj_destroy() 1091 int virtio_pci_admin_dev_parts_metadata_get(struct pci_dev *pdev, u16 obj_type, in virtio_pci_admin_dev_parts_metadata_get() argument 1122 data->hdr.type = cpu_to_le16(obj_type); in virtio_pci_admin_dev_parts_metadata_get() 1155 int virtio_pci_admin_dev_parts_get(struct pci_dev *pdev, u16 obj_type, u32 id, in virtio_pci_admin_dev_parts_get() argument 1180 data->hdr.type = cpu_to_le16(obj_type); in virtio_pci_admin_dev_parts_get()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| H A D | geneve.c | 37 MLX5_SET(general_obj_in_cmd_hdr, hdr, obj_type, MLX5_OBJ_TYPE_GENEVE_TLV_OPT); in mlx5_geneve_tlv_option_create() 57 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_GENEVE_TLV_OPT); in mlx5_geneve_tlv_option_destroy()
|
| H A D | dm.c | 169 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_SW_ICM); in mlx5_dm_sw_icm_alloc() 287 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_OBJ_TYPE_SW_ICM); in mlx5_dm_sw_icm_dealloc()
|
| H A D | crypto.c | 168 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_crypto_create_dek_bulk() 199 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_crypto_modify_dek_key() 240 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_crypto_create_dek_key() 268 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_crypto_destroy_dek_key()
|
| H A D | sd.c | 299 allow_attr.obj_type = MLX5_GENERAL_OBJECT_TYPES_FLOW_TABLE_ALIAS; in sd_cmd_set_primary() 332 alias_attr.obj_type = MLX5_GENERAL_OBJECT_TYPES_FLOW_TABLE_ALIAS; in sd_secondary_create_alias_ft()
|
| /linux/drivers/net/wireless/intel/iwlwifi/mld/ |
| H A D | notif.c | 92 .obj_type = IWL_MLD_OBJECT_TYPE_##_obj_type, \ 698 enum iwl_mld_object_type obj_type, in iwl_mld_cancel_notifications_of_object() argument 706 if (WARN_ON(obj_type == IWL_MLD_OBJECT_TYPE_NONE)) in iwl_mld_cancel_notifications_of_object() 714 if (rx_h->obj_type != obj_type || WARN_ON(!rx_h->cancel)) in iwl_mld_cancel_notifications_of_object()
|
| /linux/include/rdma/ |
| H A D | uverbs_ioctl.h | 72 u16 obj_type; member 97 u16 obj_type; member 497 .u2.objs_arr.obj_type = _idr_type, \ 513 .u.obj.obj_type = _idr_type, \ 523 .u.obj.obj_type = _fd_type, \
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | cmd.c | 41 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, object_type); in hws_cmd_general_obj_destroy() 385 attr, obj_type, MLX5_OBJ_TYPE_RTC); in mlx5hws_cmd_rtc_create() 442 attr, obj_type, MLX5_OBJ_TYPE_STC); in mlx5hws_cmd_stc_create() 594 attr, obj_type, MLX5_OBJ_TYPE_STC); in mlx5hws_cmd_stc_modify() 634 attr, obj_type, MLX5_OBJ_TYPE_HEADER_MODIFY_ARGUMENT); in mlx5hws_cmd_arg_create() 682 attr, obj_type, MLX5_OBJ_TYPE_MODIFY_HDR_PATTERN); in mlx5hws_cmd_header_modify_pattern_create() 732 attr, obj_type, MLX5_OBJ_TYPE_STE); in mlx5hws_cmd_ste_create() 767 in, obj_type, MLX5_OBJ_TYPE_MATCH_DEFINER); in mlx5hws_cmd_definer_create()
|
| H A D | cmd.h | 92 u16 obj_type; member 173 u16 obj_type; member
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec_offload.c | 177 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_create_ipsec_obj() 200 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, in mlx5_destroy_ipsec_obj() 261 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_GENERAL_OBJECT_TYPES_IPSEC); in mlx5_modify_ipsec_obj() 497 type = be16_to_cpu(object->obj_type); in mlx5e_ipsec_event()
|
| H A D | macsec.c | 287 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_GENERAL_OBJECT_TYPES_MACSEC); in mlx5e_macsec_create_object() 308 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_GENERAL_OBJECT_TYPES_MACSEC); in mlx5e_macsec_destroy_object() 1323 MLX5_SET(general_obj_in_cmd_hdr, in, obj_type, MLX5_GENERAL_OBJECT_TYPES_MACSEC); in mlx5e_macsec_modify_obj() 1555 u16 obj_type; in macsec_obj_change_event() local 1562 obj_type = be16_to_cpu(obj_change->obj_type); in macsec_obj_change_event() 1565 if (obj_type != MLX5_GENERAL_OBJECT_TYPES_MACSEC) in macsec_obj_change_event()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | devx.c | 315 return MLX5_GET(affiliated_event_header, &eqe->data, obj_type); in get_event_obj_type() 418 obj_type) << 16, in devx_get_obj_id() 1165 MLX5_SET(general_obj_in_cmd_hdr, din, obj_type, in devx_obj_build_destroy_cmd() 1166 MLX5_GET(general_obj_in_cmd_hdr, in, obj_type)); in devx_obj_build_destroy_cmd() 1540 u16 obj_type = 0; in UVERBS_HANDLER() local 1622 obj_type = MLX5_GET(general_obj_in_cmd_hdr, cmd_in, obj_type); in UVERBS_HANDLER() 1623 obj->obj_id = get_enc_obj_id(opcode | obj_type << 16, obj_id); in UVERBS_HANDLER() 2080 u16 obj_type = 0; in UVERBS_HANDLER() local 2150 obj_type = get_dec_obj_type(obj, in UVERBS_HANDLER() 2152 key_level1 = event_type_num_list[i] | obj_type << 16; in UVERBS_HANDLER() [all …]
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_crtc_internal.h | 154 uint32_t obj_type, bool register_obj, 157 uint32_t obj_type);
|
| /linux/include/uapi/drm/ |
| H A D | drm_mode.h | 640 __u32 obj_type; member 647 __u32 obj_type; member
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 1060 bnx2x_obj_type obj_type) in bnx2x_init_vlan_mac_fp_objs() argument 1069 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs() 1078 &bp->sp_state, obj_type, in bnx2x_init_vlan_mac_fp_objs()
|