Home
last modified time | relevance | path

Searched defs:hs (Results 1 – 54 of 54) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/
Dhash.c210 cfs_hash_lock_setup(struct cfs_hash *hs) in cfs_hash_lock_setup()
247 cfs_hash_hh_hhead_size(struct cfs_hash *hs) in cfs_hash_hh_hhead_size()
253 cfs_hash_hh_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_hh_hhead()
262 cfs_hash_hh_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_add()
270 cfs_hash_hh_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_del()
287 cfs_hash_hd_hhead_size(struct cfs_hash *hs) in cfs_hash_hd_hhead_size()
293 cfs_hash_hd_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_hd_hhead()
302 cfs_hash_hd_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hd_hnode_add()
314 cfs_hash_hd_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hd_hnode_del()
335 cfs_hash_dh_hhead_size(struct cfs_hash *hs) in cfs_hash_dh_hhead_size()
[all …]
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h327 #define CFS_HASH_NBKT(hs) \ argument
331 #define CFS_HASH_RH_NBKT(hs) \ argument
335 #define CFS_HASH_BKT_NHLIST(hs) (1U << (hs)->hs_bkt_bits) argument
338 #define CFS_HASH_NHLIST(hs) (1U << (hs)->hs_cur_bits) argument
341 #define CFS_HASH_RH_NHLIST(hs) (1U << (hs)->hs_rehash_bits) argument
344 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock()
351 cfs_hash_with_no_bktlock(struct cfs_hash *hs) in cfs_hash_with_no_bktlock()
358 cfs_hash_with_rw_bktlock(struct cfs_hash *hs) in cfs_hash_with_rw_bktlock()
365 cfs_hash_with_spin_bktlock(struct cfs_hash *hs) in cfs_hash_with_spin_bktlock()
372 cfs_hash_with_add_tail(struct cfs_hash *hs) in cfs_hash_with_add_tail()
[all …]
/linux-4.4.14/drivers/gpu/drm/gma500/
Dmdfld_dsi_pkg_sender.c216 u8 cmd, u8 param, bool hs) in send_short_pkg()
242 u8 *data, int len, bool hs) in send_long_pkg()
371 u8 *data, u16 len, bool hs) in send_pkg()
420 u32 len, bool hs) in mdfld_dsi_send_mcs_long()
437 u8 param, u8 param_num, bool hs) in mdfld_dsi_send_mcs_short()
466 u8 param1, u8 param_num, bool hs) in mdfld_dsi_send_gen_short()
503 u32 len, bool hs) in mdfld_dsi_send_gen_long()
520 u8 *data, u16 len, u32 *data_out, u16 len_out, bool hs) in __read_panel_data()
577 u32 *data, u16 len, bool hs) in mdfld_dsi_read_mcs()
Dmdfld_dsi_output.c187 u8 dcs, u32 *data, bool hs) in mdfld_dsi_get_panel_status()
201 bool hs) in mdfld_dsi_get_power_mode()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c164 conn_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in conn_hashfn()
199 conn_get(struct cfs_hash *hs, struct hlist_node *hnode) in conn_get()
208 conn_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in conn_put_locked()
217 conn_exit(struct cfs_hash *hs, struct hlist_node *hnode) in conn_exit()
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_quota.c139 oqi_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in oqi_hashfn()
173 oqi_get(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_get()
178 oqi_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_put_locked()
183 oqi_exit(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_exit()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c443 static unsigned ldlm_res_hop_hash(struct cfs_hash *hs, in ldlm_res_hop_hash()
455 static unsigned ldlm_res_hop_fid_hash(struct cfs_hash *hs, in ldlm_res_hop_fid_hash()
507 static void ldlm_res_hop_get_locked(struct cfs_hash *hs, in ldlm_res_hop_get_locked()
516 static void ldlm_res_hop_put_locked(struct cfs_hash *hs, in ldlm_res_hop_put_locked()
526 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_res_hop_put()
803 static int ldlm_resource_clean(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_clean()
815 static int ldlm_resource_complain(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_complain()
1322 static int ldlm_res_hash_dump(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_hash_dump()
Dldlm_request.c1619 static int ldlm_cli_hash_cancel_unused(struct cfs_hash *hs, in ldlm_cli_hash_cancel_unused()
1710 static int ldlm_res_iter_helper(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_iter_helper()
/linux-4.4.14/drivers/clk/bcm/
Dclk-cygnus.c33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument
46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
Dclk-nsp.c36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
Dclk-ns2.c38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
/linux-4.4.14/arch/arm/mach-imx/devices/
Dplatform-mxc-ehci.c14 #define imx_mxc_ehci_data_entry_single(soc, _id, hs) \ argument
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c589 struct cfs_hash *hs; in lu_object_new() local
615 struct cfs_hash *hs; in lu_object_find_try() local
781 lu_site_obj_print(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lu_site_obj_print()
866 static unsigned lu_obj_hop_hash(struct cfs_hash *hs, in lu_obj_hop_hash()
906 static void lu_obj_hop_get(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_get()
914 static void lu_obj_hop_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_put_locked()
1704 static void lu_site_stats_get(struct cfs_hash *hs, in lu_site_stats_get()
Dobd_config.c1420 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in uuid_hash()
1459 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_get()
1468 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_put_locked()
Dcl_object.c582 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) in cl_env_hops_noop()
/linux-4.4.14/drivers/video/fbdev/
Dacornfb.c419 unsigned long hs, vs; in acornfb_validate_timing() local
991 unsigned long hs; in acornfb_probe() local
Dasiliantfb.c177 unsigned hs = (p->var.xres + p->var.right_margin) / 8; in asiliant_set_timing() local
Ds3c2410fb.c257 int hs = var->xres >> 2; in s3c2410fb_calculate_stn_lcd_regs() local
Dtdfxfb.c549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
Damifb.c2054 u_short hs, vs, ve; in ami_set_sprite() local
/linux-4.4.14/drivers/usb/gadget/
Dconfig.c165 struct usb_descriptor_header **hs, in usb_assign_descriptors()
Dcomposite.c457 int hs = 0; in config_desc() local
510 int hs = 0; in count_configs() local
/linux-4.4.14/arch/powerpc/platforms/pseries/
DhvCall_inst.c59 struct hcall_stats *hs = m->private; in hc_show() local
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_pool.c128 static void pool_hashrefcount_get(struct cfs_hash *hs, struct hlist_node *hnode) in pool_hashrefcount_get()
136 static void pool_hashrefcount_put_locked(struct cfs_hash *hs, in pool_hashrefcount_put_locked()
/linux-4.4.14/drivers/usb/dwc2/
Dgadget.c781 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local
825 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue_lock() local
2960 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_dequeue() local
2990 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_sethalt() local
3053 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_sethalt_lock() local
/linux-4.4.14/drivers/block/paride/
Dpg.c580 int hs = sizeof (hdr); in pg_write() local
628 int hs = sizeof (hdr); in pg_read() local
/linux-4.4.14/drivers/usb/wusbcore/
Dsecurity.c370 struct usb_handshake *hs; in wusb_dev_4way_handshake() local
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi.h54 bool hs; member
Dintel_dsi.c211 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, in dpi_send_cmd()
Di915_gem_execbuffer.c1021 struct i915_ctx_hang_stats *hs; in i915_gem_validate_context() local
Dintel_uncore.c1337 struct i915_ctx_hang_stats *hs; in i915_get_reset_stats_ioctl() local
Di915_gem.c2654 struct i915_ctx_hang_stats *hs; in i915_set_reset_status() local
/linux-4.4.14/sound/soc/omap/
Drx51.c64 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local
/linux-4.4.14/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c299 static int vvp_pgcache_obj_get(struct cfs_hash *hs, struct cfs_hash_bd *bd, in vvp_pgcache_obj_get()
/linux-4.4.14/include/uapi/linux/usb/
Dch11.h246 } __attribute__ ((packed)) hs; member
/linux-4.4.14/drivers/video/fbdev/omap/
Dsossi.c398 int hs, vs; in sossi_setup_tearsync() local
Dhwa742.c793 int hs, vs; in setup_tearsync() local
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_core.c1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot()
/linux-4.4.14/include/linux/usb/
Dwusb.h370 const struct usb_handshake *hs) in wusb_oob_mic()
/linux-4.4.14/drivers/video/fbdev/intelfb/
Dintelfbhw.c1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local
1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c993 struct handshake *hs; in liquidio_probe() local
1041 struct handshake *hs; in octeon_destroy_resources() local
3040 struct handshake *hs; in liquidio_init() local
/linux-4.4.14/drivers/scsi/libsas/
Dsas_scsi_host.c56 int hs = 0, stat = 0; in sas_end_task() local
/linux-4.4.14/drivers/net/ppp/
Dbsd_comp.c130 } hs; member
/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c2152 struct o2hb_heartbeat_group *hs = NULL; in o2hb_alloc_hb_set() local
2171 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set() local
/linux-4.4.14/drivers/usb/gadget/function/
Df_printer.c219 struct usb_endpoint_descriptor *hs, in ep_desc()
/linux-4.4.14/ipc/
Dshm.c557 struct hstate *hs; in newseg() local
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Drfbi.c576 int hs, vs; in rfbi_setup_te() local
Ddispc.c3089 bool onoff, rf, ipc, vs, hs, de; in _dispc_mgr_set_lcd_timings() local
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c355 u32 hs, u32 rate, bool update_link_startup_timer) in ufs_qcom_cfg_timers()
/linux-4.4.14/drivers/usb/gadget/legacy/
Dinode.c1281 int hs = 0; in config_buf() local
/linux-4.4.14/mm/
Dhugetlb.c993 #define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \ argument
999 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \ argument
Dmmap.c1433 struct hstate *hs; in SYSCALL_DEFINE6() local
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_attr.c5328 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() local