Home
last modified time | relevance | path

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

1234

/linux-4.1.27/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.c222 static void cciss_procinit(ctlr_info_t *h) in cciss_procinit()
248 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
280 static void enqueue_cmd_and_start_io(ctlr_info_t *h, in enqueue_cmd_and_start_io()
309 ctlr_info_t *h, int chainsize, int nr_cmds) in cciss_allocate_sg_chain_blocks()
338 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
352 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
385 ctlr_info_t *h = seq->private; in cciss_seq_show_header() local
413 ctlr_info_t *h = seq->private; in cciss_seq_start() local
436 ctlr_info_t *h = seq->private; in cciss_seq_show() local
466 ctlr_info_t *h = seq->private; in cciss_seq_next() local
[all …]
Dcciss_scsi.c127 #define CPQ_TAPE_LOCK(h, flags) spin_lock_irqsave( \ argument
129 #define CPQ_TAPE_UNLOCK(h, flags) spin_unlock_irqrestore( \ argument
133 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
177 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
198 scsi_cmd_stack_setup(ctlr_info_t *h, struct cciss_scsi_adapter_data_t *sa) in scsi_cmd_stack_setup()
241 scsi_cmd_stack_free(ctlr_info_t *h) in scsi_cmd_stack_free()
350 find_bus_target_lun(ctlr_info_t *h, int *bus, int *target, int *lun) in find_bus_target_lun()
377 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, in cciss_scsi_add_entry()
452 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, in cciss_scsi_remove_entry()
484 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.1.27/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.1.27/drivers/scsi/
Dhpsa.c268 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
307 static int check_for_busy(struct ctlr_info *h, struct CommandList *c) in check_for_busy()
322 struct ctlr_info *h; in host_store_hp_ssd_smart_path_status() local
346 struct ctlr_info *h; in host_store_raid_offload_debug() local
370 struct ctlr_info *h; in host_store_rescan() local
380 struct ctlr_info *h; in host_show_firmware_revision() local
396 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
405 struct ctlr_info *h; in host_show_transport_mode() local
417 struct ctlr_info *h; in host_show_hp_ssd_smart_path_status() local
499 struct ctlr_info *h; in host_show_resettable() 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.h356 static void SA5_submit_command(struct ctlr_info *h, in SA5_submit_command()
363 static void SA5_submit_command_no_read(struct ctlr_info *h, in SA5_submit_command_no_read()
369 static void SA5_submit_command_ioaccel2(struct ctlr_info *h, in SA5_submit_command_ioaccel2()
380 static void SA5_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_intr_mask()
394 static void SA5_performant_intr_mask(struct ctlr_info *h, unsigned long val) in SA5_performant_intr_mask()
408 static unsigned long SA5_performant_completed(struct ctlr_info *h, u8 q) in SA5_performant_completed()
445 static unsigned long SA5_completed(struct ctlr_info *h, in SA5_completed()
467 static bool SA5_intr_pending(struct ctlr_info *h) in SA5_intr_pending()
474 static bool SA5_performant_intr_pending(struct ctlr_info *h) in SA5_performant_intr_pending()
488 static bool SA5_ioaccel_mode1_intr_pending(struct ctlr_info *h) in SA5_ioaccel_mode1_intr_pending()
[all …]
/linux-4.1.27/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.1.27/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.1.27/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.c68 avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node()
94 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert()
135 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique()
165 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search()
201 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node()
261 void avtab_destroy(struct avtab *h) in avtab_destroy()
283 int avtab_init(struct avtab *h) in avtab_init()
290 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc()
325 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.c202 static u32 filenametr_hash(struct hashtab *h, const void *k) in filenametr_hash()
217 static int filenametr_cmp(struct hashtab *h, const void *k1, const void *k2) in filenametr_cmp()
239 static u32 rangetr_hash(struct hashtab *h, const void *k) in rangetr_hash()
246 static int rangetr_cmp(struct hashtab *h, const void *k1, const void *k2) in rangetr_cmp()
488 static void hash_eval(struct hashtab *h, const char *hash_name) in hash_eval()
507 static inline void hash_eval(struct hashtab *h, char *hash_name) in hash_eval()
1107 static int perm_read(struct policydb *p, struct hashtab *h, void *fp) in perm_read()
1141 static int common_read(struct policydb *p, struct hashtab *h, void *fp) in common_read()
1307 static int class_read(struct policydb *p, struct hashtab *h, void *fp) in class_read()
1401 static int role_read(struct policydb *p, struct hashtab *h, void *fp) in role_read()
[all …]
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dlustre_handles.c64 void class_handle_hash(struct portals_handle *h, in class_handle_hash()
105 static void class_handle_unhash_nolock(struct portals_handle *h) in class_handle_unhash_nolock()
126 void class_handle_unhash(struct portals_handle *h) in class_handle_unhash()
137 void class_handle_hash_back(struct portals_handle *h) in class_handle_hash_back()
153 struct portals_handle *h; in class_handle2object() local
183 struct portals_handle *h = RCU2HANDLE(rcu); in class_handle_free_cb() local
229 struct portals_handle *h; in cleanup_all_handles() local
Dlu_object.c312 struct lu_object_header *h; in lu_site_purge() local
543 struct lu_object_header *h; in htable_lookup() local
803 struct lu_object_header *h; in lu_site_obj_print() local
910 struct lu_object_header *h; in lu_obj_hop_key() local
918 struct lu_object_header *h; in lu_obj_hop_keycmp() local
926 struct lu_object_header *h; in lu_obj_hop_get() local
1155 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init()
1193 void lu_object_add_top(struct lu_object_header *h, struct lu_object *o) in lu_object_add_top()
1214 int lu_object_header_init(struct lu_object_header *h) in lu_object_header_init()
1229 void lu_object_header_fini(struct lu_object_header *h) in lu_object_header_fini()
[all …]
Dllog_swab.c284 static void print_llog_hdr(struct llog_log_hdr *h) in print_llog_hdr()
300 void lustre_swab_llog_hdr(struct llog_log_hdr *h) in lustre_swab_llog_hdr()
/linux-4.1.27/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_SET(s, l, v, os, h) \ argument
118 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
119 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
120 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
121 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
122 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument
[all …]
Dhist.c56 void hists__calc_col_len(struct hists *hists, struct hist_entry *h) in hists__calc_col_len()
1085 static void hists__inc_filter_stats(struct hists *hists, struct hist_entry *h) in hists__inc_filter_stats()
1091 void hists__inc_stats(struct hists *hists, struct hist_entry *h) in hists__inc_stats()
1161 static void hists__remove_entry_filter(struct hists *hists, struct hist_entry *h, in hists__remove_entry_filter()
1202 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_dso() local
1236 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_thread() local
1268 struct hist_entry *h = rb_entry(nd, struct hist_entry, rb_node); in hists__filter_by_symbol() local
Dannotate.c491 struct sym_hist *h; in __symbol__inc_addr_samples() local
670 struct sym_hist *h = annotation__histogram(notes, evidx); in disasm__calc_percent() local
1195 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__get_source_line() local
1289 struct sym_hist *h = annotation__histogram(notes, evsel->idx); in symbol__annotate_hits() local
1387 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_zero_histogram() local
1395 struct sym_hist *h = annotation__histogram(notes, evidx); in symbol__annotate_decay_histogram() local
/linux-4.1.27/mm/
Dhugetlb.c89 struct hugepage_subpool *hugepage_new_subpool(struct hstate *h, long max_hpages, in hugepage_new_subpool()
400 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
589 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page()
597 static struct page *dequeue_huge_page_node(struct hstate *h, int nid) in dequeue_huge_page_node()
618 static inline gfp_t htlb_alloc_mask(struct hstate *h) in htlb_alloc_mask()
626 static struct page *dequeue_huge_page_vma(struct hstate *h, in dequeue_huge_page_vma()
713 static int hstate_next_node_to_alloc(struct hstate *h, in hstate_next_node_to_alloc()
732 static int hstate_next_node_to_free(struct hstate *h, nodemask_t *nodes_allowed) in hstate_next_node_to_free()
856 static struct page *alloc_fresh_gigantic_page_node(struct hstate *h, int nid) in alloc_fresh_gigantic_page_node()
869 static int alloc_fresh_gigantic_page(struct hstate *h, in alloc_fresh_gigantic_page()
[all …]
Dhugetlb_cgroup.c148 struct hstate *h; in hugetlb_cgroup_css_offline() local
339 struct hstate *h = &hstates[idx]; in __hugetlb_cgroup_file_init() local
381 struct hstate *h; in hugetlb_cgroup_file_init() local
401 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.1.27/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 …]
Ddma-mapping.h140 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
158 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
213 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
214 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
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.1.27/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.1.27/drivers/scsi/device_handler/
Dscsi_dh_alua.c94 static int realloc_buffer(struct alua_dh_data *h, unsigned len) in realloc_buffer()
143 static int submit_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in submit_vpd_inquiry()
180 static unsigned submit_rtpg(struct scsi_device *sdev, struct alua_dh_data *h, in submit_rtpg()
230 struct alua_dh_data *h = req->end_io_data; in stpg_endio() local
284 static unsigned submit_stpg(struct alua_dh_data *h) in submit_stpg()
325 static int alua_check_tpgs(struct scsi_device *sdev, struct alua_dh_data *h) in alua_check_tpgs()
362 static int alua_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in alua_vpd_inquiry()
537 static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h, int wait_for_transition) in alua_rtpg()
681 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
711 struct alua_dh_data *h = get_alua_data(sdev); in alua_set_params() local
[all …]
Dscsi_dh_hp_sw.c112 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
203 struct hp_sw_dh_data *h = req->end_io_data; in start_stop_endio() local
244 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
270 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_prep_fn() local
295 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_activate() local
345 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
370 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_bus_detach() local
Dscsi_dh_rdac.c228 struct rdac_dh_data *h; member
299 struct rdac_dh_data *h, struct list_head *list) in rdac_failover_get()
406 unsigned int len, struct rdac_dh_data *h) in submit_inquiry()
436 static int get_lun_info(struct scsi_device *sdev, struct rdac_dh_data *h, in get_lun_info()
462 static int check_ownership(struct scsi_device *sdev, struct rdac_dh_data *h) in check_ownership()
499 struct rdac_dh_data *h, char *array_name, u8 *array_id) in initialize_controller()
522 static int set_mode_select(struct scsi_device *sdev, struct rdac_dh_data *h) in set_mode_select()
547 struct rdac_dh_data *h = get_rdac_data(sdev); in mode_select_handle_sense() local
592 struct rdac_dh_data *h = get_rdac_data(sdev); in send_mode_select() local
672 struct rdac_dh_data *h = get_rdac_data(sdev); in rdac_activate() local
[all …]
Dscsi_dh_emc.c453 struct clariion_dh_data *h = get_clariion_data(sdev); in clariion_prep_fn() local
655 struct clariion_dh_data *h; in clariion_bus_attach() local
687 struct clariion_dh_data *h = get_clariion_data(sdev); in clariion_bus_detach() local
/linux-4.1.27/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.1.27/include/linux/
Dhugetlb.h44 #define for_each_hstate(h) \ argument
367 static inline unsigned long huge_page_size(struct hstate *h) in huge_page_size()
376 static inline unsigned long huge_page_mask(struct hstate *h) in huge_page_mask()
381 static inline unsigned int huge_page_order(struct hstate *h) in huge_page_order()
386 static inline unsigned huge_page_shift(struct hstate *h) in huge_page_shift()
391 static inline bool hstate_is_gigantic(struct hstate *h) in hstate_is_gigantic()
396 static inline unsigned int pages_per_huge_page(struct hstate *h) in pages_per_huge_page()
401 static inline unsigned int blocks_per_huge_page(struct hstate *h) in blocks_per_huge_page()
427 static inline int hstate_index(struct hstate *h) in hstate_index()
445 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()
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
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()
638 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
/linux-4.1.27/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.1.27/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.1.27/net/netfilter/ipset/
Dip_set_hash_gen.h42 #define AHASH_MAX(h) ((h)->ahash_max) argument
58 #define TUNE_AHASH_MAX(h, multi) \ argument
61 #define AHASH_MAX(h) AHASH_MAX_SIZE argument
62 #define TUNE_AHASH_MAX(h, multi) argument
78 #define hbucket(h, i) (&((h)->bucket[i])) argument
296 mtype_add_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_add_cidr()
320 mtype_del_cidr(struct htype *h, u8 cidr, u8 nets_length, u8 n) in mtype_del_cidr()
340 mtype_ahash_memsize(const struct htype *h, const struct htable *t, in mtype_ahash_memsize()
374 struct htype *h = set->data; in mtype_flush() local
420 struct htype *h = set->data; in mtype_destroy() local
[all …]
Dip_set_hash_ip.c86 const struct hash_ip *h = set->data; in hash_ip4_kadt() local
105 const struct hash_ip *h = set->data; in hash_ip4_uadt() local
227 const struct hash_ip *h = set->data; in hash_ip6_kadt() local
244 const struct hash_ip *h = set->data; in hash_ip6_uadt() local
Dip_set_hash_ipmark.c90 const struct hash_ipmark *h = set->data; in hash_ipmark4_kadt() local
106 const struct hash_ipmark *h = set->data; in hash_ipmark4_uadt() local
224 const struct hash_ipmark *h = set->data; in hash_ipmark6_kadt() local
240 const struct hash_ipmark *h = set->data; in hash_ipmark6_uadt() local
Dip_set_hash_netport.c137 const struct hash_netport *h = set->data; in hash_netport4_kadt() local
161 const struct hash_netport *h = set->data; in hash_netport4_uadt() local
357 const struct hash_netport *h = set->data; in hash_netport6_kadt() local
381 const struct hash_netport *h = set->data; in hash_netport6_uadt() local
Dip_set_hash_ipportnet.c142 const struct hash_ipportnet *h = set->data; in hash_ipportnet4_kadt() local
167 const struct hash_ipportnet *h = set->data; in hash_ipportnet4_uadt() local
398 const struct hash_ipportnet *h = set->data; in hash_ipportnet6_kadt() local
423 const struct hash_ipportnet *h = set->data; in hash_ipportnet6_uadt() local
Dip_set_hash_netportnet.c151 const struct hash_netportnet *h = set->data; in hash_netportnet4_kadt() local
177 const struct hash_netportnet *h = set->data; in hash_netportnet4_uadt() local
428 const struct hash_netportnet *h = set->data; in hash_netportnet6_kadt() local
454 const struct hash_netportnet *h = set->data; in hash_netportnet6_uadt() local
Dip_set_hash_net.c121 const struct hash_net *h = set->data; in hash_net4_kadt() local
143 const struct hash_net *h = set->data; in hash_net4_uadt() local
294 const struct hash_net *h = set->data; in hash_net6_kadt() local
Dip_set_hash_netiface.c236 struct hash_netiface *h = set->data; in hash_netiface4_kadt() local
289 struct hash_netiface *h = set->data; in hash_netiface4_uadt() local
476 struct hash_netiface *h = set->data; in hash_netiface6_kadt() local
526 struct hash_netiface *h = set->data; in hash_netiface6_uadt() local
Dip_set_hash_netnet.c140 const struct hash_netnet *h = set->data; in hash_netnet4_kadt() local
162 const struct hash_netnet *h = set->data; in hash_netnet4_uadt() local
371 const struct hash_netnet *h = set->data; in hash_netnet6_kadt() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/hexagon/include/asm/
Ddma-mapping.h37 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
38 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
73 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
91 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
/linux-4.1.27/net/wireless/
Dwext-compat.h8 #define EXPORT_WEXT_HANDLER(h) EXPORT_SYMBOL_GPL(h) argument
10 #define EXPORT_WEXT_HANDLER(h) argument
/linux-4.1.27/arch/alpha/include/asm/
Ddma-mapping.h15 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
24 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
48 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
49 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
/linux-4.1.27/arch/sparc/include/asm/
Ddma-mapping.h12 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
13 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
44 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
58 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
/linux-4.1.27/arch/sh/include/asm/
Ddma-mapping.h42 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
43 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
56 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
76 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
/linux-4.1.27/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.1.27/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.1.27/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
559 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_mbus_fmt() local
600 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_mbus_fmt() local
631 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_std() local
663 struct saa6752hs_state *h; in saa6752hs_probe() local
/linux-4.1.27/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.1.27/arch/s390/include/asm/
Ddma-mapping.h28 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
29 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
59 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) argument
76 #define dma_free_coherent(d, s, c, h) dma_free_attrs(d, s, c, h, NULL) argument
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/ia64/include/asm/
Ddma-mapping.h26 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
40 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
51 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
52 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
/linux-4.1.27/arch/x86/include/asm/
Ddma-mapping.h57 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
58 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
128 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
158 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
Dmsr.h16 u32 h; member
234 static inline int rdmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 *l, u32 *h) in rdmsr_on_cpu()
239 static inline int wrmsr_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_on_cpu()
265 u32 *l, u32 *h) in rdmsr_safe_on_cpu()
269 static inline int wrmsr_safe_on_cpu(unsigned int cpu, u32 msr_no, u32 l, u32 h) in wrmsr_safe_on_cpu()
/linux-4.1.27/arch/unicore32/include/asm/
Ddma-mapping.h85 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
96 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
107 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
108 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
/linux-4.1.27/arch/microblaze/include/asm/
Ddma-mapping.h102 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
103 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
105 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) argument
122 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d, s, c, h, NULL) argument
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/tile/include/asm/
Ddma-mapping.h144 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) argument
145 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) argument
146 #define dma_free_coherent(d, s, v, h) dma_free_attrs(d, s, v, h, NULL) argument
147 #define dma_free_noncoherent(d, s, v, h) dma_free_attrs(d, s, v, h, NULL) argument
/linux-4.1.27/fs/hugetlbfs/
Dinode.c102 struct hstate *h = hstate_file(file); in hugetlbfs_file_mmap() local
153 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
222 struct hstate *h = hstate_file(file); in hugetlbfs_read_iter() local
306 struct hstate *h = hstate_inode(inode); in truncate_hugepages() local
380 struct hstate *h = hstate_inode(inode); in hugetlb_vmtruncate() local
397 struct hstate *h = hstate_inode(inode); in hugetlbfs_setattr() local
590 struct hstate *h = hstate_inode(d_inode(dentry)); in hugetlbfs_statfs() local
742 hugetlbfs_size_to_hpages(struct hstate *h, unsigned long long size_opt, in hugetlbfs_size_to_hpages()
953 struct hstate *h = hstate_sizelog(page_size_log); in get_hstate_idx() local
1046 struct hstate *h; in init_hugetlbfs_fs() local
[all …]
/linux-4.1.27/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()
/linux-4.1.27/arch/powerpc/sysdev/
Di8259.c165 static int i8259_host_match(struct irq_domain *h, struct device_node *node) in i8259_host_match()
170 static int i8259_host_map(struct irq_domain *h, unsigned int virq, in i8259_host_map()
187 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()
186 static int ehv_pic_host_map(struct irq_domain *h, unsigned int virq, in ehv_pic_host_map()
215 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.1.27/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.c389 nf_ct_key_equal(struct nf_conntrack_tuple_hash *h, in nf_ct_key_equal()
412 struct nf_conntrack_tuple_hash *h; in ____nf_conntrack_find() local
448 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_find_get() local
497 struct nf_conntrack_tuple_hash *h; in nf_conntrack_hash_check_insert() local
570 struct nf_conntrack_tuple_hash *h; in __nf_conntrack_confirm() local
688 struct nf_conntrack_tuple_hash *h; in nf_conntrack_tuple_taken() local
722 struct nf_conntrack_tuple_hash *h; in early_drop() local
1008 struct nf_conntrack_tuple_hash *h; in resolve_normal_ct() local
1351 struct nf_conntrack_tuple_hash *h; in get_next_corpse() local
1543 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.c95 unsigned int h; in __nf_ct_expect_find() local
134 unsigned int h; in nf_ct_find_expectation() local
342 unsigned int h = nf_ct_expect_dst_hash(&exp->tuple); in nf_ct_expect_insert() local
394 unsigned int h; in __nf_ct_expect_check() local
/linux-4.1.27/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.1.27/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.1.27/drivers/bluetooth/
Dbpa10x.c93 struct hci_event_hdr *h = buf; in bpa10x_recv() local
101 struct hci_acl_hdr *h = buf; in bpa10x_recv() local
110 struct hci_sco_hdr *h = buf; in bpa10x_recv() local
118 struct hci_vendor_hdr *h = buf; in bpa10x_recv() local
/linux-4.1.27/include/linux/crush/
Dcrush.h130 struct crush_bucket h; member
135 struct crush_bucket h; member
142 struct crush_bucket h; /* note: h.size is _tree_ size, not number of member
149 struct crush_bucket h; member
155 struct crush_bucket h; member
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-memops.c148 struct vb2_vmarea_handler *h = vma->vm_private_data; in vb2_common_vm_open() local
166 struct vb2_vmarea_handler *h = vma->vm_private_data; in vb2_common_vm_close() local
/linux-4.1.27/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.1.27/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
Don20.c38 { int h,l, r ; in on20_read_regr() local
89 { int k, l, h; in on20_read_block() local
Dcomm.c47 { int l, h, r; in comm_read_regr() local
110 { int i, l, h; in comm_read_block() local
/linux-4.1.27/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.1.27/arch/avr32/include/asm/
Ddma-mapping.h336 #define dma_alloc_noncoherent(d, s, h, f) dma_alloc_coherent(d, s, h, f) argument
337 #define dma_free_noncoherent(d, s, v, h) dma_free_coherent(d, s, v, h) argument
346 #define dma_mmap_coherent(d, v, c, h, s) dma_common_mmap(d, v, c, h, s) argument
347 #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.1.27/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.1.27/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()
337 unsigned int h = f->handle; in rsvp_delete() local
378 u32 h; in gen_handle() local
629 unsigned int h, h1; in rsvp_walk() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/tile/mm/
Dhugetlbpage.c173 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_bottomup() local
189 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area_topdown() local
221 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/linux-4.1.27/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.1.27/fs/btrfs/
Dprops.c64 u64 h = btrfs_name_hash(p->xattr_name, strlen(p->xattr_name)); in btrfs_props_init() local
72 struct hlist_head *h; in find_prop_handlers_by_hash() local
85 struct prop_handler *h; in find_prop_handler() local
304 const struct prop_handler *h; 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.1.27/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()
/linux-4.1.27/drivers/md/bcache/
Dutil.h62 #define heap_swap(h, i, j) swap((h)->data[i], (h)->data[j]) argument
64 #define heap_sift(h, i, cmp) \ argument
80 #define heap_sift_down(h, i, cmp) \ argument
91 #define heap_add(h, d, cmp) \ argument
104 #define heap_pop(h, d, cmp) \ argument
116 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL) argument
118 #define heap_full(h) ((h)->used == (h)->size) argument
/linux-4.1.27/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.1.27/arch/powerpc/sysdev/xics/
Dxics-common.c301 static int xics_host_match(struct irq_domain *h, struct device_node *node) in xics_host_match()
323 static int xics_host_map(struct irq_domain *h, unsigned int virq, in xics_host_map()
348 static int xics_host_xlate(struct irq_domain *h, struct device_node *ct, in xics_host_xlate()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/mips/include/asm/
Ddma-mapping.h68 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
84 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
Dspinlock_types.h26 } h; member
/linux-4.1.27/drivers/video/fbdev/
Dtridentfb.c207 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in blade_fill_rect()
218 u32 x, u32 y, u32 w, u32 h, u32 c, u32 b) in blade_image_blit()
233 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in blade_copy_rect()
309 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in xp_fill_rect()
321 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in xp_copy_rect()
381 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in image_fill_rect()
395 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in image_copy_rect()
449 u32 x, u32 y, u32 w, u32 h, u32 c, u32 rop) in tgui_fill_rect()
460 u32 x1, u32 y1, u32 x2, u32 y2, u32 w, u32 h) in tgui_copy_rect()
/linux-4.1.27/include/asm-generic/bitops/
Dfls64.h20 __u32 h = x >> 32; in fls64() local
/linux-4.1.27/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.1.27/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.1.27/arch/openrisc/include/asm/
Ddma-mapping.h41 #define dma_alloc_coherent(d,s,h,f) dma_alloc_attrs(d,s,h,f,NULL) argument
57 #define dma_free_coherent(d,s,c,h) dma_free_attrs(d,s,c,h,NULL) argument
/linux-4.1.27/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.1.27/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
669 u32 h = handles[i]; in setup_gop32() local
774 u64 h = handles[i]; in setup_gop64() local
878 u32 w, h, depth, refresh; in setup_uga32() local
923 u32 w, h, depth, refresh; in setup_uga64() local
/linux-4.1.27/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
188 #define dma_get_sgtable(d, t, v, h, s) dma_common_get_sgtable(d, t, v, h, s) argument
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/usb/gadget/function/
Duvc_configfs.c147 struct uvcg_control_header *h; in uvcg_control_header_make() local
167 struct uvcg_control_header *h = to_uvcg_control_header(item); in uvcg_control_header_drop() local
959 struct uvcg_streaming_header *h; in uvcg_streaming_header_make() local
979 struct uvcg_streaming_header *h = to_uvcg_streaming_header(item); in uvcg_streaming_header_drop() local
1264 struct uvcg_frame *h; in uvcg_frame_make() local
1308 struct uvcg_frame *h = to_uvcg_frame(item); in uvcg_frame_drop() local
1553 struct uvcg_uncompressed *h; in uvcg_uncompressed_make() local
1580 struct uvcg_uncompressed *h = to_uvcg_uncompressed(item); in uvcg_uncompressed_drop() local
1762 struct uvcg_mjpeg *h; in uvcg_mjpeg_make() local
1787 struct uvcg_mjpeg *h = to_uvcg_mjpeg(item); in uvcg_mjpeg_drop() local
[all …]
/linux-4.1.27/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.1.27/arch/powerpc/platforms/512x/
Dmpc5121_ads_cpld.c126 cpld_pic_host_match(struct irq_domain *h, struct device_node *node) in cpld_pic_host_match()
132 cpld_pic_host_map(struct irq_domain *h, unsigned int virq, in cpld_pic_host_map()
/linux-4.1.27/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.1.27/arch/metag/mm/
Dhugetlbpage.c34 struct hstate *h = hstate_file(file); in prepare_hugepage_range() local
204 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/linux-4.1.27/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.1.27/arch/powerpc/platforms/cell/
Dinterrupt.c225 static int iic_host_match(struct irq_domain *h, struct device_node *node) in iic_host_match()
231 static int iic_host_map(struct irq_domain *h, unsigned int virq, in iic_host_map()
248 static int iic_host_xlate(struct irq_domain *h, struct device_node *ct, in iic_host_xlate()
/linux-4.1.27/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.1.27/lib/lz4/
Dlz4_compress.c97 u32 h = forwardh; in lz4_compressctx() local
278 u32 h = forwardh; in lz4_compress64kctx() local
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dp5.c48 u32 l, h; in intel_p5_mcheck_init() local
/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_nx2.h302 struct qla8044_minidump_entry_hdr h; member
325 struct qla8044_minidump_entry_hdr h; member
349 struct qla8044_minidump_entry_hdr h; member
362 struct qla8044_minidump_entry_hdr h; member
370 struct qla8044_minidump_entry_hdr h; member
382 struct qla8044_minidump_entry_hdr h; member
390 struct qla8044_minidump_entry_hdr h; member
403 struct qla8044_minidump_entry_hdr h; member
423 struct qla8044_minidump_entry_hdr h; member
436 struct qla8044_minidump_entry_hdr h; member
[all …]
/linux-4.1.27/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.1.27/arch/x86/kernel/cpu/
Dhypervisor.c46 const struct hypervisor_x86 *h, * const *p; in detect_hypervisor_vendor() local
/linux-4.1.27/arch/x86/crypto/
Dsha256-avx-asm.S112 h = %r11d define
144 h = g define
Dsha256-ssse3-asm.S104 h = %r11d define
137 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.1.27/fs/nfsd/
Dexport.h48 struct cache_head h; member
69 struct cache_head h; member
/linux-4.1.27/include/linux/iio/
Dtrigger_consumer.h35 irqreturn_t (*h)(int irq, void *p); member
/linux-4.1.27/net/ipv4/
Dfib_frontend.c78 unsigned int h; in fib_new_table() local
117 unsigned int h; in fib_get_table() local
180 unsigned int h; in fib_flush() local
199 unsigned int h; in fib_flush_external() local
714 unsigned int h, s_h; in inet_dump_fib() local
/linux-4.1.27/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.1.27/arch/arm64/include/asm/
Ddma-mapping.h109 #define dma_alloc_coherent(d, s, h, f) dma_alloc_attrs(d, s, h, f, NULL) argument
110 #define dma_free_coherent(d, s, h, f) dma_free_attrs(d, s, h, f, NULL) argument
/linux-4.1.27/drivers/fmc/
Dfmc-match.c56 struct fru_common_header *h; in fmc_fill_id_info() local
/linux-4.1.27/drivers/staging/skein/
Dskein_api.h105 struct skein_ctx_hdr h; member
/linux-4.1.27/include/xen/
Dacpi.h60 static inline int xen_acpi_get_pxm(acpi_handle h) in xen_acpi_get_pxm()
/linux-4.1.27/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()
253 static int qe_ic_host_map(struct irq_domain *h, unsigned int virq, in qe_ic_host_map()
/linux-4.1.27/arch/nios2/kernel/
Dirq.c62 static int irq_map(struct irq_domain *h, unsigned int virq, in irq_map()
/linux-4.1.27/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.1.27/include/linux/sunrpc/
Dcache.h188 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
195 static inline void cache_put(struct cache_head *h, struct cache_detail *cd) in cache_put()
203 static inline int cache_is_expired(struct cache_detail *detail, struct cache_head *h) in cache_is_expired()
/linux-4.1.27/arch/m68k/sun3x/
Dtime.c41 volatile struct mostek_dt *h = in sun3x_hwclk() local
/linux-4.1.27/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.1.27/drivers/net/ethernet/intel/ixgbevf/
Dvf.h188 #define IXGBE_WRITE_REG(h, r, v) ixgbe_write_reg(h, r, v) argument
191 #define IXGBE_READ_REG(h, r) ixgbevf_read_reg(h, r) argument
199 #define IXGBE_WRITE_REG_ARRAY(h, r, o, v) ixgbe_write_reg_array(h, r, o, v) argument
207 #define IXGBE_READ_REG_ARRAY(h, r, o) ixgbe_read_reg_array(h, r, o) argument
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/powerpc/platforms/85xx/
Dsocrates_fpga_pic.c232 static int socrates_fpga_pic_host_map(struct irq_domain *h, unsigned int virq, in socrates_fpga_pic_host_map()
243 static int socrates_fpga_pic_host_xlate(struct irq_domain *h, in socrates_fpga_pic_host_xlate()
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dpriv.h12 #define nvkm_disp_create(p,e,c,h,i,x,d) \ argument
/linux-4.1.27/include/net/
Draw.h45 struct raw_hashinfo *h; member
/linux-4.1.27/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.1.27/drivers/gpu/drm/imx/
Dipuv3-plane.h30 int h; member
/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c97 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init()
1199 unsigned h = tpg->src_height; in tpg_calculate_square_border() local
1646 unsigned h = tpg->buf_height; in tpg_calc_text_basep() local
1755 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_extras()
1854 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_pattern()
2006 unsigned h; in tpg_fill_plane_buffer() local
/linux-4.1.27/arch/c6x/kernel/
Dirq.c77 static int core_domain_map(struct irq_domain *h, unsigned int virq, in core_domain_map()
/linux-4.1.27/arch/arm/include/asm/
Dhugetlb.h48 struct hstate *h = hstate_file(file); in prepare_hugepage_range() local
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_cursor.c71 int x, y, h; in atyfb_cursor() local
/linux-4.1.27/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

1234