/linux-4.4.14/drivers/staging/lustre/lustre/libcfs/ |
D | hash.c | 210 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/ |
D | libcfs_hash.h | 327 #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/ |
D | mdfld_dsi_pkg_sender.c | 216 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()
|
D | mdfld_dsi_output.c | 187 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/ |
D | connection.c | 164 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/ |
D | osc_quota.c | 139 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/ |
D | ldlm_resource.c | 443 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()
|
D | ldlm_request.c | 1619 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/ |
D | clk-cygnus.c | 33 #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
|
D | clk-nsp.c | 36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-ns2.c | 38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
/linux-4.4.14/arch/arm/mach-imx/devices/ |
D | platform-mxc-ehci.c | 14 #define imx_mxc_ehci_data_entry_single(soc, _id, hs) \ argument
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 589 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()
|
D | obd_config.c | 1420 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()
|
D | cl_object.c | 582 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/ |
D | acornfb.c | 419 unsigned long hs, vs; in acornfb_validate_timing() local 991 unsigned long hs; in acornfb_probe() local
|
D | asiliantfb.c | 177 unsigned hs = (p->var.xres + p->var.right_margin) / 8; in asiliant_set_timing() local
|
D | s3c2410fb.c | 257 int hs = var->xres >> 2; in s3c2410fb_calculate_stn_lcd_regs() local
|
D | tdfxfb.c | 549 u32 hd, hs, he, ht, hbs, hbe; in tdfxfb_set_par() local
|
D | amifb.c | 2054 u_short hs, vs, ve; in ami_set_sprite() local
|
/linux-4.4.14/drivers/usb/gadget/ |
D | config.c | 165 struct usb_descriptor_header **hs, in usb_assign_descriptors()
|
D | composite.c | 457 int hs = 0; in config_desc() local 510 int hs = 0; in count_configs() local
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 59 struct hcall_stats *hs = m->private; in hc_show() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_pool.c | 128 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/ |
D | gadget.c | 781 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/ |
D | pg.c | 580 int hs = sizeof (hdr); in pg_write() local 628 int hs = sizeof (hdr); in pg_read() local
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | security.c | 370 struct usb_handshake *hs; in wusb_dev_4way_handshake() local
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi.h | 54 bool hs; member
|
D | intel_dsi.c | 211 static int dpi_send_cmd(struct intel_dsi *intel_dsi, u32 cmd, bool hs, in dpi_send_cmd()
|
D | i915_gem_execbuffer.c | 1021 struct i915_ctx_hang_stats *hs; in i915_gem_validate_context() local
|
D | intel_uncore.c | 1337 struct i915_ctx_hang_stats *hs; in i915_get_reset_stats_ioctl() local
|
D | i915_gem.c | 2654 struct i915_ctx_hang_stats *hs; in i915_set_reset_status() local
|
/linux-4.4.14/sound/soc/omap/ |
D | rx51.c | 64 int hp = 0, hs = 0, tvout = 0; in rx51_ext_control() local
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 191 unsigned int hd, hs, he, hbe, ht; in matroxfb_vgaHWinit() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | vvp_dev.c | 299 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/ |
D | ch11.h | 246 } __attribute__ ((packed)) hs; member
|
/linux-4.4.14/drivers/video/fbdev/omap/ |
D | sossi.c | 398 int hs, vs; in sossi_setup_tearsync() local
|
D | hwa742.c | 793 int hs, vs; in setup_tearsync() local
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | ibmphp_core.c | 1016 static int enable_slot(struct hotplug_slot *hs) in enable_slot()
|
/linux-4.4.14/include/linux/usb/ |
D | wusb.h | 370 const struct usb_handshake *hs) in wusb_oob_mic()
|
/linux-4.4.14/drivers/video/fbdev/intelfb/ |
D | intelfbhw.c | 1053 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/ |
D | lio_main.c | 993 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/ |
D | sas_scsi_host.c | 56 int hs = 0, stat = 0; in sas_end_task() local
|
/linux-4.4.14/drivers/net/ppp/ |
D | bsd_comp.c | 130 } hs; member
|
/linux-4.4.14/fs/ocfs2/cluster/ |
D | heartbeat.c | 2152 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/ |
D | f_printer.c | 219 struct usb_endpoint_descriptor *hs, in ep_desc()
|
/linux-4.4.14/ipc/ |
D | shm.c | 557 struct hstate *hs; in newseg() local
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | rfbi.c | 576 int hs, vs; in rfbi_setup_te() local
|
D | dispc.c | 3089 bool onoff, rf, ipc, vs, hs, de; in _dispc_mgr_set_lcd_timings() local
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs-qcom.c | 355 u32 hs, u32 rate, bool update_link_startup_timer) in ufs_qcom_cfg_timers()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 1281 int hs = 0; in config_buf() local
|
/linux-4.4.14/mm/ |
D | hugetlb.c | 993 #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
|
D | mmap.c | 1433 struct hstate *hs; in SYSCALL_DEFINE6() local
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 5328 struct fc_host_statistics *hs = &phba->link_stats; in lpfc_get_stats() local
|