Home
last modified time | relevance | path

Searched defs:h (Results 1 – 200 of 737) sorted by relevance

1234

/linux-4.4.14/drivers/block/
Dsmart1,2.h42 static void smart4_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart4_submit_command()
52 static void smart4_intr_mask(ctlr_info_t *h, unsigned long val) in smart4_intr_mask()
69 static unsigned long smart4_fifo_full(ctlr_info_t *h) in smart4_fifo_full()
79 static unsigned long smart4_completed(ctlr_info_t *h) in smart4_completed()
100 static unsigned long smart4_intr_pending(ctlr_info_t *h) in smart4_intr_pending()
121 static void smart2_submit_command(ctlr_info_t *h, cmdlist_t *c) in smart2_submit_command()
126 static void smart2_intr_mask(ctlr_info_t *h, unsigned long val) in smart2_intr_mask()
131 static unsigned long smart2_fifo_full(ctlr_info_t *h) in smart2_fifo_full()
136 static unsigned long smart2_completed(ctlr_info_t *h) in smart2_completed()
141 static unsigned long smart2_intr_pending(ctlr_info_t *h) in smart2_intr_pending()
[all …]
Dcciss.c220 static void cciss_procinit(ctlr_info_t *h) in cciss_procinit()
246 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
278 static void enqueue_cmd_and_start_io(ctlr_info_t *h, in enqueue_cmd_and_start_io()
307 ctlr_info_t *h, int chainsize, int nr_cmds) in cciss_allocate_sg_chain_blocks()
336 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
350 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
383 ctlr_info_t *h = seq->private; in cciss_seq_show_header() local
411 ctlr_info_t *h = seq->private; in cciss_seq_start() local
434 ctlr_info_t *h = seq->private; in cciss_seq_show() local
464 ctlr_info_t *h = seq->private; in cciss_seq_next() local
[all …]
Dcciss_scsi.c126 #define CPQ_TAPE_LOCK(h, flags) spin_lock_irqsave( \ argument
128 #define CPQ_TAPE_UNLOCK(h, flags) spin_unlock_irqrestore( \ argument
132 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
176 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
197 scsi_cmd_stack_setup(ctlr_info_t *h, struct cciss_scsi_adapter_data_t *sa) in scsi_cmd_stack_setup()
240 scsi_cmd_stack_free(ctlr_info_t *h) in scsi_cmd_stack_free()
349 find_bus_target_lun(ctlr_info_t *h, int *bus, int *target, int *lun) in find_bus_target_lun()
376 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, in cciss_scsi_add_entry()
451 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, in cciss_scsi_remove_entry()
483 static void fixup_botched_add(ctlr_info_t *h, char *scsi3addr) in fixup_botched_add()
[all …]
Dcciss.h220 static void SA5_submit_command( ctlr_info_t *h, CommandList_struct *c) in SA5_submit_command()
238 static void SA5_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_intr_mask()
258 static void SA5B_intr_mask(ctlr_info_t *h, unsigned long val) in SA5B_intr_mask()
275 static void SA5_performant_intr_mask(ctlr_info_t *h, unsigned long val) in SA5_performant_intr_mask()
293 static unsigned long SA5_fifo_full(ctlr_info_t *h) in SA5_fifo_full()
305 static unsigned long SA5_completed(ctlr_info_t *h) in SA5_completed()
327 static unsigned long SA5_performant_completed(ctlr_info_t *h) in SA5_performant_completed()
362 static bool SA5_intr_pending(ctlr_info_t *h) in SA5_intr_pending()
377 static bool SA5B_intr_pending(ctlr_info_t *h) in SA5B_intr_pending()
389 static bool SA5_performant_intr_pending(ctlr_info_t *h) in SA5_performant_intr_pending()
Dcpqarray.c233 ctlr_info_t *h = (ctlr_info_t*)m->private; in ida_proc_show() local
906 ctlr_info_t *h = q->queuedata; in do_ida_request() local
975 static void start_io(ctlr_info_t *h) in start_io()
1045 ctlr_info_t *h = dev_id; in do_ida_intr() local
1116 ctlr_info_t *h = (ctlr_info_t*)tdata; in ida_timer() local
1234 static int ida_ctlr_ioctl(ctlr_info_t *h, int dsk, ida_ioctl_t *io) in ida_ctlr_ioctl()
1360 static cmdlist_t * cmd_alloc(ctlr_info_t *h, int get_from_pool) in cmd_alloc()
1387 static void cmd_free(ctlr_info_t *h, cmdlist_t *c, int got_from_pool) in cmd_free()
/linux-4.4.14/sound/parisc/
Dharmony.c108 harmony_read(struct snd_harmony *h, unsigned r) in harmony_read()
114 harmony_write(struct snd_harmony *h, unsigned r, unsigned long v) in harmony_write()
120 harmony_wait_for_control(struct snd_harmony *h) in harmony_wait_for_control()
126 harmony_reset(struct snd_harmony *h) in harmony_reset()
134 harmony_disable_interrupts(struct snd_harmony *h) in harmony_disable_interrupts()
144 harmony_enable_interrupts(struct snd_harmony *h) in harmony_enable_interrupts()
154 harmony_mute(struct snd_harmony *h) in harmony_mute()
165 harmony_unmute(struct snd_harmony *h) in harmony_unmute()
176 harmony_set_control(struct snd_harmony *h) in harmony_set_control()
198 struct snd_harmony *h = dev; in snd_harmony_interrupt() local
[all …]
/linux-4.4.14/drivers/scsi/
Dhpsa.c341 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
394 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
409 struct ctlr_info *h; in host_show_lockup_detected() local
423 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
447 struct ctlr_info *h; in host_store_raid_offload_debug() local
471 struct ctlr_info *h; in host_store_rescan() local
481 struct ctlr_info *h; in host_show_firmware_revision() local
497 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
506 struct ctlr_info *h; in host_show_transport_mode() local
518 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
[all …]
Dscsi_priv.h166 static inline int scsi_autopm_get_host(struct Scsi_Host *h) { return 0; } in scsi_autopm_get_host()
167 static inline void scsi_autopm_put_host(struct Scsi_Host *h) {} in scsi_autopm_put_host()
Dhpsa.h408 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
415 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
421 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
432 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
446 static void SA5_performant_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_performant_intr_mask()
460 static unsigned long SA5_performant_completed(struct ctlr_info *h, u8 q) in SA5_performant_completed()
497 static unsigned long SA5_completed(struct ctlr_info *h, in SA5_completed()
519 static bool SA5_intr_pending(struct ctlr_info *h) in SA5_intr_pending()
526 static bool SA5_performant_intr_pending(struct ctlr_info *h) in SA5_performant_intr_pending()
540 static bool SA5_ioaccel_mode1_intr_pending(struct ctlr_info *h) in SA5_ioaccel_mode1_intr_pending()
[all …]
/linux-4.4.14/net/dccp/ccids/lib/
Dpacket_history.c123 void tfrc_rx_hist_add_packet(struct tfrc_rx_hist *h, in tfrc_rx_hist_add_packet()
133 int tfrc_rx_hist_duplicate(struct tfrc_rx_hist *h, struct sk_buff *skb) in tfrc_rx_hist_duplicate()
148 static void tfrc_rx_hist_swap(struct tfrc_rx_hist *h, const u8 a, const u8 b) in tfrc_rx_hist_swap()
167 static void __do_track_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u64 n1) in __do_track_loss()
178 static void __one_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n2) in __one_after_loss()
215 static int __two_after_loss(struct tfrc_rx_hist *h, struct sk_buff *skb, u32 n3) in __two_after_loss()
278 static void __three_after_loss(struct tfrc_rx_hist *h) in __three_after_loss()
326 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, in tfrc_rx_handle_loss()
349 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h) in tfrc_rx_hist_alloc()
370 void tfrc_rx_hist_purge(struct tfrc_rx_hist *h) in tfrc_rx_hist_purge()
[all …]
Dpacket_history.h104 static inline u8 tfrc_rx_hist_index(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_index()
113 tfrc_rx_hist_last_rcv(const struct tfrc_rx_hist *h) in tfrc_rx_hist_last_rcv()
122 tfrc_rx_hist_entry(const struct tfrc_rx_hist *h, const u8 n) in tfrc_rx_hist_entry()
131 tfrc_rx_hist_loss_prev(const struct tfrc_rx_hist *h) in tfrc_rx_hist_loss_prev()
137 static inline bool tfrc_rx_hist_loss_pending(const struct tfrc_rx_hist *h) in tfrc_rx_hist_loss_pending()
/linux-4.4.14/arch/arm/probes/kprobes/
Dcheckers-common.c23 const struct decode_header *h) in checker_stack_use_none()
31 const struct decode_header *h) in checker_stack_use_unknown()
40 const struct decode_header *h) in checker_stack_use_imm_0xx()
53 const struct decode_header *h) in checker_stack_use_t32strd()
62 const struct decode_header *h) in checker_stack_use_imm_x0x()
72 const struct decode_header *h) in checker_stack_use_imm_xxx()
81 const struct decode_header *h) in checker_stack_use_stmdx()
Dcheckers-arm.c23 const struct decode_header *h) in arm_check_stack()
103 const struct decode_header *h) in arm_check_regs_nouse()
111 const struct decode_header *h) in arm_check_regs_normal()
127 const struct decode_header *h) in arm_check_regs_ldmstm()
137 const struct decode_header *h) in arm_check_regs_mov_ip_sp()
158 const struct decode_header *h) in arm_check_regs_ldrdstrd()
Dcheckers-thumb.c23 const struct decode_header *h) in t32_check_stack()
97 const struct decode_header *h) in t16_check_stack()
Dtest-core.c659 const struct decode_header *h = (struct decode_header *)table; in table_iter() local
678 static int table_test_fail(const struct decode_header *h, const char* message) in table_test_fail()
692 static int table_test_fn(const struct decode_header *h, void *args) in table_test_fn()
782 unsigned coverage_start_registers(const struct decode_header *h) in coverage_start_registers()
793 static int coverage_start_fn(const struct decode_header *h, void *args) in coverage_start_fn()
908 const struct decode_header *h = entry->header; in coverage_add() local
/linux-4.4.14/tools/perf/util/
Dparse-options.h110 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
111 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
112 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
113 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
114 #define OPT_BOOLEAN_FLAG(s, l, v, h, f) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name… argument
115 #define OPT_BOOLEAN_SET(s, l, v, os, h) \ argument
119 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
120 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
121 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
122 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
[all …]
Dhist.c58 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
1116 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1122 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1200 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1241 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_dso() local
1275 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_thread() local
1307 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_symbol() local
1338 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_socket() local
/linux-4.4.14/security/selinux/ss/
Dhashtab.c12 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key), in hashtab_create()
13 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2), in hashtab_create()
39 int hashtab_insert(struct hashtab *h, void *key, void *datum) in hashtab_insert()
77 void *hashtab_search(struct hashtab *h, const void *key) in hashtab_search()
96 void hashtab_destroy(struct hashtab *h) in hashtab_destroy()
120 int hashtab_map(struct hashtab *h, in hashtab_map()
144 void hashtab_stat(struct hashtab *h, struct hashtab_info *info) in hashtab_stat()
Davtab.c69 avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node()
108 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert()
153 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique()
183 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search()
219 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node()
279 void avtab_destroy(struct avtab *h) in avtab_destroy()
304 int avtab_init(struct avtab *h) in avtab_init()
311 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc()
346 void avtab_hash_eval(struct avtab *h, char *tag) in avtab_hash_eval()
Dsymtab.c11 static unsigned int symhash(struct hashtab *h, const void *key) in symhash()
25 static int symcmp(struct hashtab *h, const void *key1, const void *key2) in symcmp()
Dpolicydb.c207 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
222 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
244 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
251 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
493 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
512 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1112 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1146 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1312 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1406 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
[all …]
/linux-4.4.14/mm/
Dhugetlb.c89 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
575 struct hstate *h = hstate_inode(inode); in hugetlb_fix_reserve_counts() local
616 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
838 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page()
846 static struct page *dequeue_huge_page_node(struct hstate *h, int nid) in dequeue_huge_page_node()
867 static inline gfp_t htlb_alloc_mask(struct hstate *h) in htlb_alloc_mask()
875 static struct page *dequeue_huge_page_vma(struct hstate *h, in dequeue_huge_page_vma()
962 static int hstate_next_node_to_alloc(struct hstate *h, in hstate_next_node_to_alloc()
981 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free()
1104 static struct page *alloc_fresh_gigantic_page_node(struct hstate *h, int nid) in alloc_fresh_gigantic_page_node()
[all …]
Dhugetlb_cgroup.c148 struct hstate *h; in hugetlb_cgroup_css_offline() local
340 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_init() local
382 struct hstate *h; in hugetlb_cgroup_file_init() local
402 struct hstate *h = page_hstate(oldhpage); in hugetlb_cgroup_migrate() local
Dpagewalk.c125 static unsigned long hugetlb_entry_end(struct hstate *h, unsigned long addr, in hugetlb_entry_end()
136 struct hstate *h = hstate_vma(vma); in walk_hugetlb_range() local
/linux-4.4.14/arch/powerpc/include/asm/
Dexception-64s.h54 #define __EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
65 #define __EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
72 #define EXCEPTION_RELON_PROLOG_PSERIES_1(label, h) \ argument
80 #define EXCEPTION_RELON_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
186 #define __EXCEPTION_PROLOG_PSERIES_1(label, h) \ argument
196 #define EXCEPTION_PROLOG_PSERIES_1(label, h) \ argument
199 #define EXCEPTION_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
220 #define __KVM_HANDLER(area, h, n) \ argument
237 #define __KVM_HANDLER_SKIP(area, h, n) \ argument
257 #define KVM_HANDLER(area, h, n) __KVM_HANDLER(area, h, n) argument
[all …]
Dkvm_book3s_64.h221 static inline unsigned long __hpte_page_size(unsigned long h, unsigned long l, in __hpte_page_size()
250 static inline unsigned long hpte_page_size(unsigned long h, unsigned long l) in hpte_page_size()
255 static inline unsigned long hpte_base_page_size(unsigned long h, unsigned long l) in hpte_base_page_size()
Drtc.h62 struct rtc_time h; in get_rtc_ss() local
/linux-4.4.14/arch/powerpc/platforms/powermac/
Dpfunc_core.c136 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio()
146 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
158 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32()
170 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32()
180 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16()
192 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16()
202 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8()
214 static int pmf_parser_read_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg8()
223 static int pmf_parser_delay(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_delay()
232 static int pmf_parser_wait_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_wait_reg32()
[all …]
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c63 void class_handle_hash(struct portals_handle *h, in class_handle_hash()
104 static void class_handle_unhash_nolock(struct portals_handle *h) in class_handle_unhash_nolock()
125 void class_handle_unhash(struct portals_handle *h) in class_handle_unhash()
140 struct portals_handle *h; in class_handle2object() local
170 struct portals_handle *h = RCU2HANDLE(rcu); in class_handle_free_cb() local
217 struct portals_handle *h; in cleanup_all_handles() local
Dlu_object.c312 struct lu_object_header *h; in lu_site_purge() local
528 struct lu_object_header *h; in htable_lookup() local
785 struct lu_object_header *h; in lu_site_obj_print() local
892 struct lu_object_header *h; in lu_obj_hop_key() local
900 struct lu_object_header *h; in lu_obj_hop_keycmp() local
908 struct lu_object_header *h; in lu_obj_hop_get() local
1128 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init()
1166 void lu_object_add_top(struct lu_object_header *h, struct lu_object *o) in lu_object_add_top()
1187 int lu_object_header_init(struct lu_object_header *h) in lu_object_header_init()
1202 void lu_object_header_fini(struct lu_object_header *h) in lu_object_header_fini()
[all …]
Dllog_swab.c281 static void print_llog_hdr(struct llog_log_hdr *h) in print_llog_hdr()
297 void lustre_swab_llog_hdr(struct llog_log_hdr *h) in lustre_swab_llog_hdr()
/linux-4.4.14/drivers/scsi/device_handler/
Dscsi_dh_alua.c88 static int realloc_buffer(struct alua_dh_data *h, unsigned len) in realloc_buffer()
137 static int submit_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in submit_vpd_inquiry()
174 static unsigned submit_rtpg(struct scsi_device *sdev, struct alua_dh_data *h, in submit_rtpg()
224 struct alua_dh_data *h = req->end_io_data; in stpg_endio() local
278 static unsigned submit_stpg(struct alua_dh_data *h) in submit_stpg()
319 static int alua_check_tpgs(struct scsi_device *sdev, struct alua_dh_data *h) in alua_check_tpgs()
356 static int alua_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in alua_vpd_inquiry()
531 static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h, int wait_for_transition) in alua_rtpg()
675 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
705 struct alua_dh_data *h = sdev->handler_data; in alua_set_params() local
[all …]
Dscsi_dh_hp_sw.c106 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
197 struct hp_sw_dh_data *h = req->end_io_data; in start_stop_endio() local
238 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
264 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_prep_fn() local
289 struct hp_sw_dh_data *h = sdev->handler_data; in hp_sw_activate() local
310 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
Dscsi_dh_rdac.c227 struct rdac_dh_data *h; member
293 struct rdac_dh_data *h, struct list_head *list) in rdac_failover_get()
400 unsigned int len, struct rdac_dh_data *h) in submit_inquiry()
430 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info()
456 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership()
493 struct rdac_dh_data *h, char *array_name, u8 *array_id) in initialize_controller()
516 static int set_mode_select(struct scsi_device *sdev, struct rdac_dh_data *h) in set_mode_select()
541 struct rdac_dh_data *h = sdev->handler_data; in mode_select_handle_sense() local
586 struct rdac_dh_data *h = sdev->handler_data; in send_mode_select() local
666 struct rdac_dh_data *h = sdev->handler_data; in rdac_activate() local
[all …]
/linux-4.4.14/fs/nls/
Dnls_euc-jp.c19 #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-4.4.14/drivers/sh/intc/
Daccess.c75 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()
Dinternals.h14 #define _INTC_SHIFT(h) (h & 0x1f) argument
15 #define _INTC_WIDTH(h) ((h >> 5) & 0xf) argument
16 #define _INTC_FN(h) ((h >> 9) & 0xf) argument
17 #define _INTC_MODE(h) ((h >> 13) & 0x7) argument
18 #define _INTC_ADDR_E(h) ((h >> 16) & 0xff) argument
19 #define _INTC_ADDR_D(h) ((h >> 24) & 0xff) argument
/linux-4.4.14/include/linux/platform_data/
Ddma-atmel.h38 #define ATC_PER_MSB(h) ((0x30U & (h)) >> 4) /* Extract most significant bits of a handshaking ident… argument
40 #define ATC_SRC_PER(h) (0xFU & (h)) /* Channel src rq associated with periph handshaking ifc h */ argument
41 #define ATC_DST_PER(h) ((0xFU & (h)) << 4) /* Channel dst rq associated with periph handshaking i… argument
46 #define ATC_SRC_PER_MSB(h) (ATC_PER_MSB(h) << 10) /* Channel src rq (most significant bits) */ argument
51 #define ATC_DST_PER_MSB(h) (ATC_PER_MSB(h) << 14) /* Channel dst rq (most significant bits) */ argument
/linux-4.4.14/include/linux/
Dhugetlb.h47 #define for_each_hstate(h) \ argument
381 static inline unsigned long huge_page_size(struct hstate *h) in huge_page_size()
390 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
395 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
400 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
405 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
410 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page()
415 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page()
441 static inline int hstate_index(struct hstate *h) in hstate_index()
459 static inline int hugepage_migration_supported(struct hstate *h) in hugepage_migration_supported()
[all …]
Dlist_bl.h43 static inline void INIT_HLIST_BL_NODE(struct hlist_bl_node *h) in INIT_HLIST_BL_NODE()
51 static inline int hlist_bl_unhashed(const struct hlist_bl_node *h) in hlist_bl_unhashed()
56 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first()
62 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first()
71 static inline int hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty()
77 struct hlist_bl_head *h) in hlist_bl_add_head()
Drculist_bl.h10 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, in hlist_bl_set_first_rcu()
20 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu()
99 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
Dlist_nulls.h53 static inline int hlist_nulls_unhashed(const struct hlist_nulls_node *h) in hlist_nulls_unhashed()
58 static inline int hlist_nulls_empty(const struct hlist_nulls_head *h) in hlist_nulls_empty()
64 struct hlist_nulls_head *h) in hlist_nulls_add_head()
Dlist.h598 static inline void INIT_HLIST_NODE(struct hlist_node *h) in INIT_HLIST_NODE()
604 static inline int hlist_unhashed(const struct hlist_node *h) in hlist_unhashed()
609 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()
639 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
676 static inline bool hlist_fake(struct hlist_node *h) in hlist_fake()
Drculist_nulls.h91 struct hlist_nulls_head *h) in hlist_nulls_add_head_rcu()
Dbitops.h21 #define GENMASK(h, l) \ argument
24 #define GENMASK_ULL(h, l) \ argument
/linux-4.4.14/fs/reiserfs/
Dfix_node.c51 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
194 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
280 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
374 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
623 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
829 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
917 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
940 static int get_rfree(struct tree_balance *tb, int h) in get_rfree()
961 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache()
1026 int h, in get_far_parent()
[all …]
Dibalance.c29 int h, in internal_define_dest_src_infos()
494 int h, int pointer_amount) in internal_shift_left()
535 int h, int pointer_amount) in internal_shift1_left()
566 int h, int pointer_amount) in internal_shift_right()
610 int h, int pointer_amount) in internal_shift1_right()
633 int h, int child_pos) in balance_internal_when_delete()
760 static void replace_lkey(struct tree_balance *tb, int h, struct item_head *key) in replace_lkey()
775 static void replace_rkey(struct tree_balance *tb, int h, struct item_head *key) in replace_rkey()
804 int h, /* level of the tree */ in balance_internal()
/linux-4.4.14/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c589 static int is_valid_clean_head(struct hnae_ring *ring, int h) in is_valid_clean_head()
742 struct hnae_handle *h = priv->ae_handle; in hns_nic_adjust_link() local
753 int hns_nic_init_phy(struct net_device *ndev, struct hnae_handle *h) in hns_nic_init_phy()
784 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_open() local
797 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_set_mac_address() local
818 struct hnae_handle *h = priv->ae_handle; in hns_nic_update_stats() local
843 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_close() local
853 struct hnae_handle *h = priv->ae_handle; in hns_nic_init_irq() local
897 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_up() local
1010 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_open() local
[all …]
Dhns_ethtool.c48 struct hnae_handle *h; in hns_nic_get_link() local
127 struct hnae_handle *h; in hns_nic_get_settings() local
196 struct hnae_handle *h; in hns_nic_set_settings() local
314 struct hnae_handle *h = priv->ae_handle; in __lb_setup() local
355 struct hnae_handle *h = priv->ae_handle; in __lb_up() local
495 struct hnae_handle *h = priv->ae_handle; in __lb_run_test() local
563 struct hnae_handle *h = priv->ae_handle; in __lb_down() local
726 struct hnae_handle *h; in hns_set_pauseparam() local
840 struct hnae_handle *h = priv->ae_handle; in hns_get_ethtool_stats() local
896 struct hnae_handle *h = priv->ae_handle; in hns_get_strings() local
[all …]
Dhnae.c232 static int hnae_init_queue(struct hnae_handle *h, struct hnae_queue *q, in hnae_init_queue()
360 void hnae_put_handle(struct hnae_handle *h) in hnae_put_handle()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_gen.h44 #define AHASH_MAX(h) ((h)->ahash_max) argument
61 #define TUNE_AHASH_MAX(h, multi) \ argument
64 #define AHASH_MAX(h) AHASH_MAX_SIZE argument
65 #define TUNE_AHASH_MAX(h, multi) argument
87 #define hbucket(h, i) ((h)->bucket[i]) argument
302 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr()
326 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()
346 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()
384 struct htype *h = set->data; in mtype_flush() local
430 struct htype *h = set->data; in mtype_destroy() local
[all …]
Dip_set_hash_ipmark.c88 const struct hash_ipmark *h = set->data; in hash_ipmark4_kadt() local
104 const struct hash_ipmark *h = set->data; in hash_ipmark4_uadt() local
214 const struct hash_ipmark *h = set->data; in hash_ipmark6_kadt() local
230 const struct hash_ipmark *h = set->data; in hash_ipmark6_uadt() local
Dip_set_hash_ip.c85 const struct hash_ip *h = set->data; in hash_ip4_kadt() local
104 const struct hash_ip *h = set->data; in hash_ip4_uadt() local
220 const struct hash_ip *h = set->data; in hash_ip6_kadt() local
237 const struct hash_ip *h = set->data; in hash_ip6_uadt() local
Dip_set_hash_netport.c136 const struct hash_netport *h = set->data; in hash_netport4_kadt() local
160 const struct hash_netport *h = set->data; in hash_netport4_uadt() local
351 const struct hash_netport *h = set->data; in hash_netport6_kadt() local
375 const struct hash_netport *h = set->data; in hash_netport6_uadt() local
Dip_set_hash_ipportnet.c141 const struct hash_ipportnet *h = set->data; in hash_ipportnet4_kadt() local
166 const struct hash_ipportnet *h = set->data; in hash_ipportnet4_uadt() local
392 const struct hash_ipportnet *h = set->data; in hash_ipportnet6_kadt() local
417 const struct hash_ipportnet *h = set->data; in hash_ipportnet6_uadt() local
Dip_set_hash_netportnet.c157 const struct hash_netportnet *h = set->data; in hash_netportnet4_kadt() local
183 const struct hash_netportnet *h = set->data; in hash_netportnet4_uadt() local
435 const struct hash_netportnet *h = set->data; in hash_netportnet6_kadt() local
461 const struct hash_netportnet *h = set->data; in hash_netportnet6_uadt() local
Dip_set_hash_net.c120 const struct hash_net *h = set->data; in hash_net4_kadt() local
142 const struct hash_net *h = set->data; in hash_net4_uadt() local
289 const struct hash_net *h = set->data; in hash_net6_kadt() local
Dip_set_hash_netnet.c146 const struct hash_netnet *h = set->data; in hash_netnet4_kadt() local
168 const struct hash_netnet *h = set->data; in hash_netnet4_uadt() local
380 const struct hash_netnet *h = set->data; in hash_netnet6_kadt() local
Dip_set_hash_netiface.c159 struct hash_netiface *h = set->data; in hash_netiface4_kadt() local
201 struct hash_netiface *h = set->data; in hash_netiface4_uadt() local
372 struct hash_netiface *h = set->data; in hash_netiface6_kadt() local
/linux-4.4.14/drivers/media/pci/zoran/
Dvideocodec.c79 struct codec_list *h = codeclist_top; in videocodec_attach() local
171 struct codec_list *h = codeclist_top; in videocodec_detach() local
236 struct codec_list *ptr, *h = codeclist_top; in videocodec_register() local
271 struct codec_list *prev = NULL, *h = codeclist_top; in videocodec_unregister() local
325 struct codec_list *h = codeclist_top; in proc_videocodecs_show() local
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40e_osdep.h59 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
61 #define i40e_free_dma_mem(h, m) i40evf_free_dma_mem_d(h, m) argument
67 #define i40e_allocate_virt_mem(h, m, s) i40evf_allocate_virt_mem_d(h, m, s) argument
68 #define i40e_free_virt_mem(h, m) i40evf_free_virt_mem_d(h, m) argument
70 #define i40e_debug(h, m, s, ...) i40evf_debug_d(h, m, s, ##__VA_ARGS__) argument
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_osdep.h60 #define i40e_allocate_dma_mem(h, m, unused, s, a) \ argument
62 #define i40e_free_dma_mem(h, m) i40e_free_dma_mem_d(h, m) argument
69 #define i40e_allocate_virt_mem(h, m, s) i40e_allocate_virt_mem_d(h, m, s) argument
70 #define i40e_free_virt_mem(h, m) i40e_free_virt_mem_d(h, m) argument
72 #define i40e_debug(h, m, s, ...) \ argument
/linux-4.4.14/include/linux/spi/
Dmxs-spi.h62 #define HW_SSP_TIMING(h) (ssp_is_old(h) ? 0x050 : 0x070) argument
73 #define HW_SSP_CTRL1(h) (ssp_is_old(h) ? 0x060 : 0x080) argument
109 #define HW_SSP_DATA(h) (ssp_is_old(h) ? 0x070 : 0x090) argument
111 #define HW_SSP_SDRESP0(h) (ssp_is_old(h) ? 0x080 : 0x0a0) argument
112 #define HW_SSP_SDRESP1(h) (ssp_is_old(h) ? 0x090 : 0x0b0) argument
113 #define HW_SSP_SDRESP2(h) (ssp_is_old(h) ? 0x0a0 : 0x0c0) argument
114 #define HW_SSP_SDRESP3(h) (ssp_is_old(h) ? 0x0b0 : 0x0d0) argument
115 #define HW_SSP_STATUS(h) (ssp_is_old(h) ? 0x0c0 : 0x100) argument
/linux-4.4.14/net/wireless/
Dwext-compat.h8 #define EXPORT_WEXT_HANDLER(h) EXPORT_SYMBOL_GPL(h) argument
10 #define EXPORT_WEXT_HANDLER(h) argument
/linux-4.4.14/net/xfrm/
Dxfrm_hash.h89 unsigned int h = family ^ reqid; in __xfrm_dst_hash() local
106 unsigned int h = family; in __xfrm_src_hash() local
122 unsigned int h = (__force u32)spi ^ proto; in __xfrm_spi_hash() local
145 unsigned int h = 0; in __sel_hash() local
174 unsigned int h = 0; in __addr_hash() local
Dxfrm_state.c74 unsigned int h; in xfrm_hash_transfer() local
659 unsigned int h = xfrm_spi_hash(net, daddr, spi, proto, family); in __xfrm_state_lookup() local
683 unsigned int h = xfrm_src_hash(net, daddr, saddr, family); in __xfrm_state_lookup_byaddr() local
771 unsigned int h, h_wildcard; in xfrm_state_find() local
889 unsigned int h; in xfrm_stateonly_find() local
942 unsigned int h; in __xfrm_state_insert() local
976 unsigned int h; in __xfrm_state_bump_genids() local
1010 unsigned int h = xfrm_dst_hash(net, daddr, saddr, reqid, family); in __find_acq_core() local
1222 unsigned int h; in xfrm_migrate_state_find() local
1545 unsigned int h; in xfrm_alloc_spi() local
/linux-4.4.14/drivers/media/i2c/
Dsaa6752hs.c321 struct saa6752hs_state *h) in saa6752hs_set_bitrate()
372 struct saa6752hs_state *h = in saa6752hs_try_ctrl() local
388 struct saa6752hs_state *h = in saa6752hs_s_ctrl() local
439 struct saa6752hs_state *h = to_state(sd); in saa6752hs_init() local
562 struct saa6752hs_state *h = to_state(sd); in saa6752hs_get_fmt() local
582 struct saa6752hs_state *h = to_state(sd); in saa6752hs_set_fmt() local
642 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_std() local
677 struct saa6752hs_state *h; in saa6752hs_probe() local
/linux-4.4.14/arch/nios2/include/asm/
Ddma-mapping.h55 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
56 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
137 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
138 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c335 unsigned int lustre_errno_hton(unsigned int h) in lustre_errno_hton()
360 unsigned int h; in lustre_errno_ntoh() local
/linux-4.4.14/drivers/mtd/maps/
Dixp4xx.c69 #define BYTE0(h) ((h) & 0xFF) argument
70 #define BYTE1(h) (((h) >> 8) & 0xFF) argument
84 #define BYTE0(h) (((h) >> 8) & 0xFF) argument
85 #define BYTE1(h) ((h) & 0xFF) argument
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Dregs-mfc-v8.h100 #define S5P_FIMV_TMV_BUFFER_SIZE_V8(w, h) (((w) + 1) * ((h) + 1) * 8) argument
102 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V8(w, h) (((w) * 704) + 2176) argument
103 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V8(w, h) \ argument
106 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V8(w, h) \ argument
108 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V8(w, h) \ argument
Dregs-mfc-v7.h53 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V7(w, h) \ argument
56 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_ENC_V7(w, h) \ argument
Dregs-mfc-v6.h380 #define S5P_FIMV_TMV_BUFFER_SIZE_V6(w, h) (((w) + 1) * ((h) + 3) * 8) argument
384 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_DEC_V6(w, h) (((w) * 192) + 64) argument
385 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_DEC_V6(w, h) \ argument
387 #define S5P_FIMV_SCRATCH_BUF_SIZE_VC1_DEC_V6(w, h) \ argument
389 #define S5P_FIMV_SCRATCH_BUF_SIZE_H263_DEC_V6(w, h) ((w) * 400) argument
390 #define S5P_FIMV_SCRATCH_BUF_SIZE_VP8_DEC_V6(w, h) \ argument
392 #define S5P_FIMV_SCRATCH_BUF_SIZE_H264_ENC_V6(w, h) \ argument
394 #define S5P_FIMV_SCRATCH_BUF_SIZE_MPEG4_ENC_V6(w, h) \ argument
/linux-4.4.14/arch/x86/mm/
Dhugetlbpage.c79 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup() local
95 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown() local
128 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/linux-4.4.14/drivers/mmc/host/
Dau1xmmc.c139 #define HOST_STATUS(h) ((h)->iobase + SD_STATUS) argument
140 #define HOST_CONFIG(h) ((h)->iobase + SD_CONFIG) argument
141 #define HOST_ENABLE(h) ((h)->iobase + SD_ENABLE) argument
142 #define HOST_TXPORT(h) ((h)->iobase + SD_TXPORT) argument
143 #define HOST_RXPORT(h) ((h)->iobase + SD_RXPORT) argument
144 #define HOST_CMDARG(h) ((h)->iobase + SD_CMDARG) argument
145 #define HOST_BLKSIZE(h) ((h)->iobase + SD_BLKSIZE) argument
146 #define HOST_CMD(h) ((h)->iobase + SD_CMD) argument
147 #define HOST_CONFIG2(h) ((h)->iobase + SD_CONFIG2) argument
148 #define HOST_TIMEOUT(h) ((h)->iobase + SD_TIMEOUT) argument
[all …]
/linux-4.4.14/drivers/misc/sgi-gru/
Dgruhandles.c38 #define GET_MSEG_HANDLE_STATUS(h) (((*(unsigned long *)(h)) >> 16) & 3) argument
53 static void start_instruction(void *h) in start_instruction()
62 static void report_instruction_timeout(void *h) in report_instruction_timeout()
77 static int wait_instruction_complete(void *h, enum mcs_op opc) in wait_instruction_complete()
/linux-4.4.14/fs/hugetlbfs/
Dinode.c126 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap() local
176 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
245 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter() local
352 struct hstate *h = hstate_inode(inode); in remove_inode_hugepages() local
497 struct hstate *h = hstate_inode(inode); in hugetlb_vmtruncate() local
513 struct hstate *h = hstate_inode(inode); in hugetlbfs_punch_hole() local
546 struct hstate *h = hstate_inode(inode); in hugetlbfs_fallocate() local
663 struct hstate *h = hstate_inode(inode); in hugetlbfs_setattr() local
856 struct hstate *h = hstate_inode(d_inode(dentry)); in hugetlbfs_statfs() local
1009 hugetlbfs_size_to_hpages(struct hstate *h, unsigned long long size_opt, in hugetlbfs_size_to_hpages()
[all …]
/linux-4.4.14/fs/adfs/
Ddir_fplus.c18 struct adfs_bigdirheader *h; in adfs_fplus_read() local
125 struct adfs_bigdirheader *h = in adfs_fplus_setpos() local
168 struct adfs_bigdirheader *h = in adfs_fplus_getnext() local
/linux-4.4.14/net/netlabel/
Dnetlabel_addrlist.h73 struct list_head *h) in __af4list_valid()
85 struct list_head *h) in __af4list_valid_rcu()
140 struct list_head *h) in __af6list_valid()
152 struct list_head *h) in __af6list_valid_rcu()
/linux-4.4.14/drivers/gpu/drm/omapdrm/
Dtcm-sita.c208 static s32 sita_reserve_2d(struct tcm *tcm, u16 h, u16 w, u8 align, in sita_reserve_2d()
274 static s32 scan_r2l_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_r2l_t2b()
348 static s32 scan_l2r_t2b(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_l2r_t2b()
502 static s32 scan_areas_and_find_fit(struct tcm *tcm, u16 w, u16 h, u16 align, in scan_areas_and_find_fit()
559 static s32 is_area_free(struct tcm_area ***map, u16 x0, u16 y0, u16 w, u16 h) in is_area_free()
602 static s32 update_candidate(struct tcm *tcm, u16 x0, u16 y0, u16 w, u16 h, in update_candidate()
Domap_dmm_tiler.c360 uint16_t h, uint16_t align) in tiler_reserve_2d()
511 void tiler_align(enum tiler_fmt fmt, uint16_t *w, uint16_t *h) in tiler_align()
528 size_t tiler_size(enum tiler_fmt fmt, uint16_t w, uint16_t h) in tiler_size()
534 size_t tiler_vsize(enum tiler_fmt fmt, uint16_t w, uint16_t h) in tiler_vsize()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_helper.c120 unsigned int h; in __nf_ct_helper_find() local
136 struct nf_conntrack_helper *h; in __nf_conntrack_helper_find() local
154 struct nf_conntrack_helper *h; in nf_conntrack_helper_try_module_get() local
366 unsigned int h = helper_hash(&me->tuple); in nf_conntrack_helper_register() local
392 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_helper_unregister() local
Dnf_conntrack_core.c428 nf_ct_key_equal(struct nf_conntrack_tuple_hash *h, in nf_ct_key_equal()
451 struct nf_conntrack_tuple_hash *h; in ____nf_conntrack_find() local
487 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_find_get() local
537 struct nf_conntrack_tuple_hash *h; in nf_conntrack_hash_check_insert() local
590 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_confirm() local
710 struct nf_conntrack_tuple_hash *h; in nf_conntrack_tuple_taken() local
746 struct nf_conntrack_tuple_hash *h; in early_drop() local
1032 struct nf_conntrack_tuple_hash *h; in resolve_normal_ct() local
1376 struct nf_conntrack_tuple_hash *h; in get_next_corpse() local
1566 struct nf_conntrack_tuple_hash *h; in nf_conntrack_set_hashsize() local
Dxt_RATEEST.c37 unsigned int h; in xt_rateest_hash_insert() local
46 unsigned int h; in xt_rateest_lookup() local
Dnf_conntrack_expect.c96 unsigned int h; in __nf_ct_expect_find() local
137 unsigned int h; in nf_ct_find_expectation() local
345 unsigned int h = nf_ct_expect_dst_hash(&exp->tuple); in nf_ct_expect_insert() local
397 unsigned int h; in __nf_ct_expect_check() local
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-memops.c92 struct vb2_vmarea_handler *h = vma->vm_private_data; in vb2_common_vm_open() local
110 struct vb2_vmarea_handler *h = vma->vm_private_data; in vb2_common_vm_close() local
/linux-4.4.14/arch/powerpc/sysdev/
Di8259.c165 static int i8259_host_match(struct irq_domain *h, struct device_node *node, in i8259_host_match()
172 static int i8259_host_map(struct irq_domain *h, unsigned int virq, in i8259_host_map()
189 static int i8259_host_xlate(struct irq_domain *h, struct device_node *ct, in i8259_host_xlate()
Dehv_pic.c180 static int ehv_pic_host_match(struct irq_domain *h, struct device_node *node, in ehv_pic_host_match()
188 static int ehv_pic_host_map(struct irq_domain *h, unsigned int virq, in ehv_pic_host_map()
217 static int ehv_pic_host_xlate(struct irq_domain *h, struct device_node *ct, in ehv_pic_host_xlate()
Dmpc8xx_pic.c88 static int mpc8xx_pic_host_map(struct irq_domain *h, unsigned int virq, in mpc8xx_pic_host_map()
99 static int mpc8xx_pic_host_xlate(struct irq_domain *h, struct device_node *ct, in mpc8xx_pic_host_xlate()
Dxilinx_intc.c146 static int xilinx_intc_xlate(struct irq_domain *h, struct device_node *ct, in xilinx_intc_xlate()
166 static int xilinx_intc_map(struct irq_domain *h, unsigned int virq, in xilinx_intc_map()
Dtsi108_pci.c379 static int pci_irq_host_xlate(struct irq_domain *h, struct device_node *ct, in pci_irq_host_xlate()
388 static int pci_irq_host_map(struct irq_domain *h, unsigned int virq, in pci_irq_host_map()
/linux-4.4.14/drivers/usb/renesas_usbhs/
Dmod_host.c113 #define __usbhsh_for_each_udev(start, pos, h, i) \ argument
124 #define usbhsh_hcd_to_hpriv(h) (struct usbhsh_hpriv *)((h)->hcd_priv) argument
125 #define usbhsh_hcd_to_dev(h) ((h)->self.controller) argument
127 #define usbhsh_hpriv_to_priv(h) ((h)->mod.priv) argument
128 #define usbhsh_hpriv_to_dcp(h) ((h)->dcp) argument
129 #define usbhsh_hpriv_to_hcd(h) \ argument
142 #define usbhsh_udev_to_usbv(h) ((h)->usbv) argument
143 #define usbhsh_udev_is_used(h) usbhsh_udev_to_usbv(h) argument
149 #define usbhsh_device_number(h, d) ((int)((d) - (h)->udev)) argument
150 #define usbhsh_device_nth(h, d) ((h)->udev + d) argument
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcalib.c87 struct ath9k_nfcal_hist *h; in ath9k_hw_update_nfcal_hist_buffer() local
239 struct ath9k_nfcal_hist *h = NULL; in ath9k_hw_loadnf() local
365 struct ath9k_nfcal_hist *h; in ath9k_hw_getnf() local
402 struct ath9k_nfcal_hist *h; in ath9k_init_nfcal_hist_buffer() local
/linux-4.4.14/include/asm-generic/
Ddma-mapping-broken.h35 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
36 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
/linux-4.4.14/drivers/block/paride/
Dfriq.c43 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument
53 { int h,l,r; in friq_read_regr() local
79 { int h, l, k, ph; in friq_read_block_int() local
Dbpck.c39 #define j44(l,h) (((l>>3)&0x7)|((l>>4)&0x8)|((h<<1)&0x70)|(h&0x80)) argument
50 { int r, l, h; in bpck_read_regr() local
151 { int i, l, h; in bpck_read_block() local
280 { int i, e, l, h, om; in bpck_test_proto() local
Dfrpw.c39 #define j44(l,h) (((l>>4)&0x0f)|(h&0xf0)) argument
49 { int h,l,r; in frpw_read_regr() local
76 { int h, l, k, ph; in frpw_read_block_int() local
Dcomm.c47 { int l, h, r; in comm_read_regr() local
110 { int i, l, h; in comm_read_block() local
Don20.c38 { int h,l, r ; in on20_read_regr() local
89 { int k, l, h; in on20_read_block() local
/linux-4.4.14/arch/x86/lib/
Dmsr-smp.c34 int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu()
65 int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu()
161 int rdmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_safe_on_cpu()
177 int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
/linux-4.4.14/arch/blackfin/include/asm/
Ddma-mapping.h21 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
22 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
164 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
165 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/arch/avr32/include/asm/
Ddma-mapping.h337 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
338 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
347 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
348 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
Dhw_irq.h4 static inline void hw_resend_irq(struct irq_chip *h, unsigned int i) in hw_resend_irq()
/linux-4.4.14/net/sched/
Dcls_route.c83 int h = route4_fastmap_hash(id, iif); in route4_set_fastmap() local
135 u32 id, h; in route4_classify() local
210 u32 h = id & 0xFF; in to_hash() local
328 unsigned int h = 0; in route4_delete() local
486 unsigned int h, th; in route4_change() local
567 unsigned int h, h1; in route4_walk() local
Dcls_rsvp.h105 unsigned int h = (__force __u32)dst[RSVP_DST_LEN - 1]; in hash_dst() local
114 unsigned int h = (__force __u32)src[RSVP_DST_LEN-1]; in hash_src() local
225 static void rsvp_replace(struct tcf_proto *tp, struct rsvp_filter *n, u32 h) in rsvp_replace()
347 unsigned int h = f->handle; in rsvp_delete() local
388 u32 h; in gen_handle() local
639 unsigned int h, h1; in rsvp_walk() local
Dcls_u32.c100 unsigned int h = ntohl(key & sel->hmask) >> fshift; in u32_hash_fold() local
430 unsigned int h; in u32_clear_hnode() local
468 unsigned int h; in ht_empty() local
902 unsigned int h; in u32_walk() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dr600_blit.c77 set_render_target(drm_radeon_private_t *dev_priv, int format, int w, int h, u64 gpu_addr) in set_render_target()
257 int format, int w, int h, int pitch, u64 gpu_addr) in set_tex_resource()
610 int h = 1; in r600_blit_copy() local
699 int h = 1; in r600_blit_copy() local
789 int w, int h, int src_pitch, int dst_pitch, int cpp) in r600_blit_swap()
/linux-4.4.14/include/linux/crush/
Dcrush.h147 struct crush_bucket h; member
152 struct crush_bucket h; member
159 struct crush_bucket h; /* note: h.size is _tree_ size, not number of member
166 struct crush_bucket h; member
172 struct crush_bucket h; member
/linux-4.4.14/tools/usb/usbip/libsrc/
Dnames.c209 unsigned int h = hashnum(vendorid); in new_vendor() local
229 unsigned int h = hashnum((vendorid << 16) | productid); in new_product() local
249 unsigned int h = hashnum(classid); in new_class() local
268 unsigned int h = hashnum((classid << 8) | subclassid); in new_subclass() local
289 unsigned int h = hashnum((classid << 16) | (subclassid << 8) in new_protocol() local
/linux-4.4.14/drivers/net/wireless/prism54/
Dislpci_mgt.c70 pimfor_encode_header(int operation, u32 oid, u32 length, pimfor_header_t *h) in pimfor_encode_header()
86 pimfor_header_t *h = data; in pimfor_decode_header() local
206 pimfor_header_t *h = buf.mem; in islpci_mgt_transmit() local
/linux-4.4.14/arch/tile/mm/
Dhugetlbpage.c168 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup() local
184 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown() local
216 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/linux-4.4.14/arch/cris/include/asm/
Ddma-mapping.h13 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
14 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
168 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
169 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/drivers/md/
Ddm-cache-policy-mq.c180 static bool is_sentinel(struct queue *q, struct list_head *h) in is_sentinel()
192 struct list_head *h; in queue_peek() local
220 struct list_head *h; in queue_pop_old() local
256 struct list_head *h; in queue_update_writeback_sentinels() local
289 struct list_head *h; in queue_iterate_tick() local
497 unsigned h = hash_64(from_oblock(e->oblock), mq->hash_bits); in hash_insert() local
504 unsigned h = hash_64(from_oblock(oblock), mq->hash_bits); in hash_lookup() local
592 struct list_head *h = queue_pop(q); in pop() local
606 struct list_head *h = queue_pop_old(q); in pop_old() local
619 struct list_head *h = queue_peek(q); in peek() local
[all …]
/linux-4.4.14/fs/btrfs/
Dprops.c62 u64 h = btrfs_name_hash(p->xattr_name, strlen(p->xattr_name)); in btrfs_props_init() local
70 struct hlist_head *h; in find_prop_handlers_by_hash() local
83 struct prop_handler *h; in find_prop_handler() local
311 const struct prop_handler *h = &prop_handlers[i]; in inherit_props() local
Dcheck-integrity.c501 static void btrfsic_block_hashtable_init(struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_init()
510 struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_add()
528 struct btrfsic_block_hashtable *h) in btrfsic_block_hashtable_lookup()
549 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_init()
559 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_add()
583 struct btrfsic_block_link_hashtable *h) in btrfsic_block_link_hashtable_lookup()
611 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_init()
621 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_add()
637 struct btrfsic_dev_state_hashtable *h) in btrfsic_dev_state_hashtable_lookup()
1791 struct btrfs_header *h; in btrfsic_test_for_metadata() local
/linux-4.4.14/arch/x86/include/asm/
Dmsr.h17 u32 h; member
262 static inline int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu()
267 static inline int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu()
293 u32 *l, u32 *h) in rdmsr_safe_on_cpu()
297 static inline int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
/linux-4.4.14/net/sunrpc/
Dsvcauth_unix.c33 struct auth_domain h; member
90 struct cache_head h; member
144 struct cache_head *h, in ip_map_request()
247 struct cache_head *h) in ip_map_show()
412 struct cache_head h; member
462 struct cache_head *h, in unix_gid_request()
547 struct cache_head *h) in unix_gid_show()
Dcache.c44 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init()
194 static int cache_make_upcall(struct cache_detail *cd, struct cache_head *h) in cache_make_upcall()
201 static inline int cache_is_valid(struct cache_head *h) in cache_is_valid()
222 static int try_to_negate_entry(struct cache_detail *detail, struct cache_head *h) in try_to_negate_entry()
254 struct cache_head *h, struct cache_req *rqstp) in cache_check()
1156 int sunrpc_cache_pipe_upcall(struct cache_detail *detail, struct cache_head *h) in sunrpc_cache_pipe_upcall()
1229 int h, l; in qword_get() local
/linux-4.4.14/drivers/md/bcache/
Dutil.h60 #define heap_swap(h, i, j) swap((h)->data[i], (h)->data[j]) argument
62 #define heap_sift(h, i, cmp) \ argument
78 #define heap_sift_down(h, i, cmp) \ argument
89 #define heap_add(h, d, cmp) \ argument
102 #define heap_pop(h, d, cmp) \ argument
114 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) argument
116 #define heap_full(h) ((h)->used == (h)->size) argument
/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall_inst.c108 struct hcall_stats *h; in probe_hcall_entry() local
121 struct hcall_stats *h; in probe_hcall_exit() local
/linux-4.4.14/arch/powerpc/sysdev/xics/
Dxics-common.c301 static int xics_host_match(struct irq_domain *h, struct device_node *node, in xics_host_match()
324 static int xics_host_map(struct irq_domain *h, unsigned int virq, in xics_host_map()
349 static int xics_host_xlate(struct irq_domain *h, struct device_node *ct, in xics_host_xlate()
/linux-4.4.14/fs/ncpfs/
Dsock.c256 …init_header(struct ncp_server *server, struct ncp_request_reply *req, struct ncp_request_header *h) in ncp_init_header()
267 struct ncp_request_header* h; in ncpdgram_start_request() local
296 struct ncp_request_header* h; in ncptcp_start_request() local
797 struct ncp_request_header *h; in ncp_request2() local
833 struct ncp_request_header *h; in ncp_connect() local
855 struct ncp_request_header *h; in ncp_disconnect() local
/linux-4.4.14/drivers/cpufreq/
Dp4-clockmod.c59 u32 l, h; in cpufreq_p4_setdc() local
220 u32 l, h; in cpufreq_p4_get() local
Dspeedstep-centrino.c323 unsigned l, h; in get_cur_freq() local
346 unsigned l, h; in centrino_cpu_init() local
423 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local
/linux-4.4.14/arch/alpha/kernel/
Dsys_rawhide.c54 #define hose_exists(h) \ argument
173 unsigned int h = hose->index; in rawhide_init_irq() local
Derr_common.c159 struct el_subpacket_handler *h = subpacket_handler_list; in el_process_subpacket_reg() local
303 struct el_subpacket_handler *h = subpacket_handler_list; in cdl_register_subpacket_handler() local
Dconsole.c76 int h = (pu64[30] >> 24) & 0xff; /* console hose # */ in find_console_vga_hose() local
Dcore_mcpcia.c253 mcpcia_probe_hose(int h) in mcpcia_probe_hose()
288 mcpcia_new_hose(int h) in mcpcia_new_hose()
422 int h; in mcpcia_init_hoses() local
/linux-4.4.14/sound/pci/asihpi/
Dhpimsgx.c108 struct hpi_response_header h; member
113 struct hpi_response_header h; member
118 struct hpi_response_header h; member
123 struct hpi_response_header h; member
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c58 efi_file_handle_32_t *h, *fh = __fh; in __file_size32() local
111 efi_file_handle_64_t *h, *fh = __fh; in __file_size64() local
395 u32 h = handles[i]; in setup_efi_pci32() local
502 u64 h = handles[i]; in setup_efi_pci64() local
670 u32 h = handles[i]; in setup_gop32() local
783 u64 h = handles[i]; in setup_gop64() local
894 u32 w, h, depth, refresh; in setup_uga32() local
939 u32 w, h, depth, refresh; in setup_uga64() local
/linux-4.4.14/arch/c6x/include/asm/
Ddma-mapping.h97 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) argument
98 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) argument
Dtimex.h23 unsigned l, h; in get_cycles() local
/linux-4.4.14/drivers/video/console/
Dfbcon_rotate.h60 int i, j, h = height, w = width; in rotate_cw() local
78 int i, j, h = height, w = width; in rotate_ccw() local
/linux-4.4.14/arch/metag/include/asm/
Ddma-mapping.h11 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
12 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
192 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/net/decnet/
Ddn_table.c88 u16 h = le16_to_cpu(key.datum)>>(16 - dz->dz_order); in dn_hash() local
440 int h, s_h; in dn_hash_dump_zone() local
489 unsigned int h, s_h; in dn_fib_dump() local
836 unsigned int h; in dn_fib_get_table() local
892 unsigned int h; in dn_fib_flush() local
915 unsigned int h; in dn_fib_table_cleanup() local
/linux-4.4.14/include/asm-generic/bitops/
Dfls64.h20 __u32 h = x >> 32; in fls64() local
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_configfs.c138 struct uvcg_control_header *h; in uvcg_control_header_make() local
158 struct uvcg_control_header *h = to_uvcg_control_header(item); in uvcg_control_header_drop() local
914 struct uvcg_streaming_header *h; in uvcg_streaming_header_make() local
934 struct uvcg_streaming_header *h = to_uvcg_streaming_header(item); in uvcg_streaming_header_drop() local
1206 struct uvcg_frame *h; in uvcg_frame_make() local
1250 struct uvcg_frame *h = to_uvcg_frame(item); in uvcg_frame_drop() local
1480 struct uvcg_uncompressed *h; in uvcg_uncompressed_make() local
1507 struct uvcg_uncompressed *h = to_uvcg_uncompressed(item); in uvcg_uncompressed_drop() local
1676 struct uvcg_mjpeg *h; in uvcg_mjpeg_make() local
1701 struct uvcg_mjpeg *h = to_uvcg_mjpeg(item); in uvcg_mjpeg_drop() local
[all …]
/linux-4.4.14/drivers/video/fbdev/
Dtridentfb.c328 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect()
339 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit()
354 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect()
430 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect()
442 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect()
502 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect()
516 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect()
570 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
581 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect()
/linux-4.4.14/arch/metag/mm/
Dhugetlbpage.c34 struct hstate *h = hstate_file(file); in prepare_hugepage_range() local
199 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/linux-4.4.14/arch/powerpc/platforms/52xx/
Dmedia5200.c115 static int media5200_irq_map(struct irq_domain *h, unsigned int virq, in media5200_irq_map()
125 static int media5200_irq_xlate(struct irq_domain *h, struct device_node *ct, in media5200_irq_xlate()
Dmpc52xx_pic.c304 static int mpc52xx_irqhost_xlate(struct irq_domain *h, struct device_node *ct, in mpc52xx_irqhost_xlate()
338 static int mpc52xx_irqhost_map(struct irq_domain *h, unsigned int virq, in mpc52xx_irqhost_map()
/linux-4.4.14/include/uapi/linux/
Dromfs_fs.h16 #define __mkw(h,l) (((h)&0x00ff)<< 8|((l)&0x00ff)) argument
17 #define __mkl(h,l) (((h)&0xffff)<<16|((l)&0xffff)) argument
/linux-4.4.14/drivers/isdn/i4l/
Disdnhdlc.c148 #define handle_fast_flag(h) \ in isdnhdlc_decode() argument
161 #define handle_abort(h) \ in isdnhdlc_decode() argument
/linux-4.4.14/arch/powerpc/platforms/512x/
Dmpc5121_ads_cpld.c127 cpld_pic_host_match(struct irq_domain *h, struct device_node *node, in cpld_pic_host_match()
134 cpld_pic_host_map(struct irq_domain *h, unsigned int virq, in cpld_pic_host_map()
/linux-4.4.14/arch/x86/platform/efi/
Dearly_printk.c106 static void early_efi_write_char(u32 *dst, unsigned char c, unsigned int h) in early_efi_write_char()
139 unsigned int h, count = 0; in early_efi_write() local
/linux-4.4.14/arch/powerpc/platforms/embedded6xx/
Dhlwd-pic.c95 static int hlwd_pic_map(struct irq_domain *h, unsigned int virq, in hlwd_pic_map()
108 static unsigned int __hlwd_pic_get_irq(struct irq_domain *h) in __hlwd_pic_get_irq()
Dflipper-pic.c102 static int flipper_pic_map(struct irq_domain *h, unsigned int virq, in flipper_pic_map()
111 static int flipper_pic_match(struct irq_domain *h, struct device_node *np, in flipper_pic_match()
/linux-4.4.14/arch/powerpc/sysdev/ge/
Dge_pic.c156 static int gef_pic_host_map(struct irq_domain *h, unsigned int virq, in gef_pic_host_map()
166 static int gef_pic_host_xlate(struct irq_domain *h, struct device_node *ct, in gef_pic_host_xlate()
/linux-4.4.14/arch/powerpc/platforms/cell/
Dinterrupt.c226 static int iic_host_match(struct irq_domain *h, struct device_node *node, in iic_host_match()
233 static int iic_host_map(struct irq_domain *h, unsigned int virq, in iic_host_map()
250 static int iic_host_xlate(struct irq_domain *h, struct device_node *ct, in iic_host_xlate()
Dspider-pic.c171 static int spider_host_map(struct irq_domain *h, unsigned int virq, in spider_host_map()
183 static int spider_host_xlate(struct irq_domain *h, struct device_node *ct, in spider_host_xlate()
/linux-4.4.14/lib/lz4/
Dlz4_compress.c97 u32 h = forwardh; in lz4_compressctx() local
278 u32 h = forwardh; in lz4_compress64kctx() local
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_nx2.h304 struct qla8044_minidump_entry_hdr h; member
327 struct qla8044_minidump_entry_hdr h; member
351 struct qla8044_minidump_entry_hdr h; member
364 struct qla8044_minidump_entry_hdr h; member
372 struct qla8044_minidump_entry_hdr h; member
384 struct qla8044_minidump_entry_hdr h; member
392 struct qla8044_minidump_entry_hdr h; member
405 struct qla8044_minidump_entry_hdr h; member
425 struct qla8044_minidump_entry_hdr h; member
438 struct qla8044_minidump_entry_hdr h; member
[all …]
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dp5.c47 u32 l, h; in intel_p5_mcheck_init() local
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-irqchip.c149 static int opal_event_match(struct irq_domain *h, struct device_node *node, in opal_event_match()
155 static int opal_event_xlate(struct irq_domain *h, struct device_node *np, in opal_event_xlate()
/linux-4.4.14/arch/powerpc/crypto/
Dsha256-spe-asm.S106 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
161 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
/linux-4.4.14/arch/x86/kernel/cpu/
Dhypervisor.c46 const struct hypervisor_x86 *h, * const *p; in detect_hypervisor_vendor() local
/linux-4.4.14/arch/x86/crypto/
Dsha256-ssse3-asm.S104 h = %r11d define
137 h = g define
Dsha256-avx-asm.S112 h = %r11d define
144 h = g define
Dsha512-avx2-asm.S91 h = %r11 define
149 h = g define
Dsha256-avx2-asm.S109 h = %r11d define
148 h = g define
/linux-4.4.14/fs/nfsd/
Dexport.h49 struct cache_head h; member
70 struct cache_head h; member
/linux-4.4.14/drivers/block/aoe/
Daoecmd.c129 aoehdr_atainit(struct aoedev *d, struct aoetgt *t, struct aoe_hdr *h) in aoehdr_atainit()
321 struct aoe_hdr *h; in ata_rw_frameinit() local
416 struct aoe_hdr *h; in aoecmd_cfg_pkts() local
457 struct aoe_hdr *h; in resend() local
1366 struct aoe_hdr *h; in aoecmd_ata_rsp() local
1440 struct aoe_hdr *h; in aoecmd_ata_id() local
1591 struct aoe_hdr *h; in aoecmd_cfg_rsp() local
/linux-4.4.14/include/linux/iio/
Dtrigger_consumer.h35 irqreturn_t (*h)(int irq, void *p); member
/linux-4.4.14/arch/mips/include/asm/
Dspinlock_types.h26 } h; member
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_ovf.c33 struct ip_vs_dest *dest, *h = NULL; in ip_vs_ovf_schedule() local
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c98 struct health_buffer __iomem *h = health->health; in in_fatal() local
207 struct health_buffer __iomem *h = health->health; in print_health_info() local
/linux-4.4.14/drivers/fmc/
Dfmc-match.c56 struct fru_common_header *h; in fmc_fill_id_info() local
/linux-4.4.14/drivers/staging/skein/
Dskein_api.h105 struct skein_ctx_hdr h; member
/linux-4.4.14/net/ipv4/
Dfib_frontend.c80 unsigned int h; in fib_new_table() local
119 unsigned int h; in fib_get_table() local
182 unsigned int h; in fib_flush() local
201 unsigned int h; in fib_flush_external() local
756 unsigned int h, s_h; in inet_dump_fib() local
/linux-4.4.14/arch/powerpc/sysdev/qe_lib/
Dqe_ic.c247 static int qe_ic_host_match(struct irq_domain *h, struct device_node *node, in qe_ic_host_match()
255 static int qe_ic_host_map(struct irq_domain *h, unsigned int virq, in qe_ic_host_map()
/linux-4.4.14/include/xen/
Dacpi.h60 static inline int xen_acpi_get_pxm(acpi_handle h) in xen_acpi_get_pxm()
/linux-4.4.14/include/crypto/
Dpoly1305.h21 u32 h[5]; member
/linux-4.4.14/include/linux/sunrpc/
Dcache.h194 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
201 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
209 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_83xx.h245 struct qla8xxx_minidump_entry_hdr h; member
258 struct qla8xxx_minidump_entry_hdr h; member
273 struct qla8xxx_minidump_entry_hdr h; member
289 struct qla8xxx_minidump_entry_hdr h; member
303 struct qla8xxx_minidump_entry_hdr h; member
318 struct qla8xxx_minidump_entry_hdr h; member
349 struct qla8xxx_minidump_entry_hdr h; member
/linux-4.4.14/arch/nios2/kernel/
Dirq.c62 static int irq_map(struct irq_domain *h, unsigned int virq, in irq_map()
/linux-4.4.14/arch/m68k/include/asm/
Drtc.h56 struct rtc_time h; in get_rtc_ss() local
Ddma-mapping.h120 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
121 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dvf.h189 #define IXGBE_WRITE_REG(h, r, v) ixgbe_write_reg(h, r, v) argument
192 #define IXGBE_READ_REG(h, r) ixgbevf_read_reg(h, r) argument
200 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
208 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/linux-4.4.14/arch/m68k/sun3x/
Dtime.c41 volatile struct mostek_dt *h = in sun3x_hwclk() local
/linux-4.4.14/drivers/irqchip/
Dirq-renesas-h8300h.c62 static int irq_map(struct irq_domain *h, unsigned int virq, in irq_map()
Dirq-renesas-h8s.c68 static __init int irq_map(struct irq_domain *h, unsigned int virq, in irq_map()
/linux-4.4.14/drivers/thermal/
Dx86_pkg_temp_thermal.c225 u32 l, h; in sys_set_trip_temp() local
292 u32 l, h; in enable_pkg_thres_interrupt() local
309 u32 l, h; in disable_pkg_thres_interrupt() local
/linux-4.4.14/arch/arm/include/asm/
Dhugetlb.h48 struct hstate *h = hstate_file(file); in prepare_hugepage_range() local
/linux-4.4.14/arch/frv/include/asm/
Ddma-mapping.h15 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
16 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
/linux-4.4.14/drivers/video/fbdev/sis/
Dsis_accel.c159 SiS300SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS300SubsequentSolidFillRect()
261 SiS310SubsequentSolidFillRect(struct sis_video_info *ivideo, int x, int y, int w, int h) in SiS310SubsequentSolidFillRect()
/linux-4.4.14/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c66 m_link_p h = mp->h; in ___sym_malloc() local
112 m_link_p h = mp->h; in ___sym_mfree() local
/linux-4.4.14/arch/powerpc/platforms/85xx/
Dsocrates_fpga_pic.c233 static int socrates_fpga_pic_host_map(struct irq_domain *h, unsigned int virq, in socrates_fpga_pic_host_map()
244 static int socrates_fpga_pic_host_xlate(struct irq_domain *h, in socrates_fpga_pic_host_xlate()
/linux-4.4.14/drivers/mfd/
Dwm8994-irq.c167 static int wm8994_edge_irq_map(struct irq_domain *h, unsigned int virq, in wm8994_edge_irq_map()
/linux-4.4.14/drivers/md/persistent-data/
Ddm-btree-spine.c27 struct node_header *h = &n->header; in node_prepare_for_write() local
42 struct node_header *h = &n->header; in node_check() local
/linux-4.4.14/include/net/
Draw.h45 struct raw_hashinfo *h; member
/linux-4.4.14/drivers/gpu/drm/imx/
Dipuv3-plane.h30 int h; member
/linux-4.4.14/arch/c6x/kernel/
Dirq.c77 static int core_domain_map(struct irq_domain *h, unsigned int virq, in core_domain_map()
/linux-4.4.14/arch/mn10300/include/asm/
Ddma-mapping.h31 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent((d), (s), (h), (f)) argument
32 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent((d), (s), (v), (h)) argument
/linux-4.4.14/arch/arc/include/asm/
Ddma-mapping.h36 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
37 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.4.14/drivers/video/fbdev/aty/
Dmach64_cursor.c71 int x, y, h; in atyfb_cursor() local
/linux-4.4.14/drivers/firewire/
Dnet.c74 #define fwnet_get_hdr_lf(h) (((h)->w0 & 0xc0000000) >> 30) argument
75 #define fwnet_get_hdr_ether_type(h) (((h)->w0 & 0x0000ffff)) argument
76 #define fwnet_get_hdr_dg_size(h) (((h)->w0 & 0x0fff0000) >> 16) argument
77 #define fwnet_get_hdr_fg_off(h) (((h)->w0 & 0x00000fff)) argument
78 #define fwnet_get_hdr_dgl(h) (((h)->w1 & 0xffff0000) >> 16) argument
220 struct fwnet_header *h; in fwnet_header_create() local
244 struct fwnet_header *h; in fwnet_header_cache() local
/linux-4.4.14/drivers/video/fbdev/omap2/omapfb/
Domapfb-main.c104 const short h = var->yres_virtual; in fill_fb() local
710 u32 w, h; in check_fb_var() local
1456 u16 w, h; in omapfb_alloc_fbmem_display() local
1673 u16 w, h; in omapfb_auto_update_work() local
1763 u16 w, h; in omapfb_fb_init() local
2340 u16 w, h; in omapfb_init_display() local
2603 u16 w, h; in omapfb_probe() local
/linux-4.4.14/net/ceph/crush/
Dmapper.c168 int h = 0; in height() local
178 int h = height(x); in left() local
184 int h = height(x); in right() local
/linux-4.4.14/arch/alpha/include/asm/
Dcore_wildfire.h227 #define WILDFIRE_HOSE(h) ((long)(h) << 33) argument
230 #define WILDFIRE_QBB_HOSE(q,h) (WILDFIRE_QBB_IO(q) | WILDFIRE_HOSE(h)) argument
232 #define WILDFIRE_MEM(q,h) (WILDFIRE_QBB_HOSE(q,h) | 0x000000000UL) argument
233 #define WILDFIRE_CONF(q,h) (WILDFIRE_QBB_HOSE(q,h) | 0x1FE000000UL) argument
234 #define WILDFIRE_IO(q,h) (WILDFIRE_QBB_HOSE(q,h) | 0x1FF000000UL) argument
260 #define WILDFIRE_pci(q,h) \ argument
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c97 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init()
1364 unsigned h = tpg->src_height; in tpg_calculate_square_border() local
1819 unsigned h = tpg->buf_height; in tpg_calc_text_basep() local
1945 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_extras()
2044 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_pattern()
2196 unsigned h; in tpg_fill_plane_buffer() local

1234