| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ae_adapt.c | 16 static struct hns_mac_cb *hns_get_mac_cb(struct hnae_handle *handle) in hns_get_mac_cb() 28 static struct hns_ppe_cb *hns_get_ppe_cb(struct hnae_handle *handle) in hns_get_ppe_cb() 137 static void hns_ae_put_handle(struct hnae_handle *handle) in hns_ae_put_handle() 148 static int hns_ae_wait_flow_down(struct hnae_handle *handle) in hns_ae_wait_flow_down() 183 static void hns_ae_ring_enable_all(struct hnae_handle *handle, int val) in hns_ae_ring_enable_all() 208 static int hns_ae_set_mac_address(struct hnae_handle *handle, const void *p) in hns_ae_set_mac_address() 228 static int hns_ae_add_uc_address(struct hnae_handle *handle, in hns_ae_add_uc_address() 239 static int hns_ae_rm_uc_address(struct hnae_handle *handle, in hns_ae_rm_uc_address() 250 static int hns_ae_set_multicast_one(struct hnae_handle *handle, void *addr) in hns_ae_set_multicast_one() 283 static int hns_ae_clr_multicast(struct hnae_handle *handle) in hns_ae_clr_multicast() [all …]
|
| /linux/fs/ext4/ |
| H A D | ext4_jbd2.h | 167 #define ext4_journal_get_write_access(handle, sb, bh, trigger_type) \ argument 170 #define ext4_forget(handle, is_metadata, inode, bh, block_nr) \ argument 173 #define ext4_journal_get_create_access(handle, sb, bh, trigger_type) \ argument 176 #define ext4_handle_dirty_metadata(handle, inode, bh) \ argument 187 static inline int ext4_handle_valid(handle_t *handle) in ext4_handle_valid() 192 static inline void ext4_handle_sync(handle_t *handle) in ext4_handle_sync() 198 static inline int ext4_handle_is_aborted(handle_t *handle) in ext4_handle_is_aborted() 242 #define ext4_journal_stop(handle) \ argument 245 #define ext4_journal_start_reserved(handle, type) \ argument 256 static inline int ext4_journal_extend(handle_t *handle, int nblocks, int revoke) in ext4_journal_extend() [all …]
|
| H A D | migrate.c | 21 static int finish_range(handle_t *handle, struct inode *inode, in finish_range() 65 static int update_extent_range(handle_t *handle, struct inode *inode, in update_extent_range() 90 static int update_ind_extent_range(handle_t *handle, struct inode *inode, in update_ind_extent_range() 119 static int update_dind_extent_range(handle_t *handle, struct inode *inode, in update_dind_extent_range() 149 static int update_tind_extent_range(handle_t *handle, struct inode *inode, in update_tind_extent_range() 179 static int free_dind_blocks(handle_t *handle, in free_dind_blocks() 220 static int free_tind_blocks(handle_t *handle, in free_tind_blocks() 254 static int free_ind_block(handle_t *handle, struct inode *inode, __le32 *i_data) in free_ind_block() 287 static int ext4_ext_swap_inode_data(handle_t *handle, struct inode *inode, in ext4_ext_swap_inode_data() 353 static int free_ext_idx(handle_t *handle, struct inode *inode, in free_ext_idx() [all …]
|
| H A D | ext4_jbd2.c | 35 handle_t *handle = current->journal_info; in ext4_get_nojournal() local 57 static void ext4_put_nojournal(handle_t *handle) in ext4_put_nojournal() 126 int __ext4_journal_stop(const char *where, unsigned int line, handle_t *handle) in __ext4_journal_stop() 153 handle_t *__ext4_journal_start_reserved(handle_t *handle, unsigned int line, in __ext4_journal_start_reserved() 177 int __ext4_journal_ensure_credits(handle_t *handle, int check_cred, in __ext4_journal_ensure_credits() 195 handle_t *handle, int err) in ext4_journal_abort_handle() 240 handle_t *handle, struct super_block *sb, in __ext4_journal_get_write_access() 275 int __ext4_forget(const char *where, unsigned int line, handle_t *handle, in __ext4_forget() 337 handle_t *handle, struct super_block *sb, in __ext4_journal_get_create_access() 377 handle_t *handle, struct inode *inode, in __ext4_handle_dirty_metadata()
|
| H A D | inline.c | 266 static int ext4_create_inline_data(handle_t *handle, in ext4_create_inline_data() 335 static int ext4_update_inline_data(handle_t *handle, struct inode *inode, in ext4_update_inline_data() 406 static int ext4_prepare_inline_data(handle_t *handle, struct inode *inode, in ext4_prepare_inline_data() 435 static int ext4_destroy_inline_data_nolock(handle_t *handle, in ext4_destroy_inline_data_nolock() 575 handle_t *handle = NULL; in ext4_convert_inline_data_to_extent() local 702 handle_t *handle; in ext4_generic_write_inline_data() local 796 handle_t *handle = ext4_journal_current_handle(); in ext4_write_inline_data_end() local 978 static int ext4_add_dirent_to_inline(handle_t *handle, in ext4_add_dirent_to_inline() 1060 static int ext4_update_inline_dir(handle_t *handle, struct inode *dir, in ext4_update_inline_dir() 1082 static void ext4_restore_inline_data(handle_t *handle, struct inode *inode, in ext4_restore_inline_data() [all …]
|
| H A D | inode.c | 171 handle_t *handle; in ext4_evict_inode() local 461 static void ext4_map_blocks_es_recheck(handle_t *handle, in ext4_map_blocks_es_recheck() 503 static int ext4_map_query_blocks_next_in_leaf(handle_t *handle, in ext4_map_query_blocks_next_in_leaf() 558 int ext4_map_query_blocks(handle_t *handle, struct inode *inode, in ext4_map_query_blocks() 605 int ext4_map_create_blocks(handle_t *handle, struct inode *inode, in ext4_map_create_blocks() 700 int ext4_map_blocks(handle_t *handle, struct inode *inode, in ext4_map_blocks() 896 static inline int ext4_journal_ensure_extent_credits(handle_t *handle, in ext4_journal_ensure_extent_credits() 976 struct buffer_head *ext4_getblk(handle_t *handle, struct inode *inode, in ext4_getblk() 1048 struct buffer_head *ext4_bread(handle_t *handle, struct inode *inode, in ext4_bread() 1111 int ext4_walk_page_buffers(handle_t *handle, struct inode *inode, in ext4_walk_page_buffers() [all …]
|
| H A D | extents.c | 138 int ext4_datasem_ensure_credits(handle_t *handle, struct inode *inode, in ext4_datasem_ensure_credits() 157 static int ext4_ext_get_access(handle_t *handle, struct inode *inode, in ext4_ext_get_access() 188 handle_t *handle, struct inode *inode, in __ext4_ext_dirty() 212 #define ext4_ext_dirty(handle, inode, path) \ argument 265 ext4_ext_new_meta_block(handle_t *handle, struct inode *inode, in ext4_ext_new_meta_block() 332 ext4_force_split_extent_at(handle_t *handle, struct inode *inode, in ext4_force_split_extent_at() 872 void ext4_ext_tree_init(handle_t *handle, struct inode *inode) in ext4_ext_tree_init() 975 static int ext4_ext_insert_index(handle_t *handle, struct inode *inode, in ext4_ext_insert_index() 1053 static int ext4_ext_split(handle_t *handle, struct inode *inode, in ext4_ext_split() 1312 static int ext4_ext_grow_indepth(handle_t *handle, struct inode *inode, in ext4_ext_grow_indepth() [all …]
|
| /linux/kernel/events/ |
| H A D | ring_buffer.c | 20 static void perf_output_wakeup(struct perf_output_handle *handle) in perf_output_wakeup() 40 static void perf_output_get_handle(struct perf_output_handle *handle) in perf_output_get_handle() 54 static void perf_output_put_handle(struct perf_output_handle *handle) in perf_output_put_handle() 153 __perf_output_begin(struct perf_output_handle *handle, in __perf_output_begin() 273 int perf_output_begin_forward(struct perf_output_handle *handle, in perf_output_begin_forward() 280 int perf_output_begin_backward(struct perf_output_handle *handle, in perf_output_begin_backward() 287 int perf_output_begin(struct perf_output_handle *handle, in perf_output_begin() 296 unsigned int perf_output_copy(struct perf_output_handle *handle, in perf_output_copy() 302 unsigned int perf_output_skip(struct perf_output_handle *handle, in perf_output_skip() 308 void perf_output_end(struct perf_output_handle *handle) in perf_output_end() [all …]
|
| /linux/tools/testing/selftests/namespaces/ |
| H A D | file_handle_test.c | 25 struct file_handle *handle; in TEST() local 80 struct file_handle *handle; in TEST() local 130 struct file_handle *handle; in TEST() local 180 struct file_handle *handle; in TEST() local 230 struct file_handle *handle; in TEST() local 280 struct file_handle *handle; in TEST() local 330 struct file_handle *handle; in TEST() local 382 struct file_handle *handle; in TEST() local 434 struct file_handle *handle; in TEST() local 563 struct file_handle *handle; in TEST() local [all …]
|
| /linux/drivers/pci/hotplug/ |
| H A D | acpi_pcihp.c | 38 static acpi_status acpi_run_oshp(acpi_handle handle) in acpi_run_oshp() 73 acpi_handle chandle, handle; in acpi_get_hp_hw_control_from_firmware() local 145 static int pcihp_is_ejectable(acpi_handle handle) in pcihp_is_ejectable() 166 int acpi_pci_check_ejectable(struct pci_bus *pbus, acpi_handle handle) in acpi_pci_check_ejectable() 182 check_hotplug(acpi_handle handle, u32 lvl, void *context, void **rv) in check_hotplug() 198 int acpi_pci_detect_ejectable(acpi_handle handle) in acpi_pci_detect_ejectable()
|
| /linux/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 43 int cfe_init(u64 handle, u64 ept) in cfe_init() 57 int cfe_close(int handle) in cfe_close() 290 int cfe_inpstat(int handle) in cfe_inpstat() 309 cfe_ioctl(int handle, unsigned int ioctlnum, unsigned char *buffer, in cfe_ioctl() 351 int cfe_read(int handle, unsigned char *buffer, int length) in cfe_read() 356 int cfe_readblk(int handle, s64 offset, unsigned char *buffer, int length) in cfe_readblk() 396 int cfe_write(int handle, const char *buffer, int length) in cfe_write() 401 int cfe_writeblk(int handle, s64 offset, const char *buffer, int length) in cfe_writeblk() 426 int handle; in cfe_die() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
| H A D | act_stats.c | 36 struct mlx5e_tc_act_stats_handle *handle; in mlx5e_tc_act_stats_create() local 54 void mlx5e_tc_act_stats_free(struct mlx5e_tc_act_stats_handle *handle) in mlx5e_tc_act_stats_free() 61 mlx5e_tc_act_stats_add(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_add() 103 mlx5e_tc_act_stats_del_flow(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_del_flow() 132 mlx5e_tc_act_stats_add_flow(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_add_flow() 167 mlx5e_tc_act_stats_fill_stats(struct mlx5e_tc_act_stats_handle *handle, in mlx5e_tc_act_stats_fill_stats()
|
| H A D | post_act.c | 81 struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_offload() 114 struct mlx5e_post_act_handle *handle; in mlx5e_tc_post_act_add() local 153 struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_unoffload() 160 mlx5e_tc_post_act_del(struct mlx5e_post_act *post_act, struct mlx5e_post_act_handle *handle) in mlx5e_tc_post_act_del() 177 struct mlx5e_post_act_handle *handle, in mlx5e_tc_post_act_set_handle()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpic_timer.h | 36 void mpic_start_timer(struct mpic_timer *handle) { } in mpic_start_timer() 37 void mpic_stop_timer(struct mpic_timer *handle) { } in mpic_stop_timer() 38 void mpic_get_remain_time(struct mpic_timer *handle, time64_t *time) { } in mpic_get_remain_time() 39 void mpic_free_timer(struct mpic_timer *handle) { } in mpic_free_timer()
|
| H A D | fsl_hcalls.h | 121 static inline unsigned int fh_partition_get_dtprop(int handle, in fh_partition_get_dtprop() 175 static inline unsigned int fh_partition_set_dtprop(int handle, in fh_partition_set_dtprop() 534 static inline unsigned int fh_get_core_state(unsigned int handle, in fh_get_core_state() 565 static inline unsigned int fh_enter_nap(unsigned int handle, unsigned int vcpu) in fh_enter_nap() 590 static inline unsigned int fh_exit_nap(unsigned int handle, unsigned int vcpu) in fh_exit_nap() 613 static inline unsigned int fh_claim_device(unsigned int handle) in fh_claim_device() 640 static inline unsigned int fh_partition_stop_dma(unsigned int handle) in fh_partition_stop_dma()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hal.h | 125 #define SET_CAP_CSR(handle, csr, val) \ argument 127 #define GET_CAP_CSR(handle, csr) \ argument 129 #define AE_CSR(handle, ae) \ argument 131 #define AE_CSR_ADDR(handle, ae, csr) (AE_CSR(handle, ae) + (0x3ff & (csr))) argument 132 #define SET_AE_CSR(handle, ae, csr, val) \ argument 134 #define GET_AE_CSR(handle, ae, csr) ADF_CSR_RD(AE_CSR_ADDR(handle, ae, csr), 0) argument 135 #define AE_XFER(handle, ae) \ argument 137 #define AE_XFER_ADDR(handle, ae, reg) (AE_XFER(handle, ae) + \ argument 139 #define SET_AE_XFER(handle, ae, reg, val) \ argument 141 #define SRAM_WRITE(handle, addr, val) \ argument
|
| /linux/drivers/acpi/ |
| H A D | mipi-disco-img.c | 37 static void acpi_mipi_data_tag(acpi_handle handle, void *context) in acpi_mipi_data_tag() 52 acpi_handle handle; member 59 acpi_handle handle; member 108 static struct crs_csi2 *acpi_mipi_add_crs_csi2(acpi_handle handle, in acpi_mipi_add_crs_csi2() 131 static struct crs_csi2 *acpi_mipi_get_crs_csi2(acpi_handle handle) in acpi_mipi_get_crs_csi2() 168 void acpi_mipi_check_crs_csi2(acpi_handle handle) in acpi_mipi_check_crs_csi2() 451 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port_local() local 489 acpi_handle handle = acpi_device_handle(adev); in init_csi2_port() local 597 acpi_handle handle = csi2->handle; in init_crs_csi2_swnodes() local 762 bool acpi_graph_ignore_port(acpi_handle handle) in acpi_graph_ignore_port()
|
| H A D | bus.c | 77 acpi_status acpi_bus_get_status_handle(acpi_handle handle, in acpi_bus_get_status_handle() 138 void acpi_bus_private_data_handler(acpi_handle handle, in acpi_bus_private_data_handler() 145 int acpi_bus_attach_private_data(acpi_handle handle, void *data) in acpi_bus_attach_private_data() 160 int acpi_bus_get_private_data(acpi_handle handle, void **data) in acpi_bus_get_private_data() 177 void acpi_bus_detach_private_data(acpi_handle handle) in acpi_bus_detach_private_data() 183 static void acpi_dump_osc_data(acpi_handle handle, const guid_t *guid, int rev, in acpi_dump_osc_data() 199 static int acpi_eval_osc(acpi_handle handle, guid_t *guid, int rev, in acpi_eval_osc() 240 static bool acpi_osc_error_check(acpi_handle handle, guid_t *guid, int rev, in acpi_osc_error_check() 287 acpi_status acpi_run_osc(acpi_handle handle, struct acpi_osc_context *context) in acpi_run_osc() 328 static int acpi_osc_handshake(acpi_handle handle, const char *uuid_str, in acpi_osc_handshake() [all …]
|
| /linux/drivers/misc/vmw_vmci/ |
| H A D | vmci_resource.c | 30 static unsigned int vmci_resource_hash(struct vmci_handle handle) in vmci_resource_hash() 38 static struct vmci_resource *vmci_resource_lookup(struct vmci_handle handle, in vmci_resource_lookup() 81 struct vmci_handle handle; in vmci_resource_find_id() local 101 struct vmci_handle handle) in vmci_resource_add() 139 struct vmci_handle handle = resource->handle; in vmci_resource_remove() local
|
| H A D | vmci_doorbell.c | 85 int vmci_dbell_get_priv_flags(struct vmci_handle handle, u32 *priv_flags) in vmci_dbell_get_priv_flags() 229 static int dbell_link(struct vmci_handle handle, u32 notify_idx) in dbell_link() 247 static int dbell_unlink(struct vmci_handle handle) in dbell_unlink() 275 int vmci_dbell_host_context_notify(u32 src_cid, struct vmci_handle handle) in vmci_dbell_host_context_notify() 392 int vmci_doorbell_create(struct vmci_handle *handle, in vmci_doorbell_create() 496 int vmci_doorbell_destroy(struct vmci_handle handle) in vmci_doorbell_destroy()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.c | 544 struct hnae3_handle *handle; in hclge_update_stats_for_all() local 565 static void hclge_update_stats(struct hnae3_handle *handle) in hclge_update_stats() 589 static int hclge_get_sset_count(struct hnae3_handle *handle, int stringset) in hclge_get_sset_count() 643 static void hclge_get_strings(struct hnae3_handle *handle, u32 stringset, in hclge_get_strings() 680 static void hclge_get_stats(struct hnae3_handle *handle, u64 *data) in hclge_get_stats() 691 static void hclge_get_mac_stat(struct hnae3_handle *handle, in hclge_get_mac_stat() 871 static int hclge_check_port_speed(struct hnae3_handle *handle, u32 speed) in hclge_check_port_speed() 2575 static int hclge_cfg_mac_speed_dup_h(struct hnae3_handle *handle, int speed, in hclge_cfg_mac_speed_dup_h() 2618 static int hclge_set_autoneg(struct hnae3_handle *handle, bool enable) in hclge_set_autoneg() 2640 static int hclge_get_autoneg(struct hnae3_handle *handle) in hclge_get_autoneg() [all …]
|
| /linux/drivers/platform/x86/ |
| H A D | toshiba_bluetooth.c | 64 static int toshiba_bluetooth_present(acpi_handle handle) in toshiba_bluetooth_present() 88 static int toshiba_bluetooth_status(acpi_handle handle) in toshiba_bluetooth_status() 102 static int toshiba_bluetooth_enable(acpi_handle handle) in toshiba_bluetooth_enable() 121 static int toshiba_bluetooth_disable(acpi_handle handle) in toshiba_bluetooth_disable() 205 static void toshiba_bt_rfkill_notify(acpi_handle handle, u32 event, void *data) in toshiba_bt_rfkill_notify()
|
| /linux/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_scsih.c | 344 u16 handle; member 572 _scsih_get_sas_address(struct MPT3SAS_ADAPTER *ioc, u16 handle, in _scsih_get_sas_address() 882 __mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in __mpt3sas_get_sdev_by_handle() 913 mpt3sas_get_sdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_get_sdev_by_handle() 1023 _scsih_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_device_remove_by_handle() 1229 __mpt3sas_get_pdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in __mpt3sas_get_pdev_by_handle() 1263 mpt3sas_get_pdev_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_get_pdev_by_handle() 1361 _scsih_pcie_device_remove_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in _scsih_pcie_device_remove_by_handle() 1522 mpt3sas_raid_device_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_raid_device_find_by_handle() 1615 mpt3sas_scsih_expander_find_by_handle(struct MPT3SAS_ADAPTER *ioc, u16 handle) in mpt3sas_scsih_expander_find_by_handle() [all …]
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 597 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore() argument 602 acpi_status acpi_os_wait_semaphore(acpi_handle handle, u32 units, u16 timeout) in acpi_os_wait_semaphore() argument 607 acpi_status acpi_os_signal_semaphore(acpi_handle handle, u32 units) in acpi_os_signal_semaphore() argument 680 acpi_status acpi_os_delete_semaphore(acpi_handle handle) in acpi_os_delete_semaphore() argument 715 acpi_os_wait_semaphore(acpi_handle handle, u3 argument 833 acpi_os_signal_semaphore(acpi_handle handle,u32 units) acpi_os_signal_semaphore() argument 864 acpi_os_delete_lock(acpi_spinlock handle) acpi_os_delete_lock() argument 869 acpi_os_acquire_lock(acpi_handle handle) acpi_os_acquire_lock() argument 875 acpi_os_release_lock(acpi_spinlock handle,acpi_cpu_flags flags) acpi_os_release_lock() argument [all...] |
| /linux/lib/ |
| H A D | stackdepot.c | 493 static struct stack_record *depot_fetch_stack(depot_stack_handle_t handle) in depot_fetch_stack() 648 depot_stack_handle_t handle = 0; in stack_depot_save_flags() local 752 struct stack_record *__stack_depot_get_stack_record(depot_stack_handle_t handle) in __stack_depot_get_stack_record() 760 unsigned int stack_depot_fetch(depot_stack_handle_t handle, in stack_depot_fetch() 788 void stack_depot_put(depot_stack_handle_t handle) in stack_depot_put() 819 int stack_depot_snprint(depot_stack_handle_t handle, char *buf, size_t size, in stack_depot_snprint() 832 depot_stack_handle_t handle, unsigned int extra_bits) in stack_depot_set_extra_bits() 845 unsigned int stack_depot_get_extra_bits(depot_stack_handle_t handle) in stack_depot_get_extra_bits()
|