| /linux/tools/include/linux/ |
| H A D | bits.h | 34 #define GENMASK_INPUT_CHECK(h, l) BUILD_BUG_ON_ZERO(const_true((l) > (h))) argument 46 #define GENMASK_TYPE(t, h, l) \ argument 51 #define GENMASK(h, l) GENMASK_TYPE(unsigned long, h, l) argument 52 #define GENMASK_ULL(h, l) GENMASK_TYPE(unsigned long long, h, l) argument 54 #define GENMASK_U8(h, l) GENMASK_TYPE(u8, h, l) argument 55 #define GENMASK_U16(h, l) GENMASK_TYPE(u16, h, l) argument 56 #define GENMASK_U32(h, l) GENMASK_TYPE(u32, h, l) argument 57 #define GENMASK_U64(h, l) GENMASK_TYPE(u64, h, l) argument 58 #define GENMASK_U128(h, l) GENMASK_TYPE(u128, h, l) argument 84 #define GENMASK(h, l) __GENMASK(h, l) argument [all …]
|
| /linux/net/dccp/ccids/lib/ |
| H A D | packet_history.c | |
| H A D | packet_history.h | |
| /linux/tools/lib/subcmd/ |
| H A D | parse-options.h | 118 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument 119 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument 120 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument 121 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument 122 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument 123 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument 127 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument 128 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument 129 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument 130 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_dcbnl.c | 9 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets() local 22 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets() local 35 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc() local 48 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc() local 61 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setapp() local 74 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_delapp() local 88 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx() local 99 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx() local
|
| /linux/mm/ |
| H A D | hugetlb.c | 162 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool() 499 struct hstate *h, in record_hugetlb_cgroup_uncharge_info() 581 long to, struct hstate *h, struct hugetlb_cgroup *cg, in hugetlb_resv_map_add() 607 struct hstate *h, long *regions_needed) in add_reservation_in_range() 739 long in_regions_needed, struct hstate *h, in region_add() 975 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local 1022 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset() 1099 struct hstate *h) in resv_map_set_hugetlb_cgroup_uncharge_info() 1295 static void enqueue_hugetlb_folio(struct hstate *h, struct folio *folio) in enqueue_hugetlb_folio() 1308 static struct folio *dequeue_hugetlb_folio_node_exact(struct hstate *h, in dequeue_hugetlb_folio_node_exact() [all …]
|
| H A D | hugetlb_sysfs.c | 45 struct hstate *h; in nr_hugepages_show_common() local 62 struct hstate *h; in nr_hugepages_store_common() local 113 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_show() local 122 struct hstate *h = kobj_to_hstate(kobj, NULL); in nr_overcommit_hugepages_store() local 142 struct hstate *h; in free_hugepages_show() local 159 struct hstate *h = kobj_to_hstate(kobj, NULL); in resv_hugepages_show() local 167 struct hstate *h; in surplus_hugepages_show() local 187 struct hstate *h; in demote_store() local 243 struct hstate *h = kobj_to_hstate(kobj, NULL); in demote_size_show() local 253 struct hstate *h, *demote_hstate; in demote_size_store() local [all …]
|
| H A D | hugetlb_vmemmap.c | 454 static int __hugetlb_vmemmap_restore_folio(const struct hstate *h, in __hugetlb_vmemmap_restore_folio() 500 int hugetlb_vmemmap_restore_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_restore_folio() 518 long hugetlb_vmemmap_restore_folios(const struct hstate *h, in hugetlb_vmemmap_restore_folios() 550 static bool vmemmap_should_optimize_folio(const struct hstate *h, struct folio *folio) in vmemmap_should_optimize_folio() 564 static int __hugetlb_vmemmap_optimize_folio(const struct hstate *h, in __hugetlb_vmemmap_optimize_folio() 626 void hugetlb_vmemmap_optimize_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_optimize_folio() 634 static int hugetlb_vmemmap_split_folio(const struct hstate *h, struct folio *folio) in hugetlb_vmemmap_split_folio() 653 static void __hugetlb_vmemmap_optimize_folios(struct hstate *h, in __hugetlb_vmemmap_optimize_folios() 737 void hugetlb_vmemmap_optimize_folios(struct hstate *h, struct list_head *folio_list) in hugetlb_vmemmap_optimize_folios() 742 void hugetlb_vmemmap_optimize_bootmem_folios(struct hstate *h, struct list_head *folio_list) in hugetlb_vmemmap_optimize_bootmem_folios() [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | clk-hfpll.c | 22 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_init_once() local 59 struct clk_hfpll *h = to_clk_hfpll(hw); in __clk_hfpll_enable() local 98 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_enable() local 112 static void __clk_hfpll_disable(struct clk_hfpll *h) in __clk_hfpll_disable() 127 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_disable() local 137 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_determine_rate() local 158 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_set_rate() local 196 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_recalc_rate() local 208 struct clk_hfpll *h = to_clk_hfpll(hw); in clk_hfpll_init() local 234 struct clk_hfpll *h = to_clk_hfpll(hw); in hfpll_is_enabled() local
|
| /linux/arch/arm/probes/kprobes/ |
| H A D | checkers-common.c | 15 const struct decode_header *h) in checker_stack_use_none() 23 const struct decode_header *h) in checker_stack_use_unknown() 32 const struct decode_header *h) in checker_stack_use_imm_0xx() 45 const struct decode_header *h) in checker_stack_use_t32strd() 54 const struct decode_header *h) in checker_stack_use_imm_x0x() 64 const struct decode_header *h) in checker_stack_use_imm_xxx() 73 const struct decode_header *h) in checker_stack_use_stmdx()
|
| H A D | checkers-arm.c | 15 const struct decode_header *h) in arm_check_stack() 95 const struct decode_header *h) in arm_check_regs_nouse() 103 const struct decode_header *h) in arm_check_regs_normal() 119 const struct decode_header *h) in arm_check_regs_ldmstm() 129 const struct decode_header *h) in arm_check_regs_mov_ip_sp() 150 const struct decode_header *h) in arm_check_regs_ldrdstrd()
|
| /linux/arch/powerpc/platforms/powermac/ |
| H A D | pfunc_core.c | 137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio() 147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio() 159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32() 171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32() 181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16() 193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16() 203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8() 215 static int pmf_parser_read_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg8() 224 static int pmf_parser_delay(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_delay() 233 static int pmf_parser_wait_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_wait_reg32() [all …]
|
| /linux/drivers/acpi/ |
| H A D | acpi_configfs.c | 79 struct acpi_table_header *h = get_header(cfg); in acpi_table_aml_read() local 101 struct acpi_table_header *h = get_header(cfg); in acpi_table_signature_show() local 111 struct acpi_table_header *h = get_header(cfg); in acpi_table_length_show() local 121 struct acpi_table_header *h = get_header(cfg); in acpi_table_revision_show() local 131 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_id_show() local 141 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_table_id_show() local 151 struct acpi_table_header *h = get_header(cfg); in acpi_table_oem_revision_show() local 162 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_id_show() local 173 struct acpi_table_header *h = get_header(cfg); in acpi_table_asl_compiler_revision_show() local
|
| /linux/fs/smb/server/ |
| H A D | smb2misc.c | 263 static inline int smb2_query_info_req_len(struct smb2_query_info_req *h) in smb2_query_info_req_len() argument 269 smb2_set_info_req_len(struct smb2_set_info_req * h) smb2_set_info_req_len() argument 274 smb2_read_req_len(struct smb2_read_req * h) smb2_read_req_len() argument 279 smb2_write_req_len(struct smb2_write_req * h) smb2_write_req_len() argument 284 smb2_query_dir_req_len(struct smb2_query_directory_req * h) smb2_query_dir_req_len() argument 289 smb2_ioctl_req_len(struct smb2_ioctl_req * h) smb2_ioctl_req_len() argument 295 smb2_ioctl_resp_len(struct smb2_ioctl_req * h) smb2_ioctl_resp_len() argument [all...] |
| /linux/fs/nls/ |
| H A D | nls_euc-jp.c | 19 #define IS_SJIS_JISX0208(h, l) ((((0x81 <= (h)) && ((h) <= 0x9F)) \ argument 23 #define IS_SJIS_UDC_LOW(h, l) (((0xF0 <= (h)) && ((h) <= 0xF4)) \ argument 25 #define IS_SJIS_UDC_HI(h, l) (((0xF5 <= (h)) && ((h) <= 0xF9)) \ argument 27 #define IS_SJIS_IBM(h, l) (((0xFA <= (h)) && ((h) <= 0xFC)) \ argument 29 #define IS_SJIS_NECIBM(h, l) (((0xED <= (h)) && ((h) <= 0xEE)) \ argument 44 #define IS_EUC_JISX0208(h, l) (IS_EUC_BYTE(h) && IS_EUC_BYTE(l)) argument 45 #define IS_EUC_JISX0201KANA(h, l) (((h) == SS2) && (0xA1 <= (l) && (l) <= 0xDF)) argument 46 #define IS_EUC_UDC_LOW(h, l) (((0xF5 <= (h)) && ((h) <= 0xFE)) \ argument 48 #define IS_EUC_UDC_HI(h, l) IS_EUC_UDC_LOW(h, l) /* G3 block */ argument 141 #define IS_EUC_IBM2JISX0208(h, l) \ argument
|
| /linux/fs/adfs/ |
| H A D | dir_fplus.c | 11 static unsigned int adfs_fplus_offset(const struct adfs_bigdirheader *h, in adfs_fplus_offset() 19 static int adfs_fplus_validate_header(const struct adfs_bigdirheader *h) in adfs_fplus_validate_header() 59 static int adfs_fplus_validate_tail(const struct adfs_bigdirheader *h, in adfs_fplus_validate_tail() 72 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_checkbyte() local 106 struct adfs_bigdirheader *h; in adfs_fplus_read() local 174 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_getnext() local 232 struct adfs_bigdirheader *h = dir->bighead; in adfs_fplus_update() local
|
| /linux/drivers/sh/intc/ |
| H A D | access.c | 75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8() 82 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16() 89 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32() 96 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8() 105 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16() 114 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32() 123 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8() 137 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16() 151 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
|
| /linux/security/selinux/ss/ |
| H A D | avtab.c | 34 static struct avtab_node *avtab_insert_node(struct avtab *h, in avtab_insert_node() 87 static int avtab_insert(struct avtab *h, const struct avtab_key *key, in avtab_insert() 120 struct avtab_node *avtab_insert_nonunique(struct avtab *h, in avtab_insert_nonunique() 144 struct avtab_node *avtab_search_node(struct avtab *h, in avtab_search_node() 186 void avtab_destroy(struct avtab *h) in avtab_destroy() 212 void avtab_init(struct avtab *h) in avtab_init() 220 static int avtab_alloc_common(struct avtab *h, u32 nslot) in avtab_alloc_common() 234 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc() 259 void avtab_hash_eval(struct avtab *h, const char *tag) in avtab_hash_eval()
|
| /linux/drivers/scsi/device_handler/ |
| H A D | scsi_dh_hp_sw.c | 43 static int tur_done(struct scsi_device *sdev, struct hp_sw_dh_data *h, in tur_done() 78 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur() 126 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop() 188 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local 212 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local 226 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
|
| H A D | scsi_dh_alua.c | 326 static int alua_check_vpd(struct scsi_device *sdev, struct alua_dh_data *h, in alua_check_vpd() 419 struct alua_dh_data *h = sdev->handler_data; in alua_handle_state_transition() local 694 struct alua_dh_data *h; in alua_rtpg() local 742 struct alua_dh_data *h; in alua_rtpg() local 842 struct alua_dh_data *h; in alua_rtpg_select_sdev() local 893 struct alua_dh_data *h; in alua_rtpg_work() local 1024 struct alua_dh_data *h = sdev->handler_data; in alua_rtpg_queue() local 1066 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize() 1090 struct alua_dh_data *h = sdev->handler_data; in alua_set_params() local 1135 struct alua_dh_data *h = sdev->handler_data; in alua_activate() local [all …]
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_dcb.c | 69 static int hclge_ieee_getets(struct hnae3_handle *h, struct ieee_ets *ets) in hclge_ieee_getets() 252 static int hclge_ieee_setets(struct hnae3_handle *h, struct ieee_ets *ets) in hclge_ieee_setets() 303 static int hclge_ieee_getpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_getpfc() 326 static int hclge_ieee_setpfc(struct hnae3_handle *h, struct ieee_pfc *pfc) in hclge_ieee_setpfc() 394 static int hclge_ieee_setapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_setapp() 440 static int hclge_ieee_delapp(struct hnae3_handle *h, struct dcb_app *app) in hclge_ieee_delapp() 482 static u8 hclge_getdcbx(struct hnae3_handle *h) in hclge_getdcbx() 493 static u8 hclge_setdcbx(struct hnae3_handle *h, u8 mode) in hclge_setdcbx() 594 static int hclge_setup_tc(struct hnae3_handle *h, in hclge_setup_tc()
|
| /linux/drivers/media/pci/zoran/ |
| H A D | videocodec.c | 39 struct codec_list *h = codeclist_top; in videocodec_attach() local 111 struct codec_list *h = codeclist_top; in videocodec_detach() local 169 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local 204 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local 254 struct codec_list *h = codeclist_top; in videocodec_debugfs_show() local
|
| /linux/net/ncsi/ |
| H A D | ncsi-aen.c | 19 static int ncsi_validate_aen_pkt(struct ncsi_aen_pkt_hdr *h, in ncsi_validate_aen_pkt() 47 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_lsc() 141 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_cr() 174 struct ncsi_aen_pkt_hdr *h) in ncsi_aen_handler_hncdsc() 211 struct ncsi_aen_pkt_hdr *h; in ncsi_aen_handler() local
|
| /linux/include/linux/ |
| H A D | list_bl.h | 44 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE() 52 static inline bool hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed() 57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() 63 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first() 72 static inline bool hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty() 78 struct hlist_bl_head *h) in hlist_bl_add_head()
|
| /linux/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_enet.c | 953 static int is_valid_clean_head(struct hnae_ring *ring, int h) in is_valid_clean_head() 1115 struct hnae_handle *h = priv->ae_handle; in hns_nic_adjust_link() local 1159 int hns_nic_init_phy(struct net_device *ndev, struct hnae_handle *h) in hns_nic_init_phy() 1194 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_open() local 1207 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_set_mac_address() local 1228 struct hnae_handle *h = priv->ae_handle; in hns_nic_update_stats() local 1248 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_close() local 1301 struct hnae_handle *h = priv->ae_handle; in hns_nic_init_irq() local 1348 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_up() local 1467 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_open() local [all …]
|