Home
last modified time | relevance | path

Searched defs:lh (Results 1 – 25 of 69) sorted by relevance

123

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Dlhash_macros.h27 #define lh_ASN1_OBJECT_free(lh) \ argument
30 #define lh_ASN1_OBJECT_num_items(lh) \ argument
33 #define lh_ASN1_OBJECT_retrieve(lh, data) \ argument
38 #define lh_ASN1_OBJECT_insert(lh, old_data, data) \ argument
43 #define lh_ASN1_OBJECT_delete(lh, data) \ argument
48 #define lh_ASN1_OBJECT_doall(lh, func) \ argument
52 #define lh_ASN1_OBJECT_doall_arg(lh, func, arg) \ argument
66 #define lh_CONF_VALUE_free(lh) \ argument
69 #define lh_CONF_VALUE_num_items(lh) \ argument
72 #define lh_CONF_VALUE_retrieve(lh, data) \ argument
[all …]
/OK3568_Linux_fs/kernel/net/dccp/ccids/lib/
H A Dloss_interval.c22 static inline struct tfrc_loss_interval *tfrc_lh_peek(struct tfrc_loss_hist *lh) in tfrc_lh_peek()
28 static inline u32 tfrc_lh_get_interval(struct tfrc_loss_hist *lh, const u8 i) in tfrc_lh_get_interval()
37 static struct tfrc_loss_interval *tfrc_lh_demand_next(struct tfrc_loss_hist *lh) in tfrc_lh_demand_next()
45 void tfrc_lh_cleanup(struct tfrc_loss_hist *lh) in tfrc_lh_cleanup()
58 static void tfrc_lh_calc_i_mean(struct tfrc_loss_hist *lh) in tfrc_lh_calc_i_mean()
84 u8 tfrc_lh_update_i_mean(struct tfrc_loss_hist *lh, struct sk_buff *skb) in tfrc_lh_update_i_mean()
135 int tfrc_lh_interval_add(struct tfrc_loss_hist *lh, struct tfrc_rx_hist *rh, in tfrc_lh_interval_add()
H A Dloss_interval.h47 static inline void tfrc_lh_init(struct tfrc_loss_hist *lh) in tfrc_lh_init()
52 static inline u8 tfrc_lh_is_initialised(struct tfrc_loss_hist *lh) in tfrc_lh_is_initialised()
57 static inline u8 tfrc_lh_length(struct tfrc_loss_hist *lh) in tfrc_lh_length()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dlhash.h173 # define lh_error(lh) ((lh)->error) argument
203 # define CHECKED_LHASH_OF(type,lh) \ argument
209 # define LHM_lh_error(type, lh) \ argument
211 # define LHM_lh_insert(type, lh, inst) \ argument
214 # define LHM_lh_retrieve(type, lh, inst) \ argument
217 # define LHM_lh_delete(type, lh, inst) \ argument
220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument
221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
223 # define LHM_lh_num_items(type, lh) lh_num_items(CHECKED_LHASH_OF(type, lh)) argument
224 # define LHM_lh_down_load(type, lh) (CHECKED_LHASH_OF(type, lh)->down_load) argument
[all …]
H A Dsafestack.h2449 # define lh_ADDED_OBJ_insert(lh,inst) LHM_lh_insert(ADDED_OBJ,lh,inst) argument
2450 # define lh_ADDED_OBJ_retrieve(lh,inst) LHM_lh_retrieve(ADDED_OBJ,lh,inst) argument
2451 # define lh_ADDED_OBJ_delete(lh,inst) LHM_lh_delete(ADDED_OBJ,lh,inst) argument
2452 # define lh_ADDED_OBJ_doall(lh,fn) LHM_lh_doall(ADDED_OBJ,lh,fn) argument
2453 # define lh_ADDED_OBJ_doall_arg(lh,fn,arg_type,arg) \ argument
2455 # define lh_ADDED_OBJ_error(lh) LHM_lh_error(ADDED_OBJ,lh) argument
2456 # define lh_ADDED_OBJ_num_items(lh) LHM_lh_num_items(ADDED_OBJ,lh) argument
2457 # define lh_ADDED_OBJ_down_load(lh) LHM_lh_down_load(ADDED_OBJ,lh) argument
2458 # define lh_ADDED_OBJ_node_stats_bio(lh,out) \ argument
2460 # define lh_ADDED_OBJ_node_usage_stats_bio(lh,out) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/s390/appldata/
H A Dappldata_base.c126 struct list_head *lh; in appldata_work_fn() local
285 struct list_head *lh; in appldata_generic_handler() local
420 struct list_head *lh; in appldata_freeze() local
449 struct list_head *lh; in appldata_restore() local
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_verify.c405 struct list_head *lh; in yaffs_verify_objects() local
422 struct list_head *lh; in yaffs_verify_obj_in_dir() local
465 struct list_head *lh; in yaffs_verify_dir() local
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dtlb.c266 struct list_head *lh = (struct list_head *) pgtable; in pgtable_trans_huge_deposit() local
280 struct list_head *lh; in pgtable_trans_huge_withdraw() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_l2tp.c84 union l2tp_val *lh; in l2tp_udp_mt() local
142 union l2tp_val *lh; in l2tp_ip_mt() local
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Drecovery.c120 int __get_log_header(struct gfs2_sbd *sdp, const struct gfs2_log_header *lh, in __get_log_header()
222 struct gfs2_log_header_host lh; in foreach_descriptor() local
/OK3568_Linux_fs/kernel/kernel/rcu/
H A Dsrcutiny.c115 struct rcu_head *lh; in srcu_drive_gp() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_irq.c364 struct list_head *lh; in amdgpu_dm_irq_init() local
390 struct list_head *lh; in amdgpu_dm_irq_fini() local
/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c16 struct list_head lh; member
/OK3568_Linux_fs/kernel/drivers/dma/sh/
H A Dshdma.h56 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node) argument
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dpolicy.c705 static struct aa_profile *__list_lookup_parent(struct list_head *lh, in __list_lookup_parent()
1027 struct list_head *lh; in aa_replace_profiles() local
/OK3568_Linux_fs/kernel/fs/coda/
H A Dpsdev.c97 struct list_head *lh; in coda_psdev_write() local
/OK3568_Linux_fs/kernel/net/atm/
H A Dbr2684.c126 struct list_head *lh; in br2684_find_dev() local
151 struct list_head *lh; in atm_dev_event() local
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpiolib-cdev.c150 static long linehandle_set_config(struct linehandle_state *lh, in linehandle_set_config()
196 struct linehandle_state *lh = file->private_data; in linehandle_ioctl() local
257 static void linehandle_free(struct linehandle_state *lh) in linehandle_free()
288 struct linehandle_state *lh; in linehandle_create() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.c480 struct drm_exynos_ipp_limit_val *lh = &l.h, *lv = &l.v; in exynos_drm_ipp_check_size_limits() local
525 const struct drm_exynos_ipp_limit_val *lh, *lv; in exynos_drm_ipp_check_scale_limits() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_debug_mem_view.c46 struct list_head *lh; member

123