Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 603) sorted by relevance

12345678910>>...25

/linux-3.4.99/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.c216 static void cciss_procinit(ctlr_info_t *h) in cciss_procinit()
242 static void set_performant_mode(ctlr_info_t *h, CommandList_struct *c) in set_performant_mode()
274 static void enqueue_cmd_and_start_io(ctlr_info_t *h, in enqueue_cmd_and_start_io()
303 ctlr_info_t *h, int chainsize, int nr_cmds) in cciss_allocate_sg_chain_blocks()
332 static void cciss_unmap_sg_chain_block(ctlr_info_t *h, CommandList_struct *c) in cciss_unmap_sg_chain_block()
346 static void cciss_map_sg_chain_block(ctlr_info_t *h, CommandList_struct *c, in cciss_map_sg_chain_block()
379 ctlr_info_t *h = seq->private; in cciss_seq_show_header() local
407 ctlr_info_t *h = seq->private; in cciss_seq_start() local
430 ctlr_info_t *h = seq->private; in cciss_seq_show() local
460 ctlr_info_t *h = seq->private; in cciss_seq_next() local
[all …]
Dcciss_scsi.c128 #define CPQ_TAPE_LOCK(h, flags) spin_lock_irqsave( \ argument
130 #define CPQ_TAPE_UNLOCK(h, flags) spin_unlock_irqrestore( \ argument
134 scsi_cmd_alloc(ctlr_info_t *h) in scsi_cmd_alloc()
178 scsi_cmd_free(ctlr_info_t *h, CommandList_struct *c) in scsi_cmd_free()
199 scsi_cmd_stack_setup(ctlr_info_t *h, struct cciss_scsi_adapter_data_t *sa) in scsi_cmd_stack_setup()
242 scsi_cmd_stack_free(ctlr_info_t *h) in scsi_cmd_stack_free()
351 find_bus_target_lun(ctlr_info_t *h, int *bus, int *target, int *lun) in find_bus_target_lun()
378 cciss_scsi_add_entry(ctlr_info_t *h, int hostno, in cciss_scsi_add_entry()
453 cciss_scsi_remove_entry(ctlr_info_t *h, int hostno, int entry, in cciss_scsi_remove_entry()
485 static void fixup_botched_add(ctlr_info_t *h, char *scsi3addr) in fixup_botched_add()
[all …]
/linux-3.4.99/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-3.4.99/drivers/scsi/
Dhpsa.c216 static int check_for_unit_attention(struct ctlr_info *h, in check_for_unit_attention()
259 struct ctlr_info *h; in host_store_rescan() local
269 struct ctlr_info *h; in host_show_firmware_revision() local
285 struct ctlr_info *h = shost_to_hba(shost); in host_show_commands_outstanding() local
293 struct ctlr_info *h; in host_show_transport_mode() local
376 struct ctlr_info *h; in host_show_resettable() local
398 struct ctlr_info *h; in raid_level_show() local
430 struct ctlr_info *h; in lunid_show() local
454 struct ctlr_info *h; in unique_id_show() local
537 static inline u32 next_command(struct ctlr_info *h) in next_command()
[all …]
/linux-3.4.99/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()
325 int tfrc_rx_handle_loss(struct tfrc_rx_hist *h, in tfrc_rx_handle_loss()
348 int tfrc_rx_hist_alloc(struct tfrc_rx_hist *h) in tfrc_rx_hist_alloc()
369 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-3.4.99/mm/
Dhugetlb.c48 #define for_each_hstate(h) \ argument
297 static pgoff_t vma_hugecache_offset(struct hstate *h, in vma_hugecache_offset()
439 static void decrement_hugepage_resv_vma(struct hstate *h, in decrement_hugepage_resv_vma()
478 struct hstate *h = page_hstate(src); in copy_gigantic_page() local
495 struct hstate *h = page_hstate(src); in copy_huge_page() local
509 static void enqueue_huge_page(struct hstate *h, struct page *page) in enqueue_huge_page()
517 static struct page *dequeue_huge_page_node(struct hstate *h, int nid) in dequeue_huge_page_node()
531 static struct page *dequeue_huge_page_vma(struct hstate *h, in dequeue_huge_page_vma()
582 static void update_and_free_page(struct hstate *h, struct page *page) in update_and_free_page()
604 struct hstate *h; in size_to_hstate() local
[all …]
/linux-3.4.99/arch/powerpc/include/asm/
Dexception-64s.h81 #define __EXCEPTION_PROLOG_PSERIES_1(label, h) \ argument
91 #define EXCEPTION_PROLOG_PSERIES_1(label, h) \ argument
94 #define EXCEPTION_PROLOG_PSERIES(area, label, h, extra, vec) \ argument
103 #define __KVM_HANDLER(area, h, n) \ argument
112 #define __KVM_HANDLER_SKIP(area, h, n) \ argument
128 #define KVM_HANDLER(area, h, n) __KVM_HANDLER(area, h, n) argument
129 #define KVM_HANDLER_SKIP(area, h, n) __KVM_HANDLER_SKIP(area, h, n) argument
133 #define KVM_HANDLER(area, h, n) argument
134 #define KVM_HANDLER_SKIP(area, h, n) argument
139 #define KVM_HANDLER_PR(area, h, n) __KVM_HANDLER(area, h, n) argument
[all …]
/linux-3.4.99/security/selinux/ss/
Dhashtab.c11 struct hashtab *hashtab_create(u32 (*hash_value)(struct hashtab *h, const void *key), in hashtab_create()
12 int (*keycmp)(struct hashtab *h, const void *key1, const void *key2), in hashtab_create()
38 int hashtab_insert(struct hashtab *h, void *key, void *datum) in hashtab_insert()
74 void *hashtab_search(struct hashtab *h, const void *key) in hashtab_search()
93 void hashtab_destroy(struct hashtab *h) in hashtab_destroy()
117 int hashtab_map(struct hashtab *h, in hashtab_map()
141 void hashtab_stat(struct hashtab *h, struct hashtab_info *info) in hashtab_stat()
Davtab.c35 avtab_insert_node(struct avtab *h, int hvalue, in avtab_insert_node()
57 static int avtab_insert(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert()
98 avtab_insert_nonunique(struct avtab *h, struct avtab_key *key, struct avtab_datum *datum) in avtab_insert_nonunique()
128 struct avtab_datum *avtab_search(struct avtab *h, struct avtab_key *key) in avtab_search()
163 avtab_search_node(struct avtab *h, struct avtab_key *key) in avtab_search_node()
222 void avtab_destroy(struct avtab *h) in avtab_destroy()
245 int avtab_init(struct avtab *h) in avtab_init()
252 int avtab_alloc(struct avtab *h, u32 nrules) in avtab_alloc()
286 void avtab_hash_eval(struct avtab *h, char *tag) in avtab_hash_eval()
/linux-3.4.99/tools/perf/util/
Dparse-options.h102 #define OPT_ARGUMENT(l, h) { .type = OPTION_ARGUMENT, .long_name = (l), .help = (h) } argument
103 #define OPT_GROUP(h) { .type = OPTION_GROUP, .help = (h) } argument
104 #define OPT_BIT(s, l, v, h, b) { .type = OPTION_BIT, .short_name = (s), .long_name = (l), .val… argument
105 #define OPT_BOOLEAN(s, l, v, h) { .type = OPTION_BOOLEAN, .short_name = (s), .long_name = (l), … argument
106 #define OPT_INCR(s, l, v, h) { .type = OPTION_INCR, .short_name = (s), .long_name = (l), .va… argument
107 #define OPT_SET_UINT(s, l, v, h, i) { .type = OPTION_SET_UINT, .short_name = (s), .long_name = (l)… argument
108 #define OPT_SET_PTR(s, l, v, h, p) { .type = OPTION_SET_PTR, .short_name = (s), .long_name = (l), … argument
109 #define OPT_INTEGER(s, l, v, h) { .type = OPTION_INTEGER, .short_name = (s), .long_name = (l), … argument
110 #define OPT_UINTEGER(s, l, v, h) { .type = OPTION_UINTEGER, .short_name = (s), .long_name = (l),… argument
111 #define OPT_LONG(s, l, v, h) { .type = OPTION_LONG, .short_name = (s), .long_name = (l), .va… argument
[all …]
/linux-3.4.99/arch/powerpc/platforms/powermac/
Dpfunc_core.c137 static int pmf_parser_write_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_gpio()
147 static int pmf_parser_read_gpio(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_gpio()
159 static int pmf_parser_write_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg32()
171 static int pmf_parser_read_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg32()
181 static int pmf_parser_write_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg16()
193 static int pmf_parser_read_reg16(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg16()
203 static int pmf_parser_write_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_write_reg8()
215 static int pmf_parser_read_reg8(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_read_reg8()
224 static int pmf_parser_delay(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_delay()
233 static int pmf_parser_wait_reg32(struct pmf_cmd *cmd, struct pmf_handlers *h) in pmf_parser_wait_reg32()
[all …]
/linux-3.4.99/drivers/sh/intc/
Daccess.c75 static unsigned long test_8(unsigned long addr, unsigned long h, in test_8()
81 static unsigned long test_16(unsigned long addr, unsigned long h, in test_16()
87 static unsigned long test_32(unsigned long addr, unsigned long h, in test_32()
93 static unsigned long write_8(unsigned long addr, unsigned long h, in write_8()
101 static unsigned long write_16(unsigned long addr, unsigned long h, in write_16()
109 static unsigned long write_32(unsigned long addr, unsigned long h, in write_32()
117 static unsigned long modify_8(unsigned long addr, unsigned long h, in modify_8()
130 static unsigned long modify_16(unsigned long addr, unsigned long h, in modify_16()
143 static unsigned long modify_32(unsigned long addr, unsigned long h, in modify_32()
/linux-3.4.99/drivers/scsi/device_handler/
Dscsi_dh_alua.c86 static int realloc_buffer(struct alua_dh_data *h, unsigned len) in realloc_buffer()
135 static int submit_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in submit_vpd_inquiry()
172 static unsigned submit_rtpg(struct scsi_device *sdev, struct alua_dh_data *h) in submit_rtpg()
218 struct alua_dh_data *h = req->end_io_data; in stpg_endio() local
270 static unsigned submit_stpg(struct alua_dh_data *h) in submit_stpg()
311 static int alua_check_tpgs(struct scsi_device *sdev, struct alua_dh_data *h) in alua_check_tpgs()
348 static int alua_vpd_inquiry(struct scsi_device *sdev, struct alua_dh_data *h) in alua_vpd_inquiry()
510 static int alua_rtpg(struct scsi_device *sdev, struct alua_dh_data *h) in alua_rtpg()
604 static int alua_initialize(struct scsi_device *sdev, struct alua_dh_data *h) in alua_initialize()
637 struct alua_dh_data *h = get_alua_data(sdev); in alua_activate() local
[all …]
Dscsi_dh_hp_sw.c113 static int hp_sw_tur(struct scsi_device *sdev, struct hp_sw_dh_data *h) in hp_sw_tur()
204 struct hp_sw_dh_data *h = req->end_io_data; in start_stop_endio() local
245 static int hp_sw_start_stop(struct hp_sw_dh_data *h) in hp_sw_start_stop()
271 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_prep_fn() local
296 struct hp_sw_dh_data *h = get_hp_sw_data(sdev); in hp_sw_activate() local
358 struct hp_sw_dh_data *h; in hp_sw_bus_attach() local
/linux-3.4.99/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-3.4.99/include/linux/
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()
/linux-3.4.99/fs/reiserfs/
Dfix_node.c78 static void create_virtual_node(struct tree_balance *tb, int h) in create_virtual_node()
203 static void check_left(struct tree_balance *tb, int h, int cur_free) in check_left()
283 static void check_right(struct tree_balance *tb, int h, int cur_free) in check_right()
366 static int get_num_ver(int mode, struct tree_balance *tb, int h, in get_num_ver()
585 static void set_parameters(struct tree_balance *tb, int h, int lnum, in set_parameters()
779 static int get_empty_nodes(struct tree_balance *tb, int h) in get_empty_nodes()
854 static int get_lfree(struct tree_balance *tb, int h) in get_lfree()
876 static int get_rfree(struct tree_balance *tb, int h) in get_rfree()
897 static int is_left_neighbor_in_cache(struct tree_balance *tb, int h) in is_left_neighbor_in_cache()
956 int h, in get_far_parent()
[all …]
/linux-3.4.99/include/linux/netfilter/ipset/
Dip_set_ahash.h35 #define AHASH_MAX(h) ((h)->ahash_max) argument
51 #define TUNE_AHASH_MAX(h, multi) \ argument
54 #define AHASH_MAX(h) AHASH_MAX_SIZE argument
55 #define TUNE_AHASH_MAX(h, multi) argument
71 #define hbucket(h, i) (&((h)->bucket[i])) argument
144 add_cidr(struct ip_set_hash *h, u8 cidr, u8 host_mask) in add_cidr()
166 del_cidr(struct ip_set_hash *h, u8 cidr, u8 host_mask) in del_cidr()
205 ahash_memsize(const struct ip_set_hash *h, size_t dsize, u8 host_mask) in ahash_memsize()
226 struct ip_set_hash *h = set->data; in ip_set_hash_flush() local
250 struct ip_set_hash *h = set->data; in ip_set_hash_destroy() local
[all …]
/linux-3.4.99/arch/arm/mm/
Dvmregion.c153 struct arm_vmregion_head *h = m->private; in arm_vmregion_start() local
160 struct arm_vmregion_head *h = m->private; in arm_vmregion_next() local
166 struct arm_vmregion_head *h = m->private; in arm_vmregion_stop() local
179 struct arm_vmregion_head *h = PDE(inode)->data; in arm_vmregion_open() local
195 int arm_vmregion_create_proc(const char *path, struct arm_vmregion_head *h) in arm_vmregion_create_proc()
201 int arm_vmregion_create_proc(const char *path, struct arm_vmregion_head *h) in arm_vmregion_create_proc()
/linux-3.4.99/net/xfrm/
Dxfrm_hash.h36 unsigned int h = family ^ reqid; in __xfrm_dst_hash() local
53 unsigned int h = family; in __xfrm_src_hash() local
69 unsigned int h = (__force u32)spi ^ proto; in __xfrm_spi_hash() local
91 unsigned int h = 0; in __sel_hash() local
118 unsigned int h = 0; in __addr_hash() local
/linux-3.4.99/drivers/media/video/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-3.4.99/drivers/media/video/saa7134/
Dsaa6752hs.c316 struct saa6752hs_state *h) in saa6752hs_set_bitrate()
549 struct saa6752hs_state *h = to_state(sd); in saa6752hs_queryctrl() local
650 struct saa6752hs_state *h = to_state(sd); in saa6752hs_querymenu() local
678 struct saa6752hs_state *h = to_state(sd); in saa6752hs_init() local
798 struct saa6752hs_state *h = to_state(sd); in saa6752hs_do_ext_ctrls() local
831 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_ext_ctrls() local
850 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_mbus_fmt() local
864 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_mbus_fmt() local
911 struct saa6752hs_state *h = to_state(sd); in saa6752hs_s_std() local
920 struct saa6752hs_state *h = to_state(sd); in saa6752hs_g_chip_ident() local
[all …]

12345678910>>...25