Home
last modified time | relevance | path

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

/linux-4.1.27/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()
261 cfs_hash_hh_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_add()
269 cfs_hash_hh_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_del()
286 cfs_hash_hd_hhead_size(struct cfs_hash *hs) in cfs_hash_hd_hhead_size()
292 cfs_hash_hd_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_hd_hhead()
301 cfs_hash_hd_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hd_hnode_add()
311 cfs_hash_hd_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hd_hnode_del()
330 cfs_hash_dh_hhead_size(struct cfs_hash *hs) in cfs_hash_dh_hhead_size()
[all …]
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h324 #define CFS_HASH_NBKT(hs) \ argument
328 #define CFS_HASH_RH_NBKT(hs) \ argument
332 #define CFS_HASH_BKT_NHLIST(hs) (1U << (hs)->hs_bkt_bits) argument
335 #define CFS_HASH_NHLIST(hs) (1U << (hs)->hs_cur_bits) argument
338 #define CFS_HASH_RH_NHLIST(hs) (1U << (hs)->hs_rehash_bits) argument
341 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock()
348 cfs_hash_with_no_bktlock(struct cfs_hash *hs) in cfs_hash_with_no_bktlock()
355 cfs_hash_with_rw_bktlock(struct cfs_hash *hs) in cfs_hash_with_rw_bktlock()
362 cfs_hash_with_spin_bktlock(struct cfs_hash *hs) in cfs_hash_with_spin_bktlock()
369 cfs_hash_with_add_tail(struct cfs_hash *hs) in cfs_hash_with_add_tail()
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/osc/
Dosc_quota.c139 oqi_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in oqi_hashfn()
172 oqi_get(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_get()
177 oqi_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_put_locked()
182 oqi_exit(struct cfs_hash *hs, struct hlist_node *hnode) in oqi_exit()
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c394 static unsigned ldlm_res_hop_hash(struct cfs_hash *hs, in ldlm_res_hop_hash()
406 static unsigned ldlm_res_hop_fid_hash(struct cfs_hash *hs, in ldlm_res_hop_fid_hash()
458 static void ldlm_res_hop_get_locked(struct cfs_hash *hs, in ldlm_res_hop_get_locked()
467 static void ldlm_res_hop_put_locked(struct cfs_hash *hs, in ldlm_res_hop_put_locked()
477 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_res_hop_put()
748 static int ldlm_resource_clean(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_clean()
761 static int ldlm_resource_complain(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_complain()
1348 static int ldlm_res_hash_dump(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_hash_dump()
Dldlm_flock.c763 ldlm_export_flock_hash(struct cfs_hash *hs, const void *key, unsigned mask) in ldlm_export_flock_hash()
790 ldlm_export_flock_get(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_flock_get()
805 ldlm_export_flock_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_flock_put()
Dldlm_lockd.c904 ldlm_export_lock_hash(struct cfs_hash *hs, const void *key, unsigned mask) in ldlm_export_lock_hash()
940 ldlm_export_lock_get(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_lock_get()
949 ldlm_export_lock_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_export_lock_put()
Dldlm_lock.c1870 static int ldlm_reprocess_res(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_reprocess_res()
2018 int ldlm_cancel_locks_for_export_cb(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_cancel_locks_for_export_cb()
Dldlm_request.c1919 static int ldlm_cli_hash_cancel_unused(struct cfs_hash *hs, in ldlm_cli_hash_cancel_unused()
2020 static int ldlm_res_iter_helper(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_iter_helper()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c1766 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in uuid_hash()
1805 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_get()
1814 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_put_locked()
1837 nid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in nid_hash()
1875 nid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in nid_export_get()
1884 nid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in nid_export_put_locked()
1929 nidstats_get(struct cfs_hash *hs, struct hlist_node *hnode) in nidstats_get()
1938 nidstats_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in nidstats_put_locked()
Dlu_object.c600 struct cfs_hash *hs; in lu_object_new() local
629 struct cfs_hash *hs; in lu_object_find_try() local
799 lu_site_obj_print(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lu_site_obj_print()
884 static unsigned lu_obj_hop_hash(struct cfs_hash *hs, in lu_obj_hop_hash()
924 static void lu_obj_hop_get(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_get()
939 static void lu_obj_hop_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_put_locked()
1794 static void lu_site_stats_get(struct cfs_hash *hs, in lu_site_stats_get()
2079 struct cfs_hash *hs; in lu_object_assign_fid() local
Dlprocfs_status.c1546 int lprocfs_exp_print_uuid(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lprocfs_exp_print_uuid()
1577 int lprocfs_exp_print_hash(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lprocfs_exp_print_hash()
Dcl_object.c608 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) in cl_env_hops_noop()
/linux-4.1.27/arch/arm/mach-imx/devices/
Dplatform-mxc-ehci.c14 #define imx_mxc_ehci_data_entry_single(soc, _id, hs) \ argument
/linux-4.1.27/drivers/usb/gadget/
Dconfig.c164 struct usb_descriptor_header **hs, in usb_assign_descriptors()
Dcomposite.c450 int hs = 0; in config_desc() local
503 int hs = 0; in count_configs() local
/linux-4.1.27/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.c568 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.1.27/arch/powerpc/platforms/pseries/
DhvCall_inst.c59 struct hcall_stats *hs = m->private; in hc_show() local
/linux-4.1.27/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.1.27/drivers/block/paride/
Dpg.c572 int hs = sizeof (hdr); in pg_write() local
620 int hs = sizeof (hdr); in pg_read() local
/linux-4.1.27/drivers/usb/wusbcore/
Dsecurity.c370 struct usb_handshake *hs; in wusb_dev_4way_handshake() local
/linux-4.1.27/drivers/usb/dwc2/
Dgadget.c787 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_queue() local
824 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_queue_lock() local
2821 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_dequeue() local
2847 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_sethalt() local
2910 struct dwc2_hsotg *hs = hs_ep->parent; in s3c_hsotg_ep_sethalt_lock() local
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_dsi.h51 bool hs; member
Dintel_dsi.c210 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, in dpi_send_cmd()
Di915_gem_execbuffer.c989 struct i915_ctx_hang_stats *hs; in i915_gem_validate_context() local
Dintel_uncore.c1281 struct i915_ctx_hang_stats *hs; in i915_get_reset_stats_ioctl() local
Di915_gem.c2477 struct i915_ctx_hang_stats *hs; in i915_set_reset_status() local
/linux-4.1.27/sound/soc/omap/
Drx51.c64 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local
/linux-4.1.27/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dvvp_dev.c302 static int vvp_pgcache_obj_get(struct cfs_hash *hs, struct cfs_hash_bd *bd, in vvp_pgcache_obj_get()
/linux-4.1.27/include/uapi/linux/usb/
Dch11.h246 } __attribute__ ((packed)) hs; member
/linux-4.1.27/include/linux/usb/
Dwusb.h370 const struct usb_handshake *hs) in wusb_oob_mic()
/linux-4.1.27/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.1.27/drivers/pci/hotplug/
Dibmphp_core.c1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot()
/linux-4.1.27/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.1.27/drivers/scsi/libsas/
Dsas_scsi_host.c56 int hs = 0, stat = 0; in sas_end_task() local
/linux-4.1.27/drivers/scsi/ufs/
Dufs-qcom.c308 ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, u32 hs, u32 rate) in ufs_qcom_cfg_timers()
/linux-4.1.27/drivers/net/ppp/
Dbsd_comp.c130 } hs; member
/linux-4.1.27/fs/ocfs2/cluster/
Dheartbeat.c2304 struct o2hb_heartbeat_group *hs = NULL; in o2hb_alloc_hb_set() local
2323 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set() local
/linux-4.1.27/drivers/usb/gadget/function/
Df_printer.c219 struct usb_endpoint_descriptor *hs, in ep_desc()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
Drfbi.c575 int hs, vs; in rfbi_setup_te() local
Ddispc.c3007 bool onoff, rf, ipc, vs, hs, de; in _dispc_mgr_set_lcd_timings() local
/linux-4.1.27/ipc/
Dshm.c557 struct hstate *hs; in newseg() local
/linux-4.1.27/drivers/usb/gadget/legacy/
Dinode.c1278 int hs = 0; in config_buf() local
/linux-4.1.27/mm/
Dhugetlb.c744 #define for_each_node_mask_to_alloc(hs, nr_nodes, node, mask) \ argument
750 #define for_each_node_mask_to_free(hs, nr_nodes, node, mask) \ argument
Dmmap.c1422 struct hstate *hs; in SYSCALL_DEFINE6() local
/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_attr.c5325 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() local