Searched defs:hs (Results 1 - 53 of 53) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dconnection.c164 conn_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) conn_hashfn() argument
199 conn_get(struct cfs_hash *hs, struct hlist_node *hnode) conn_get() argument
208 conn_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) conn_put_locked() argument
217 conn_exit(struct cfs_hash *hs, struct hlist_node *hnode) conn_exit() argument
/linux-4.1.27/drivers/usb/gadget/
H A Dconfig.c162 usb_assign_descriptors(struct usb_function *f, struct usb_descriptor_header **fs, struct usb_descriptor_header **hs, struct usb_descriptor_header **ss) usb_assign_descriptors() argument
H A Dcomposite.c450 int hs = 0; config_desc() local
503 int hs = 0; count_configs() local
/linux-4.1.27/arch/powerpc/platforms/pseries/
H A DhvCall_inst.c59 struct hcall_stats *hs = m->private; hc_show() local
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
H A Dosc_quota.c139 oqi_hashfn(struct cfs_hash *hs, const void *key, unsigned mask) oqi_hashfn() argument
172 oqi_get(struct cfs_hash *hs, struct hlist_node *hnode) oqi_get() argument
177 oqi_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) oqi_put_locked() argument
182 oqi_exit(struct cfs_hash *hs, struct hlist_node *hnode) oqi_exit() argument
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dmdfld_dsi_output.c186 mdfld_dsi_get_panel_status(struct mdfld_dsi_config *dsi_config, u8 dcs, u32 *data, bool hs) mdfld_dsi_get_panel_status() argument
200 mdfld_dsi_get_power_mode(struct mdfld_dsi_config *dsi_config, u32 *mode, bool hs) mdfld_dsi_get_power_mode() argument
H A Dmdfld_dsi_pkg_sender.c215 send_short_pkg(struct mdfld_dsi_pkg_sender *sender, u8 data_type, u8 cmd, u8 param, bool hs) send_short_pkg() argument
241 send_long_pkg(struct mdfld_dsi_pkg_sender *sender, u8 data_type, u8 *data, int len, bool hs) send_long_pkg() argument
370 send_pkg(struct mdfld_dsi_pkg_sender *sender, u8 data_type, u8 *data, u16 len, bool hs) send_pkg() argument
419 mdfld_dsi_send_mcs_long(struct mdfld_dsi_pkg_sender *sender, u8 *data, u32 len, bool hs) mdfld_dsi_send_mcs_long() argument
436 mdfld_dsi_send_mcs_short(struct mdfld_dsi_pkg_sender *sender, u8 cmd, u8 param, u8 param_num, bool hs) mdfld_dsi_send_mcs_short() argument
465 mdfld_dsi_send_gen_short(struct mdfld_dsi_pkg_sender *sender, u8 param0, u8 param1, u8 param_num, bool hs) mdfld_dsi_send_gen_short() argument
502 mdfld_dsi_send_gen_long(struct mdfld_dsi_pkg_sender *sender, u8 *data, u32 len, bool hs) mdfld_dsi_send_gen_long() argument
519 __read_panel_data(struct mdfld_dsi_pkg_sender *sender, u8 data_type, u8 *data, u16 len, u32 *data_out, u16 len_out, bool hs) __read_panel_data() argument
576 mdfld_dsi_read_mcs(struct mdfld_dsi_pkg_sender *sender, u8 cmd, u32 *data, u16 len, bool hs) mdfld_dsi_read_mcs() argument
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_dsi.h51 bool hs; member in struct:intel_dsi
H A Di915_gem_execbuffer.c989 struct i915_ctx_hang_stats *hs; i915_gem_validate_context() local
H A Dintel_dsi.c210 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, dpi_send_cmd() argument
H A Dintel_uncore.c1281 struct i915_ctx_hang_stats *hs; i915_get_reset_stats_ioctl() local
H A Di915_gem.c2477 struct i915_ctx_hang_stats *hs; i915_set_reset_status() local
/linux-4.1.27/drivers/usb/wusbcore/
H A Dsecurity.c370 struct usb_handshake *hs; wusb_dev_4way_handshake() local
/linux-4.1.27/arch/arm/include/asm/
H A Dassembler.h433 .irp c,,eq,ne,cs,cc,mi,pl,vs,vc,hi,ls,ge,lt,gt,le,hs,lo variable
/linux-4.1.27/sound/soc/omap/
H A Drx51.c64 int hp = 0, hs = 0, tvout = 0; rx51_ext_control() local
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_flock.c763 ldlm_export_flock_hash(struct cfs_hash *hs, const void *key, unsigned mask) ldlm_export_flock_hash() argument
790 ldlm_export_flock_get(struct cfs_hash *hs, struct hlist_node *hnode) ldlm_export_flock_get() argument
805 ldlm_export_flock_put(struct cfs_hash *hs, struct hlist_node *hnode) ldlm_export_flock_put() argument
H A Dldlm_lockd.c904 ldlm_export_lock_hash(struct cfs_hash *hs, const void *key, unsigned mask) ldlm_export_lock_hash() argument
940 ldlm_export_lock_get(struct cfs_hash *hs, struct hlist_node *hnode) ldlm_export_lock_get() argument
949 ldlm_export_lock_put(struct cfs_hash *hs, struct hlist_node *hnode) ldlm_export_lock_put() argument
H A Dldlm_lock.c1870 static int ldlm_reprocess_res(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_reprocess_res() argument
2018 int ldlm_cancel_locks_for_export_cb(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_cancel_locks_for_export_cb() argument
H A Dldlm_resource.c394 static unsigned ldlm_res_hop_hash(struct cfs_hash *hs, ldlm_res_hop_hash() argument
406 static unsigned ldlm_res_hop_fid_hash(struct cfs_hash *hs, ldlm_res_hop_fid_hash() argument
458 static void ldlm_res_hop_get_locked(struct cfs_hash *hs, ldlm_res_hop_get_locked() argument
467 static void ldlm_res_hop_put_locked(struct cfs_hash *hs, ldlm_res_hop_put_locked() argument
477 static void ldlm_res_hop_put(struct cfs_hash *hs, struct hlist_node *hnode) ldlm_res_hop_put() argument
748 static int ldlm_resource_clean(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_resource_clean() argument
761 static int ldlm_resource_complain(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_resource_complain() argument
1348 static int ldlm_res_hash_dump(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_res_hash_dump() argument
H A Dldlm_request.c1919 static int ldlm_cli_hash_cancel_unused(struct cfs_hash *hs, ldlm_cli_hash_cancel_unused() argument
2020 static int ldlm_res_iter_helper(struct cfs_hash *hs, struct cfs_hash_bd *bd, ldlm_res_iter_helper() argument
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dvvp_dev.c302 static int vvp_pgcache_obj_get(struct cfs_hash *hs, struct cfs_hash_bd *bd, vvp_pgcache_obj_get() argument
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
H A Dlov_pool.c128 static void pool_hashrefcount_get(struct cfs_hash *hs, struct hlist_node *hnode) pool_hashrefcount_get() argument
136 static void pool_hashrefcount_put_locked(struct cfs_hash *hs, pool_hashrefcount_put_locked() argument
/linux-4.1.27/drivers/video/fbdev/
H A Dacornfb.c419 unsigned long hs, vs; acornfb_validate_timing() local
991 unsigned long hs; acornfb_probe() local
H A Dasiliantfb.c177 unsigned hs = (p->var.xres + p->var.right_margin) / 8; asiliant_set_timing() local
H A Ds3c2410fb.c257 int hs = var->xres >> 2; s3c2410fb_calculate_stn_lcd_regs() local
H A Dtdfxfb.c568 u32 hd, hs, he, ht, hbs, hbe; tdfxfb_set_par() local
H A Damifb.c2054 u_short hs, vs, ve; ami_set_sprite() local
/linux-4.1.27/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c191 unsigned int hd, hs, he, hbe, ht; matroxfb_vgaHWinit() local
/linux-4.1.27/drivers/scsi/libsas/
H A Dsas_scsi_host.c56 int hs = 0, stat = 0; sas_end_task() local
/linux-4.1.27/drivers/scsi/ufs/
H A Dufs-qcom.c308 ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, u32 hs, u32 rate) ufs_qcom_cfg_timers() argument
/linux-4.1.27/drivers/pci/hotplug/
H A Dibmphp_core.c1016 static int enable_slot(struct hotplug_slot *hs) enable_slot() argument
/linux-4.1.27/drivers/block/paride/
H A Dpg.c572 int hs = sizeof (hdr); pg_write() local
620 int hs = sizeof (hdr); pg_read() local
/linux-4.1.27/drivers/video/fbdev/omap/
H A Dsossi.c398 int hs, vs; sossi_setup_tearsync() local
H A Dhwa742.c793 int hs, vs; setup_tearsync() local
/linux-4.1.27/include/linux/usb/
H A Dwusb.h368 wusb_oob_mic(u8 mic_out[8], const u8 key[16], const struct aes_ccm_nonce *n, const struct usb_handshake *hs) wusb_oob_mic() argument
/linux-4.1.27/drivers/net/ppp/
H A Dbsd_comp.c130 } hs; member in union:bsd_dict::__anon7482
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dcl_object.c608 static void cl_env_hops_noop(struct cfs_hash *hs, struct hlist_node *hn) cl_env_hops_noop() argument
H A Dobd_config.c1766 uuid_hash(struct cfs_hash *hs, const void *key, unsigned mask) uuid_hash() argument
1805 uuid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) uuid_export_get() argument
1814 uuid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) uuid_export_put_locked() argument
1837 nid_hash(struct cfs_hash *hs, const void *key, unsigned mask) nid_hash() argument
1875 nid_export_get(struct cfs_hash *hs, struct hlist_node *hnode) nid_export_get() argument
1884 nid_export_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) nid_export_put_locked() argument
1929 nidstats_get(struct cfs_hash *hs, struct hlist_node *hnode) nidstats_get() argument
1938 nidstats_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) nidstats_put_locked() argument
H A Dlprocfs_status.c1546 int lprocfs_exp_print_uuid(struct cfs_hash *hs, struct cfs_hash_bd *bd, lprocfs_exp_print_uuid() argument
1577 int lprocfs_exp_print_hash(struct cfs_hash *hs, struct cfs_hash_bd *bd, lprocfs_exp_print_hash() argument
H A Dlu_object.c600 struct cfs_hash *hs; lu_object_new() local
629 struct cfs_hash *hs; lu_object_find_try() local
799 lu_site_obj_print(struct cfs_hash *hs, struct cfs_hash_bd *bd, lu_site_obj_print() argument
884 static unsigned lu_obj_hop_hash(struct cfs_hash *hs, lu_obj_hop_hash() argument
924 static void lu_obj_hop_get(struct cfs_hash *hs, struct hlist_node *hnode) lu_obj_hop_get() argument
939 static void lu_obj_hop_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) lu_obj_hop_put_locked() argument
1794 static void lu_site_stats_get(struct cfs_hash *hs, lu_site_stats_get() argument
2079 struct cfs_hash *hs; lu_object_assign_fid() local
/linux-4.1.27/drivers/usb/gadget/function/
H A Df_printer.c217 ep_desc(struct usb_gadget *gadget, struct usb_endpoint_descriptor *fs, struct usb_endpoint_descriptor *hs, struct usb_endpoint_descriptor *ss) ep_desc() argument
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Drfbi.c575 int hs, vs; rfbi_setup_te() local
H A Ddispc.c3007 bool onoff, rf, ipc, vs, hs, de; _dispc_mgr_set_lcd_timings() local
/linux-4.1.27/include/uapi/linux/usb/
H A Dch11.h246 } __attribute__ ((packed)) hs; member in union:usb_hub_descriptor::__anon13738
/linux-4.1.27/ipc/
H A Dshm.c557 struct hstate *hs; newseg() local
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_hash.h341 cfs_hash_with_no_lock(struct cfs_hash *hs) cfs_hash_with_no_lock() argument
348 cfs_hash_with_no_bktlock(struct cfs_hash *hs) cfs_hash_with_no_bktlock() argument
355 cfs_hash_with_rw_bktlock(struct cfs_hash *hs) cfs_hash_with_rw_bktlock() argument
362 cfs_hash_with_spin_bktlock(struct cfs_hash *hs) cfs_hash_with_spin_bktlock() argument
369 cfs_hash_with_add_tail(struct cfs_hash *hs) cfs_hash_with_add_tail() argument
375 cfs_hash_with_no_itemref(struct cfs_hash *hs) cfs_hash_with_no_itemref() argument
384 cfs_hash_with_bigname(struct cfs_hash *hs) cfs_hash_with_bigname() argument
390 cfs_hash_with_counter(struct cfs_hash *hs) cfs_hash_with_counter() argument
396 cfs_hash_with_rehash(struct cfs_hash *hs) cfs_hash_with_rehash() argument
402 cfs_hash_with_rehash_key(struct cfs_hash *hs) cfs_hash_with_rehash_key() argument
408 cfs_hash_with_shrink(struct cfs_hash *hs) cfs_hash_with_shrink() argument
414 cfs_hash_with_assert_empty(struct cfs_hash *hs) cfs_hash_with_assert_empty() argument
420 cfs_hash_with_depth(struct cfs_hash *hs) cfs_hash_with_depth() argument
426 cfs_hash_with_nblk_change(struct cfs_hash *hs) cfs_hash_with_nblk_change() argument
432 cfs_hash_is_exiting(struct cfs_hash *hs) cfs_hash_is_exiting() argument
438 cfs_hash_is_rehashing(struct cfs_hash *hs) cfs_hash_is_rehashing() argument
444 cfs_hash_is_iterating(struct cfs_hash *hs) cfs_hash_is_iterating() argument
450 cfs_hash_bkt_size(struct cfs_hash *hs) cfs_hash_bkt_size() argument
458 cfs_hash_id(struct cfs_hash *hs, const void *key, unsigned mask) cfs_hash_id() argument
464 cfs_hash_key(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_key() argument
470 cfs_hash_keycpy(struct cfs_hash *hs, struct hlist_node *hnode, void *key) cfs_hash_keycpy() argument
480 cfs_hash_keycmp(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) cfs_hash_keycmp() argument
486 cfs_hash_object(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_object() argument
492 cfs_hash_get(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_get() argument
498 cfs_hash_put_locked(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_put_locked() argument
504 cfs_hash_put(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_put() argument
510 cfs_hash_exit(struct cfs_hash *hs, struct hlist_node *hnode) cfs_hash_exit() argument
516 static inline void cfs_hash_lock(struct cfs_hash *hs, int excl) cfs_hash_lock() argument
521 static inline void cfs_hash_unlock(struct cfs_hash *hs, int excl) cfs_hash_unlock() argument
526 static inline int cfs_hash_dec_and_lock(struct cfs_hash *hs, cfs_hash_dec_and_lock() argument
533 static inline void cfs_hash_bd_lock(struct cfs_hash *hs, cfs_hash_bd_lock() argument
539 static inline void cfs_hash_bd_unlock(struct cfs_hash *hs, cfs_hash_bd_unlock() argument
551 static inline void cfs_hash_bd_get_and_lock(struct cfs_hash *hs, const void *key, cfs_hash_bd_get_and_lock() argument
558 static inline unsigned cfs_hash_bd_index_get(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_bd_index_get() argument
563 static inline void cfs_hash_bd_index_set(struct cfs_hash *hs, cfs_hash_bd_index_set() argument
571 cfs_hash_bd_extra_get(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_bd_extra_get() argument
616 static inline int cfs_hash_bd_dec_and_lock(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_dec_and_lock() argument
624 static inline struct hlist_head *cfs_hash_bd_hhead(struct cfs_hash *hs, cfs_hash_bd_hhead() argument
650 static inline void cfs_hash_dual_bd_get_and_lock(struct cfs_hash *hs, const void *key, cfs_hash_dual_bd_get_and_lock() argument
726 cfs_hash_key_validate(struct cfs_hash *hs, const void *key, cfs_hash_key_validate() argument
734 cfs_hash_bucket_validate(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bucket_validate() argument
747 cfs_hash_key_validate(struct cfs_hash *hs, const void *key, cfs_hash_key_validate() argument
751 cfs_hash_bucket_validate(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bucket_validate() argument
773 static inline int __cfs_hash_theta(struct cfs_hash *hs) __cfs_hash_theta() argument
779 static inline void __cfs_hash_set_theta(struct cfs_hash *hs, int min, int max) __cfs_hash_set_theta() argument
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c210 cfs_hash_lock_setup(struct cfs_hash *hs) cfs_hash_lock_setup() argument
247 cfs_hash_hh_hhead_size(struct cfs_hash *hs) cfs_hash_hh_hhead_size() argument
253 cfs_hash_hh_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_hh_hhead() argument
261 cfs_hash_hh_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_hh_hnode_add() argument
269 cfs_hash_hh_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_hh_hnode_del() argument
286 cfs_hash_hd_hhead_size(struct cfs_hash *hs) cfs_hash_hd_hhead_size() argument
292 cfs_hash_hd_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_hd_hhead() argument
301 cfs_hash_hd_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_hd_hnode_add() argument
311 cfs_hash_hd_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_hd_hnode_del() argument
330 cfs_hash_dh_hhead_size(struct cfs_hash *hs) cfs_hash_dh_hhead_size() argument
336 cfs_hash_dh_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_dh_hhead() argument
345 cfs_hash_dh_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_dh_hnode_add() argument
360 cfs_hash_dh_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_dh_hnode_del() argument
385 cfs_hash_dd_hhead_size(struct cfs_hash *hs) cfs_hash_dd_hhead_size() argument
391 cfs_hash_dd_hhead(struct cfs_hash *hs, struct cfs_hash_bd *bd) cfs_hash_dd_hhead() argument
400 cfs_hash_dd_hnode_add(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_dd_hnode_add() argument
415 cfs_hash_dd_hnode_del(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_dd_hnode_del() argument
458 cfs_hash_hlist_setup(struct cfs_hash *hs) cfs_hash_hlist_setup() argument
470 cfs_hash_bd_from_key(struct cfs_hash *hs, struct cfs_hash_bucket **bkts, cfs_hash_bd_from_key() argument
482 cfs_hash_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bd) cfs_hash_bd_get() argument
497 cfs_hash_bd_dep_record(struct cfs_hash *hs, struct cfs_hash_bd *bd, int dep_cur) cfs_hash_bd_dep_record() argument
520 cfs_hash_bd_add_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_add_locked() argument
540 cfs_hash_bd_del_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_del_locked() argument
561 cfs_hash_bd_move_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd_old, cfs_hash_bd_move_locked() argument
618 cfs_hash_bd_lookup_intent(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_lookup_intent() argument
659 cfs_hash_bd_lookup_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, const void *key) cfs_hash_bd_lookup_locked() argument
667 cfs_hash_bd_peek_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, const void *key) cfs_hash_bd_peek_locked() argument
675 cfs_hash_bd_findadd_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_findadd_locked() argument
686 cfs_hash_bd_finddel_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_bd_finddel_locked() argument
696 cfs_hash_multi_bd_lock(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_multi_bd_lock() argument
719 cfs_hash_multi_bd_unlock(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_multi_bd_unlock() argument
734 cfs_hash_multi_bd_lookup_locked(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_multi_bd_lookup_locked() argument
750 cfs_hash_multi_bd_findadd_locked(struct cfs_hash *hs, cfs_hash_multi_bd_findadd_locked() argument
781 cfs_hash_multi_bd_finddel_locked(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_multi_bd_finddel_locked() argument
825 cfs_hash_dual_bd_get(struct cfs_hash *hs, const void *key, struct cfs_hash_bd *bds) cfs_hash_dual_bd_get() argument
845 cfs_hash_dual_bd_lock(struct cfs_hash *hs, struct cfs_hash_bd *bds, int excl) cfs_hash_dual_bd_lock() argument
852 cfs_hash_dual_bd_unlock(struct cfs_hash *hs, struct cfs_hash_bd *bds, int excl) cfs_hash_dual_bd_unlock() argument
859 cfs_hash_dual_bd_lookup_locked(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_dual_bd_lookup_locked() argument
867 cfs_hash_dual_bd_findadd_locked(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_dual_bd_findadd_locked() argument
877 cfs_hash_dual_bd_finddel_locked(struct cfs_hash *hs, struct cfs_hash_bd *bds, cfs_hash_dual_bd_finddel_locked() argument
904 cfs_hash_buckets_realloc(struct cfs_hash *hs, struct cfs_hash_bucket **old_bkts, cfs_hash_buckets_realloc() argument
970 struct cfs_hash *hs = container_of(wi, struct cfs_hash, hs_dep_wi); cfs_hash_dep_print() local
991 static void cfs_hash_depth_wi_init(struct cfs_hash *hs) cfs_hash_depth_wi_init() argument
997 static void cfs_hash_depth_wi_cancel(struct cfs_hash *hs) cfs_hash_depth_wi_cancel() argument
1013 static inline void cfs_hash_depth_wi_init(struct cfs_hash *hs) {} cfs_hash_depth_wi_cancel() argument
1014 static inline void cfs_hash_depth_wi_cancel(struct cfs_hash *hs) {} cfs_hash_depth_wi_cancel() argument
1024 struct cfs_hash *hs; cfs_hash_create() local
1094 cfs_hash_destroy(struct cfs_hash *hs) cfs_hash_destroy() argument
1151 struct cfs_hash *cfs_hash_getref(struct cfs_hash *hs) cfs_hash_getref() argument
1159 void cfs_hash_putref(struct cfs_hash *hs) cfs_hash_putref() argument
1167 cfs_hash_rehash_bits(struct cfs_hash *hs) cfs_hash_rehash_bits() argument
1204 cfs_hash_rehash_inline(struct cfs_hash *hs) cfs_hash_rehash_inline() argument
1215 cfs_hash_add(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) cfs_hash_add() argument
1238 cfs_hash_find_or_add(struct cfs_hash *hs, const void *key, cfs_hash_find_or_add() argument
1270 cfs_hash_add_unique(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) cfs_hash_add_unique() argument
1284 cfs_hash_findadd_unique(struct cfs_hash *hs, const void *key, cfs_hash_findadd_unique() argument
1301 cfs_hash_del(struct cfs_hash *hs, const void *key, struct hlist_node *hnode) cfs_hash_del() argument
1341 cfs_hash_del_key(struct cfs_hash *hs, const void *key) cfs_hash_del_key() argument
1356 cfs_hash_lookup(struct cfs_hash *hs, const void *key) cfs_hash_lookup() argument
1377 cfs_hash_for_each_enter(struct cfs_hash *hs) { cfs_hash_for_each_enter() argument
1402 cfs_hash_for_each_exit(struct cfs_hash *hs) { cfs_hash_for_each_exit() argument
1432 cfs_hash_for_each_tight(struct cfs_hash *hs, cfs_hash_for_each_cb_t func, cfs_hash_for_each_tight() argument
1489 cfs_hash_cond_del_locked(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_cond_del_locked() argument
1505 cfs_hash_cond_del(struct cfs_hash *hs, cfs_hash_cond_opt_cb_t func, void *data) cfs_hash_cond_del() argument
1517 cfs_hash_for_each(struct cfs_hash *hs, cfs_hash_for_each() argument
1525 cfs_hash_for_each_safe(struct cfs_hash *hs, cfs_hash_for_each_safe() argument
1532 cfs_hash_peek(struct cfs_hash *hs, struct cfs_hash_bd *bd, cfs_hash_peek() argument
1540 cfs_hash_is_empty(struct cfs_hash *hs) cfs_hash_is_empty() argument
1550 cfs_hash_size_get(struct cfs_hash *hs) cfs_hash_size_get() argument
1574 cfs_hash_for_each_relax(struct cfs_hash *hs, cfs_hash_for_each_cb_t func, cfs_hash_for_each_relax() argument
1635 cfs_hash_for_each_nolock(struct cfs_hash *hs, cfs_hash_for_each_nolock() argument
1667 cfs_hash_for_each_empty(struct cfs_hash *hs, cfs_hash_for_each_empty() argument
1690 cfs_hash_hlist_for_each(struct cfs_hash *hs, unsigned hindex, cfs_hash_hlist_for_each() argument
1725 cfs_hash_for_each_key(struct cfs_hash *hs, const void *key, cfs_hash_for_each_key() argument
1765 cfs_hash_rehash_cancel_locked(struct cfs_hash *hs) cfs_hash_rehash_cancel_locked() argument
1794 cfs_hash_rehash_cancel(struct cfs_hash *hs) cfs_hash_rehash_cancel() argument
1803 cfs_hash_rehash(struct cfs_hash *hs, int do_rehash) cfs_hash_rehash() argument
1833 cfs_hash_rehash_bd(struct cfs_hash *hs, struct cfs_hash_bd *old) cfs_hash_rehash_bd() argument
1866 struct cfs_hash *hs = container_of(wi, struct cfs_hash, hs_rehash_wi); cfs_hash_rehash_worker() local
1973 void cfs_hash_rehash_key(struct cfs_hash *hs, const void *old_key, cfs_hash_rehash_key() argument
2019 cfs_hash_full_bkts(struct cfs_hash *hs) cfs_hash_full_bkts() argument
2031 cfs_hash_full_nbkt(struct cfs_hash *hs) cfs_hash_full_nbkt() argument
2042 void cfs_hash_debug_str(struct cfs_hash *hs, struct seq_file *m) cfs_hash_debug_str() argument
/linux-4.1.27/drivers/usb/dwc2/
H A Dgadget.c787 struct dwc2_hsotg *hs = hs_ep->parent; s3c_hsotg_ep_queue() local
824 struct dwc2_hsotg *hs = hs_ep->parent; s3c_hsotg_ep_queue_lock() local
2821 struct dwc2_hsotg *hs = hs_ep->parent; s3c_hsotg_ep_dequeue() local
2847 struct dwc2_hsotg *hs = hs_ep->parent; s3c_hsotg_ep_sethalt() local
2910 struct dwc2_hsotg *hs = hs_ep->parent; s3c_hsotg_ep_sethalt_lock() local
/linux-4.1.27/drivers/usb/gadget/legacy/
H A Dinode.c1278 int hs = 0; config_buf() local
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1053 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; intelfbhw_mode_to_hw() local
1285 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; intelfbhw_program_mode() local
/linux-4.1.27/mm/
H A Dmmap.c1422 struct hstate *hs; SYSCALL_DEFINE6() local
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_attr.c5325 struct fc_host_statistics *hs = &phba->link_stats; lpfc_get_stats() local
/linux-4.1.27/fs/ocfs2/cluster/
H A Dheartbeat.c2304 struct o2hb_heartbeat_group *hs = NULL; o2hb_alloc_hb_set() local
2323 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); o2hb_free_hb_set() local

Completed in 1915 milliseconds