Home
last modified time | relevance | path

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

12

/drivers/staging/lustre/lnet/libcfs/
Dhash.c207 cfs_hash_lock_setup(struct cfs_hash *hs) in cfs_hash_lock_setup()
244 cfs_hash_hh_hhead_size(struct cfs_hash *hs) in cfs_hash_hh_hhead_size()
250 cfs_hash_hh_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_hh_hhead()
259 cfs_hash_hh_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_add()
267 cfs_hash_hh_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, in cfs_hash_hh_hnode_del()
284 cfs_hash_hd_hhead_size(struct cfs_hash *hs) in cfs_hash_hd_hhead_size()
290 cfs_hash_hd_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) in cfs_hash_hd_hhead()
299 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()
332 cfs_hash_dh_hhead_size(struct cfs_hash *hs) in cfs_hash_dh_hhead_size()
[all …]
/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_hash.h319 #define CFS_HASH_NBKT(hs) \ argument
323 #define CFS_HASH_RH_NBKT(hs) \ argument
327 #define CFS_HASH_BKT_NHLIST(hs) (1U << (hs)->hs_bkt_bits) argument
330 #define CFS_HASH_NHLIST(hs) (1U << (hs)->hs_cur_bits) argument
333 #define CFS_HASH_RH_NHLIST(hs) (1U << (hs)->hs_rehash_bits) argument
336 cfs_hash_with_no_lock(struct cfs_hash *hs) in cfs_hash_with_no_lock()
343 cfs_hash_with_no_bktlock(struct cfs_hash *hs) in cfs_hash_with_no_bktlock()
350 cfs_hash_with_rw_bktlock(struct cfs_hash *hs) in cfs_hash_with_rw_bktlock()
357 cfs_hash_with_spin_bktlock(struct cfs_hash *hs) in cfs_hash_with_spin_bktlock()
364 cfs_hash_with_add_tail(struct cfs_hash *hs) in cfs_hash_with_add_tail()
[all …]
/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()
/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c156 conn_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) in conn_hashfn()
191 conn_get(struct cfs_hash *hs, struct hlist_node *hnode) in conn_get()
200 conn_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in conn_put_locked()
209 conn_exit(struct cfs_hash *hs, struct hlist_node *hnode) in conn_exit()
/drivers/staging/lustre/lustre/osc/
Dosc_quota.c138 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()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_resource.c448 static unsigned ldlm_res_hop_hash(struct cfs_hash *hs, in ldlm_res_hop_hash()
460 static unsigned ldlm_res_hop_fid_hash(struct cfs_hash *hs, in ldlm_res_hop_fid_hash()
512 static void ldlm_res_hop_get_locked(struct cfs_hash *hs, in ldlm_res_hop_get_locked()
521 static void ldlm_res_hop_put_locked(struct cfs_hash *hs, in ldlm_res_hop_put_locked()
531 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) in ldlm_res_hop_put()
816 static int ldlm_resource_clean(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_clean()
828 static int ldlm_resource_complain(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_resource_complain()
1328 static int ldlm_res_hash_dump(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_hash_dump()
Dldlm_request.c1687 static int ldlm_cli_hash_cancel_unused(struct cfs_hash *hs, in ldlm_cli_hash_cancel_unused()
1779 static int ldlm_res_iter_helper(struct cfs_hash *hs, struct cfs_hash_bd *bd, in ldlm_res_iter_helper()
/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
/drivers/staging/lustre/lustre/obdclass/
Dlu_object.c637 struct cfs_hash *hs; in lu_object_new() local
666 struct cfs_hash *hs; in lu_object_find_try() local
835 lu_site_obj_print(struct cfs_hash *hs, struct cfs_hash_bd *bd, in lu_site_obj_print()
912 static unsigned lu_obj_hop_hash(struct cfs_hash *hs, in lu_obj_hop_hash()
952 static void lu_obj_hop_get(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_get()
960 static void lu_obj_hop_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in lu_obj_hop_put_locked()
1737 static void lu_site_stats_get(struct cfs_hash *hs, in lu_site_stats_get()
Dobd_config.c1410 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) in uuid_hash()
1449 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_get()
1458 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) in uuid_export_put_locked()
/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
/drivers/staging/lustre/lustre/lov/
Dlov_pool.c123 static void pool_hashrefcount_get(struct cfs_hash *hs, struct hlist_node *hnode) in pool_hashrefcount_get()
131 static void pool_hashrefcount_put_locked(struct cfs_hash *hs, in pool_hashrefcount_put_locked()
/drivers/usb/gadget/
Dconfig.c165 struct usb_descriptor_header **hs, in usb_assign_descriptors()
Dcomposite.c510 int hs = 0; in config_desc() local
567 int hs = 0; in count_configs() local
/drivers/block/paride/
Dpg.c580 int hs = sizeof (hdr); in pg_write() local
628 int hs = sizeof (hdr); in pg_read() local
/drivers/usb/dwc2/
Dgadget.c843 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue() local
896 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_queue_lock() local
3241 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_dequeue() local
3276 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_sethalt() local
3350 struct dwc2_hsotg *hs = hs_ep->parent; in dwc2_hsotg_ep_sethalt_lock() local
/drivers/usb/wusbcore/
Dsecurity.c370 struct usb_handshake *hs; in wusb_dev_4way_handshake() local
/drivers/gpu/drm/i915/
Dintel_dsi.h54 bool hs; member
/drivers/video/fbdev/matrox/
Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
/drivers/staging/greybus/
Dcamera.c306 bool hs) in gb_camera_set_intf_power_mode()
336 static int gb_camera_set_power_mode(struct gb_camera *gcam, bool hs) in gb_camera_set_power_mode()
/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

12