Home
last modified time | relevance | path

Searched defs:exp (Results 1 – 154 of 154) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h187 #define __class_export_add_lock_ref(exp, lock) do {} while (0) argument
188 #define __class_export_del_lock_ref(exp, lock) do {} while (0) argument
211 static inline void class_export_rpc_inc(struct obd_export *exp) in class_export_rpc_inc()
218 static inline void class_export_rpc_dec(struct obd_export *exp) in class_export_rpc_dec()
226 static inline struct obd_export *class_export_lock_get(struct obd_export *exp, in class_export_lock_get()
236 static inline void class_export_lock_put(struct obd_export *exp, in class_export_lock_put()
352 #define EXP_CHECK_MD_OP(exp, op) \ argument
380 #define EXP_CHECK_DT_OP(exp, op) \ argument
413 struct obd_export *exp, __u32 keylen, in obd_get_info()
428 struct obd_export *exp, u32 keylen, in obd_set_info_async()
[all …]
Dlustre_export.h219 static inline __u64 *exp_connect_flags_ptr(struct obd_export *exp) in exp_connect_flags_ptr()
224 static inline __u64 exp_connect_flags(struct obd_export *exp) in exp_connect_flags()
229 static inline int exp_max_brw_size(struct obd_export *exp) in exp_max_brw_size()
238 static inline int exp_connect_multibulk(struct obd_export *exp) in exp_connect_multibulk()
243 static inline int exp_connect_cancelset(struct obd_export *exp) in exp_connect_cancelset()
249 static inline int exp_connect_lru_resize(struct obd_export *exp) in exp_connect_lru_resize()
255 static inline int exp_connect_rmtclient(struct obd_export *exp) in exp_connect_rmtclient()
261 static inline int client_is_remote(struct obd_export *exp) in client_is_remote()
269 static inline int exp_connect_vbr(struct obd_export *exp) in exp_connect_vbr()
276 static inline int exp_connect_som(struct obd_export *exp) in exp_connect_som()
[all …]
Dlustre_mdc.h147 static inline void mdc_update_max_ea_from_body(struct obd_export *exp, in mdc_update_max_ea_from_body()
Dobd.h507 struct obd_export *exp; member
/linux-4.4.14/fs/nfsd/
Dnfsfh.c28 struct svc_export *exp = expv; in nfsd_acceptable() local
84 struct svc_export *exp) in nfsd_setuser_and_check_port()
101 struct dentry *dentry, struct svc_export *exp) in check_pseudo_root()
139 struct svc_export *exp; in nfsd_set_fh_dentry() local
306 struct svc_export *exp; in fh_verify() local
391 static void _fh_update(struct svc_fh *fhp, struct svc_export *exp, in _fh_update()
412 struct svc_export *exp, in _fh_update_old()
422 static bool is_root_export(struct svc_export *exp) in is_root_export()
427 static struct super_block *exp_sb(struct svc_export *exp) in exp_sb()
432 static bool fsid_type_ok_for_exp(u8 fsid_type, struct svc_export *exp) in fsid_type_ok_for_exp()
[all …]
Dexport.c311 struct svc_export *exp = container_of(ref, struct svc_export, h.ref); in svc_export_put() local
324 struct svc_export *exp = container_of(h, struct svc_export, h); in svc_export_request() local
444 static int secinfo_parse(char **mesg, char *buf, struct svc_export *exp) in secinfo_parse()
485 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) { return 0; } in secinfo_parse()
516 struct svc_export exp = {}, *expp; in svc_export_parse() local
660 struct svc_export *exp ; in svc_export_show() local
765 svc_export_hash(struct svc_export *exp) in svc_export_hash()
776 svc_export_lookup(struct svc_export *exp) in svc_export_lookup()
829 struct svc_export *exp, key; in exp_get_by_name() local
855 struct svc_export *exp = exp_get_by_name(cd, clp, path, NULL); in exp_parent() local
[all …]
Dexport.h79 #define EX_ISSYNC(exp) (!((exp)->ex_flags & NFSEXP_ASYNC)) argument
80 #define EX_NOHIDE(exp) ((exp)->ex_flags & NFSEXP_NOHIDE) argument
81 #define EX_WGATHER(exp) ((exp)->ex_flags & NFSEXP_GATHERED_WRITES) argument
102 static inline void exp_put(struct svc_export *exp) in exp_put()
107 static inline struct svc_export *exp_get(struct svc_export *exp) in exp_get()
Dauth.c7 int nfsexp_flags(struct svc_rqst *rqstp, struct svc_export *exp) in nfsexp_flags()
20 int nfsd_setuser(struct svc_rqst *rqstp, struct svc_export *exp) in nfsd_setuser()
Dvfs.c86 struct svc_export *exp = *expp, *exp2 = NULL; in nfsd_cross_mnt() local
142 …sd_lookup_parent(struct svc_rqst *rqstp, struct dentry *dparent, struct svc_export **exp, struct d… in nfsd_lookup_parent()
169 int nfsd_mountpoint(struct dentry *dentry, struct svc_export *exp) in nfsd_mountpoint()
185 struct svc_export *exp; in nfsd_lookup_dentry() local
255 struct svc_export *exp; in nfsd_lookup() local
915 struct svc_export *exp; in nfsd_vfs_write() local
1930 static int exp_rdonly(struct svc_rqst *rqstp, struct svc_export *exp) in exp_rdonly()
1939 nfsd_permission(struct svc_rqst *rqstp, struct svc_export *exp, in nfsd_permission()
Dpnfs.h67 static inline void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
Dnfs4xdr.c2098 struct svc_rqst *rqstp, struct svc_export *exp) in nfsd4_encode_fs_locations()
2217 static int get_parent_attributes(struct svc_export *exp, struct kstat *stat) in get_parent_attributes()
2271 struct svc_export *exp, in nfsd4_encode_fattr()
2811 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf()
2839 struct svc_export *exp = cd->rd_fhp->fh_export; in nfsd4_encode_dirent_fattr() local
3685 __be32 nfserr, struct svc_export *exp) in nfsd4_do_encode_secinfo()
Dnfs4proc.c867 struct svc_export *exp; in nfsd4_secinfo() local
1179 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify()
1202 struct svc_export *exp; in nfsd4_getdeviceinfo() local
Dnfs4layouts.c117 void nfsd4_setup_layout_type(struct svc_export *exp) in nfsd4_setup_layout_type()
Dnfs3xdr.c810 struct svc_export *exp; in compose_entry_fh() local
/linux-4.4.14/arch/powerpc/kernel/
Dvecemu.c38 int exp, pwr; in eexp2() local
93 int exp, mant, lz, frac; in elog2() local
156 int exp, mant; in ctsxs() local
178 int exp; in ctuxs() local
206 int exp; in rfiz() local
221 int exp, mask; in rfii() local
242 int exp, half; in rfin() local
Dsyscalls.c86 ppc_select(int n, fd_set __user *inp, fd_set __user *outp, fd_set __user *exp, struct timeval __use… in ppc_select()
Dsys_ppc32.c57 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in ppc32_select()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_request.c76 static int mdc_getstatus(struct obd_export *exp, struct lu_fid *rootfid) in mdc_getstatus()
123 static int mdc_getattr_common(struct obd_export *exp, in mdc_getattr_common()
165 static int mdc_getattr(struct obd_export *exp, struct md_op_data *op_data, in mdc_getattr()
207 static int mdc_getattr_name(struct obd_export *exp, struct md_op_data *op_data, in mdc_getattr_name()
251 static int mdc_is_subdir(struct obd_export *exp, in mdc_is_subdir()
277 static int mdc_xattr_common(struct obd_export *exp, in mdc_xattr_common()
386 static int mdc_setxattr(struct obd_export *exp, const struct lu_fid *fid, in mdc_setxattr()
398 static int mdc_getxattr(struct obd_export *exp, const struct lu_fid *fid, in mdc_getxattr()
450 int mdc_get_lustre_md(struct obd_export *exp, struct ptlrpc_request *req, in mdc_get_lustre_md()
576 int mdc_free_lustre_md(struct obd_export *exp, struct lustre_md *md) in mdc_free_lustre_md()
[all …]
Dmdc_locks.c118 int mdc_set_lock_data(struct obd_export *exp, __u64 *lockh, void *data, in mdc_set_lock_data()
154 ldlm_mode_t mdc_lock_match(struct obd_export *exp, __u64 flags, in mdc_lock_match()
170 int mdc_cancel_unused(struct obd_export *exp, in mdc_cancel_unused()
187 int mdc_null_inode(struct obd_export *exp, in mdc_null_inode()
214 int mdc_find_cbdata(struct obd_export *exp, in mdc_find_cbdata()
272 static struct ptlrpc_request *mdc_intent_open_pack(struct obd_export *exp, in mdc_intent_open_pack()
357 mdc_intent_getxattr_pack(struct obd_export *exp, in mdc_intent_getxattr_pack()
401 static struct ptlrpc_request *mdc_intent_unlink_pack(struct obd_export *exp, in mdc_intent_unlink_pack()
439 static struct ptlrpc_request *mdc_intent_getattr_pack(struct obd_export *exp, in mdc_intent_getattr_pack()
488 static struct ptlrpc_request *mdc_intent_layout_pack(struct obd_export *exp, in mdc_intent_layout_pack()
[all …]
Dmdc_reint.c69 int mdc_resource_get_unused(struct obd_export *exp, const struct lu_fid *fid, in mdc_resource_get_unused()
103 int mdc_setattr(struct obd_export *exp, struct md_op_data *op_data, in mdc_setattr()
205 int mdc_create(struct obd_export *exp, struct md_op_data *op_data, in mdc_create()
303 int mdc_unlink(struct obd_export *exp, struct md_op_data *op_data, in mdc_unlink()
356 int mdc_link(struct obd_export *exp, struct md_op_data *op_data, in mdc_link()
400 int mdc_rename(struct obd_export *exp, struct md_op_data *op_data, in mdc_rename()
Dmdc_internal.h152 static inline int mdc_prep_elc_req(struct obd_export *exp, in mdc_prep_elc_req()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c131 static struct obd_uuid *lmv_get_uuid(struct obd_export *exp) in lmv_get_uuid()
198 struct obd_export **exp, struct obd_device *obd, in lmv_connect()
272 static int lmv_init_ea_size(struct obd_export *exp, int easize, in lmv_init_ea_size()
625 static int lmv_disconnect(struct obd_export *exp) in lmv_disconnect()
665 static int lmv_fid2path(struct obd_export *exp, int len, void *karg, void *uarg) in lmv_fid2path()
866 static int lmv_iocontrol(unsigned int cmd, struct obd_export *exp, in lmv_iocontrol()
1247 int lmv_fid_alloc(struct obd_export *exp, struct lu_fid *fid, in lmv_fid_alloc()
1387 static int lmv_statfs(const struct lu_env *env, struct obd_export *exp, in lmv_statfs()
1440 static int lmv_getstatus(struct obd_export *exp, in lmv_getstatus()
1455 static int lmv_getxattr(struct obd_export *exp, const struct lu_fid *fid, in lmv_getxattr()
[all …]
Dlmv_intent.c54 static int lmv_intent_remote(struct obd_export *exp, void *lmm, in lmv_intent_remote()
159 int lmv_intent_open(struct obd_export *exp, struct md_op_data *op_data, in lmv_intent_open()
242 int lmv_intent_lookup(struct obd_export *exp, struct md_op_data *op_data, in lmv_intent_lookup()
292 int lmv_intent_lock(struct obd_export *exp, struct md_op_data *op_data, in lmv_intent_lock()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_expect.c43 void nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, in nf_ct_unlink_expect_report()
67 struct nf_conntrack_expect *exp = (void *)ul_expect; in nf_ct_expectation_timed_out() local
136 struct nf_conntrack_expect *i, *exp = NULL; in nf_ct_find_expectation() local
191 struct nf_conntrack_expect *exp; in nf_ct_remove_expectations() local
239 void nf_ct_unexpect_related(struct nf_conntrack_expect *exp) in nf_ct_unexpect_related()
267 void nf_ct_expect_init(struct nf_conntrack_expect *exp, unsigned int class, in nf_ct_expect_init()
327 struct nf_conntrack_expect *exp; in nf_ct_expect_free_rcu() local
333 void nf_ct_expect_put(struct nf_conntrack_expect *exp) in nf_ct_expect_put()
340 static int nf_ct_expect_insert(struct nf_conntrack_expect *exp) in nf_ct_expect_insert()
375 struct nf_conntrack_expect *exp, *last = NULL; in evict_oldest_expect() local
Dnf_conntrack_h323_main.c343 struct nf_conntrack_expect *exp; in expect_t120() local
689 struct nf_conntrack_expect *exp; in expect_h245() local
810 struct nf_conntrack_expect *exp; in expect_callforwarding() local
1260 struct nf_conntrack_expect *exp; in find_expect() local
1276 static int set_expect_timeout(struct nf_conntrack_expect *exp, in set_expect_timeout()
1300 struct nf_conntrack_expect *exp; in expect_q931() local
1374 struct nf_conntrack_expect *exp; in process_gcf() local
1455 struct nf_conntrack_expect *exp; in process_rcf() local
1586 struct nf_conntrack_expect *exp; in process_acf() local
1653 struct nf_conntrack_expect *exp; in process_lcf() local
Dnf_nat_tftp.c23 struct nf_conntrack_expect *exp) in help()
Dnf_conntrack_broadcast.c28 struct nf_conntrack_expect *exp; in nf_conntrack_broadcast_help() local
Dnf_nat_amanda.c32 struct nf_conntrack_expect *exp) in help()
Dnf_conntrack_netlink.c2354 struct nf_conntrack_expect *exp; in ctnetlink_glue_attach_expect() local
2477 const struct nf_conntrack_expect *exp) in ctnetlink_exp_dump_expect()
2548 int event, const struct nf_conntrack_expect *exp) in ctnetlink_exp_fill_info()
2580 struct nf_conntrack_expect *exp = item->exp; in ctnetlink_expect_event() local
2645 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_dump_table() local
2689 struct nf_conntrack_expect *exp, *last; in ctnetlink_exp_ct_dump_table() local
2778 struct nf_conntrack_expect *exp; in ctnetlink_get_expect() local
2859 struct nf_conntrack_expect *exp; in ctnetlink_del_expect() local
2966 struct nf_conntrack_expect *exp, in ctnetlink_parse_expect_nat()
3004 struct nf_conntrack_expect *exp; in ctnetlink_alloc_expect() local
[all …]
Dnf_nat_irc.c34 struct nf_conntrack_expect *exp) in help()
Dnf_conntrack_pptp.c103 struct nf_conntrack_expect *exp) in pptp_expectfn()
147 struct nf_conntrack_expect *exp; in destroy_sibling_or_exp() local
Dnf_conntrack_tftp.c45 struct nf_conntrack_expect *exp; in tftp_help() local
Dnf_nat_ftp.c65 struct nf_conntrack_expect *exp) in nf_nat_ftp()
Dnf_conntrack_amanda.c91 struct nf_conntrack_expect *exp; in amanda_help() local
Dnf_nat_helper.c192 struct nf_conntrack_expect *exp) in nf_nat_follow_master()
Dnf_conntrack_sane.c73 struct nf_conntrack_expect *exp; in help() local
Dnf_conntrack_irc.c116 struct nf_conntrack_expect *exp; in help() local
Dnf_nat_sip.c317 struct nf_conntrack_expect *exp) in nf_nat_sip_expected()
344 struct nf_conntrack_expect *exp, in nf_nat_sip_expect()
Dnf_conntrack_sip.c799 struct nf_conntrack_expect *exp; in refresh_signalling_expectation() local
825 struct nf_conntrack_expect *exp; in flush_expectations() local
849 struct nf_conntrack_expect *exp, *rtp_exp, *rtcp_exp; in set_expected_rtp_rtcp() local
1187 struct nf_conntrack_expect *exp; in process_register_request() local
Dnf_conntrack_helper.c393 struct nf_conntrack_expect *exp; in __nf_conntrack_helper_unregister() local
Dnf_conntrack_ftp.c399 struct nf_conntrack_expect *exp; in help() local
Dnf_conntrack_core.c920 struct nf_conntrack_expect *exp = NULL; in init_conntrack() local
/linux-4.4.14/arch/sh/kernel/cpu/sh2a/
Dfpu.c101 int exp, w; in denormal_mulf() local
168 int exp, w; in denormal_muld() local
206 int exp; in denormal_subf1() local
233 int exp; in denormal_addf1() local
291 int exp; in denormal_subd1() local
318 long long exp; in denormal_addd1() local
384 int exp = 1023 - 126; in denormal_to_double() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c637 struct obd_device *class_exp2obd(struct obd_export *exp) in class_exp2obd()
645 struct obd_import *class_exp2cliimp(struct obd_export *exp) in class_exp2cliimp()
656 static void class_export_destroy(struct obd_export *exp) in class_export_destroy()
690 struct obd_export *class_export_get(struct obd_export *exp) in class_export_get()
699 void class_export_put(struct obd_export *exp) in class_export_put()
815 void class_unlink_export(struct obd_export *exp) in class_unlink_export()
967 void __class_export_add_lock_ref(struct obd_export *exp, struct ldlm_lock *lock) in __class_export_add_lock_ref()
988 void __class_export_del_lock_ref(struct obd_export *exp, struct ldlm_lock *lock) in __class_export_del_lock_ref()
1069 void class_fail_export(struct obd_export *exp) in class_fail_export()
1190 static void obd_zombie_export_add(struct obd_export *exp) in obd_zombie_export_add()
Dobd_config.c287 struct obd_export *exp; in class_setup() local
1429 struct obd_export *exp; in uuid_key() local
1443 struct obd_export *exp; in uuid_keycmp() local
1461 struct obd_export *exp; in uuid_export_get() local
1470 struct obd_export *exp; in uuid_export_put_locked() local
Dobd_mount.c208 struct obd_export *exp; in lustre_start_mgc() local
Dcl_page.c62 # define PINVRNT(env, page, exp) \ argument
Dlprocfs_status.c1257 int lprocfs_exp_cleanup(struct obd_export *exp) in lprocfs_exp_cleanup()
/linux-4.4.14/drivers/iio/common/hid-sensors/
Dhid-sensor-attributes.c77 int exp = 0; in simple_div() local
95 static void split_micro_fraction(unsigned int no, int exp, int *val1, int *val2) in split_micro_fraction()
109 static void convert_from_vtf_format(u32 value, int size, int exp, in convert_from_vtf_format()
131 static u32 convert_to_vtf_format(int size, int exp, int val1, int val2) in convert_to_vtf_format()
278 int scale1, int exp) in adjust_exponent_micro()
325 int exp; in hid_sensor_format_scale() local
/linux-4.4.14/arch/m68k/math-emu/
Dfp_arith.c156 int exp; in fp_fmul() local
234 int exp; in fp_fdiv() local
314 int exp; in fp_fsglmul() local
371 int exp; in fp_fsgldiv() local
Dfp_log.c32 int i, exp; in fp_fsqrt() local
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c110 static int osc_packmd(struct obd_export *exp, struct lov_mds_md **lmmp, in osc_packmd()
140 static int osc_unpackmd(struct obd_export *exp, struct lov_stripe_md **lsmp, in osc_unpackmd()
241 static int osc_getattr_async(struct obd_export *exp, struct obd_info *oinfo, in osc_getattr_async()
271 static int osc_getattr(const struct lu_env *env, struct obd_export *exp, in osc_getattr()
314 static int osc_setattr(const struct lu_env *env, struct obd_export *exp, in osc_setattr()
377 int osc_setattr_async_base(struct obd_export *exp, struct obd_info *oinfo, in osc_setattr_async_base()
426 static int osc_setattr_async(struct obd_export *exp, struct obd_info *oinfo, in osc_setattr_async()
434 int osc_real_create(struct obd_export *exp, struct obdo *oa, in osc_real_create()
522 int osc_punch_base(struct obd_export *exp, struct obd_info *oinfo, in osc_punch_base()
587 int osc_sync_base(struct obd_export *exp, struct obd_info *oinfo, in osc_sync_base()
[all …]
Dosc_quota.c245 int osc_quotactl(struct obd_device *unused, struct obd_export *exp, in osc_quotactl()
286 int osc_quotacheck(struct obd_device *unused, struct obd_export *exp, in osc_quotacheck()
315 int osc_quota_poll_check(struct obd_export *exp, struct if_quotacheck *qchk) in osc_quota_poll_check()
Dosc_cache.c2192 struct obd_export *exp = osc_export(osc); in osc_prep_async_page() local
/linux-4.4.14/arch/x86/math-emu/
Dreg_ld_str.c38 static u_char normalize_no_excep(FPU_REG *r, int exp, int sign) in normalize_no_excep()
54 int exp; in FPU_tagof() local
96 int exp, tag, negative; in FPU_load_double() local
158 int exp, tag, negative; in FPU_load_single() local
383 int exp; in FPU_store_double() local
568 int exp; in FPU_store_single() local
Dpoly.h87 static inline void add_two_Xsig(Xsig *dest, const Xsig *x2, long int *exp) in add_two_Xsig()
Dfpu_tags.c63 int exp = exponent(ptr); in FPU_Special() local
Dfpu_emu.h120 short exp; member
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c200 struct obd_export **exp, struct obd_device *obd, in lov_connect()
300 static int lov_disconnect(struct obd_export *exp) in lov_disconnect()
967 static int lov_recreate(struct obd_export *exp, struct obdo *src_oa, in lov_recreate()
1021 static int lov_create(const struct lu_env *env, struct obd_export *exp, in lov_create()
1061 static int lov_destroy(const struct lu_env *env, struct obd_export *exp, in lov_destroy()
1131 static int lov_getattr_async(struct obd_export *exp, struct obd_info *oinfo, in lov_getattr_async()
1203 static int lov_setattr_async(struct obd_export *exp, struct obd_info *oinfo, in lov_setattr_async()
1276 static int lov_find_cbdata(struct obd_export *exp, in lov_find_cbdata()
1323 static int lov_statfs_async(struct obd_export *exp, struct obd_info *oinfo, in lov_statfs_async()
1364 static int lov_statfs(const struct lu_env *env, struct obd_export *exp, in lov_statfs()
[all …]
Dlov_pack.c111 int lov_packmd(struct obd_export *exp, struct lov_mds_md **lmmp, in lov_packmd()
332 int lov_unpackmd(struct obd_export *exp, struct lov_stripe_md **lsmp, in lov_unpackmd()
391 int lov_getstripe(struct obd_export *exp, struct lov_stripe_md *lsm, in lov_getstripe()
Dlov_request.c270 int lov_prep_getattr_set(struct obd_export *exp, struct obd_info *oinfo, in lov_prep_getattr_set()
351 int lov_prep_destroy_set(struct obd_export *exp, struct obd_info *oinfo, in lov_prep_destroy_set()
472 int lov_prep_setattr_set(struct obd_export *exp, struct obd_info *oinfo, in lov_prep_setattr_set()
Dlov_merge.c113 int lov_adjust_kms(struct obd_export *exp, struct lov_stripe_md *lsm, in lov_adjust_kms()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_ecache.h161 struct nf_conntrack_expect *exp; member
177 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report()
208 struct nf_conntrack_expect *exp) in nf_ct_expect_event()
249 struct nf_conntrack_expect *exp) {} in nf_ct_expect_event()
251 struct nf_conntrack_expect *exp, in nf_ct_expect_event_report()
Dnf_conntrack_expect.h59 static inline struct net *nf_ct_exp_net(struct nf_conntrack_expect *exp) in nf_ct_exp_net()
97 static inline void nf_ct_unlink_expect(struct nf_conntrack_expect *exp) in nf_ct_unlink_expect()
/linux-4.4.14/drivers/media/rc/img-ir/
Dimg-ir-sharp.c18 unsigned int addr, cmd, exp, chk; in img_ir_sharp_scancode() local
44 unsigned int addr, cmd, exp = 0, chk = 0; in img_ir_sharp_filter() local
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c489 struct obd_export **exp, in client_connect_import()
555 int client_disconnect_export(struct obd_export *exp) in client_disconnect_export()
680 struct obd_export *exp; in target_send_reply() local
817 void ldlm_dump_export_locks(struct obd_export *exp) in ldlm_dump_export_locks()
Dldlm_request.c333 int ldlm_cli_enqueue_fini(struct obd_export *exp, struct ptlrpc_request *req, in ldlm_cli_enqueue_fini()
571 int ldlm_prep_elc_req(struct obd_export *exp, struct ptlrpc_request *req, in ldlm_prep_elc_req()
635 int ldlm_prep_enqueue_req(struct obd_export *exp, struct ptlrpc_request *req, in ldlm_prep_enqueue_req()
653 int ldlm_cli_enqueue(struct obd_export *exp, struct ptlrpc_request **reqp, in ldlm_cli_enqueue()
862 static int ldlm_cli_cancel_req(struct obd_export *exp, in ldlm_cli_cancel_req()
1010 struct obd_export *exp; in ldlm_cli_cancel() local
1792 struct obd_export *exp; in replay_lock_interpret() local
Dldlm_lock.c108 void ldlm_convert_policy_to_local(struct obd_export *exp, ldlm_type_t type, in ldlm_convert_policy_to_local()
1895 struct obd_export *exp = lock->l_export; in _ldlm_lock_debug() local
/linux-4.4.14/drivers/staging/lustre/lustre/fid/
Dfid_request.c62 struct obd_export *exp = seq->lcs_exp; in seq_client_rpc() local
393 struct obd_export *exp, in seq_client_init()
426 struct obd_export *exp, enum lu_cli_type type) in client_fid_init()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_nfct.c144 struct nf_conntrack_expect *exp) in ip_vs_nfct_expect_callback()
229 struct nf_conntrack_expect *exp; in ip_vs_nfct_expect_related() local
/linux-4.4.14/net/ipv4/netfilter/
Dnf_nat_h323.c285 struct nf_conntrack_expect *exp) in nat_t120()
336 struct nf_conntrack_expect *exp) in nat_h245()
427 __be16 port, struct nf_conntrack_expect *exp) in nat_q931()
521 struct nf_conntrack_expect *exp) in nat_callforwarding()
Dnf_nat_pptp.c43 struct nf_conntrack_expect *exp) in pptp_nat_expected()
Dnf_conntrack_l3proto_ipv4_compat.c283 struct nf_conntrack_expect *exp; in exp_seq_show() local
/linux-4.4.14/kernel/
Dacct.c314 int exp, rnd; in encode_comp_t() local
356 int exp, rnd; in encode_comp2_t() local
389 unsigned exp = 190; in encode_float() local
/linux-4.4.14/kernel/sched/
Dloadavg.c100 calc_load(unsigned long load, unsigned long exp, unsigned long active) in calc_load()
293 calc_load_n(unsigned long load, unsigned long exp, in calc_load_n()
/linux-4.4.14/drivers/misc/echo/
Decho.c125 int exp; in lms_adapt_bg() local
197 int exp; in lms_adapt_bg() local
/linux-4.4.14/kernel/time/
Dalarmtimer.c597 ktime_t exp; in alarm_timer_set() local
678 static int update_rmtp(ktime_t exp, enum alarmtimer_type type, in update_rmtp()
706 ktime_t exp; in alarm_timer_nsleep_restart() local
748 ktime_t exp; in alarm_timer_nsleep() local
Dposix-cpu-timers.c496 unsigned long long exp = nt->expires; in arm_timer() local
/linux-4.4.14/fs/
Dselect.c429 unsigned long *rinp, *routp, *rexp, *inp, *outp, *exp; in do_select() local
548 fd_set __user *exp, struct timespec *end_time) in core_sys_select()
623 fd_set __user *, exp, struct timeval __user *, tvp) in SYSCALL_DEFINE5() argument
647 fd_set __user *exp, struct timespec __user *tsp, in do_pselect()
701 fd_set __user *, exp, struct timespec __user *, tsp, in SYSCALL_DEFINE6() argument
721 fd_set __user *inp, *outp, *exp; member
Dcompat.c1235 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in compat_core_sys_select()
1306 compat_ulong_t __user *, outp, compat_ulong_t __user *, exp, in COMPAT_SYSCALL_DEFINE5() argument
1334 compat_uptr_t exp; member
1349 compat_ulong_t __user *outp, compat_ulong_t __user *exp, in do_compat_pselect()
1400 compat_ulong_t __user *, outp, compat_ulong_t __user *, exp, in COMPAT_SYSCALL_DEFINE6() argument
/linux-4.4.14/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c825 static int mgc_set_mgs_param(struct obd_export *exp, in mgc_set_mgs_param()
861 static int mgc_enqueue(struct obd_export *exp, struct lov_stripe_md *lsm, in mgc_enqueue()
914 static int mgc_target_register(struct obd_export *exp, in mgc_target_register()
952 static int mgc_set_info_async(const struct lu_env *env, struct obd_export *exp, in mgc_set_info_async()
1030 static int mgc_get_info(const struct lu_env *env, struct obd_export *exp, in mgc_get_info()
/linux-4.4.14/lib/mpi/
Dmpi-pow.c36 int mpi_powm(MPI res, MPI base, MPI exp, MPI mod) in mpi_powm()
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
Dstv06xx_hdcs.c90 } exp; member
190 u8 exp[14]; in hdcs_set_exposure() local
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1644 struct obd_export *exp, int rw, in echo_client_prep_commit()
1749 struct obd_export *exp, in echo_client_brw_ioctl()
1806 echo_client_enqueue(struct obd_export *exp, struct obdo *oa, in echo_client_enqueue()
1840 echo_client_cancel(struct obd_export *exp, struct obdo *oa) in echo_client_cancel()
1853 echo_client_iocontrol(unsigned int cmd, struct obd_export *exp, int len, in echo_client_iocontrol()
2102 struct obd_export **exp, in echo_client_connect()
2117 static int echo_client_disconnect(struct obd_export *exp) in echo_client_disconnect()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Ddir.c147 struct obd_export *exp = ll_i2sbi(inode)->ll_md_exp; in ll_dir_filler() local
1049 static int copy_and_ioctl(int cmd, struct obd_export *exp, in copy_and_ioctl()
1705 struct obd_export *exp; in ll_dir_ioctl() local
Dfile.c130 struct obd_export *exp = ll_i2mdexp(inode); in ll_close_inode_openhandle() local
910 static int ll_lsm_getattr(struct lov_stripe_md *lsm, struct obd_export *exp, in ll_lsm_getattr()
1256 struct obd_export *exp = ll_i2dtexp(inode); in ll_lov_recreate() local
1671 struct obd_export *exp = ll_i2dtexp(inode); in ll_do_fiemap() local
1735 struct obd_export *exp = ll_i2mdexp(inode); in ll_fid2path() local
2866 struct obd_export *exp; in __ll_inode_revalidate() local
Dxattr_cache.c280 struct obd_export *exp = sbi->ll_md_exp; in ll_xattr_find_get_lock() local
Dllite_lib.c1919 struct obd_export *exp = ll_s2sbi(sb)->ll_md_exp; in ll_open_cleanup() local
2025 struct obd_export *exp; in ll_obd_statfs() local
Dllite_internal.h1365 static inline void ll_set_lock_data(struct obd_export *exp, struct inode *inode, in ll_set_lock_data()
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dfpu.c154 int exp = 1023 - 126; in denormal_to_double() local
/linux-4.4.14/drivers/media/i2c/smiapp/
Dsmiapp-regs.c28 int32_t exp; in float_to_u32_mul_1000000() local
/linux-4.4.14/net/atm/
Dclip.c128 unsigned long exp = cv->last_use + cv->idle_timeout; in neigh_check_cb() local
740 unsigned long exp; in atmarp_info() local
/linux-4.4.14/drivers/watchdog/
Dtegra_wdt.c156 int exp; in tegra_wdt_get_timeleft() local
/linux-4.4.14/drivers/staging/lustre/include/linux/libcfs/
Dlibcfs_private.h75 # define LINVRNT(exp) LASSERT(exp) argument
77 # define LINVRNT(exp) ((void)sizeof !!(exp)) argument
/linux-4.4.14/drivers/staging/lustre/lustre/fld/
Dfld_request.c396 int fld_client_rpc(struct obd_export *exp, in fld_client_rpc()
/linux-4.4.14/include/math-emu/
Ddouble.h61 unsigned exp : _FP_EXPBITS_D; member
135 unsigned exp : _FP_EXPBITS_D; member
Dquad.h62 unsigned exp : _FP_EXPBITS_Q; member
140 unsigned exp : _FP_EXPBITS_Q; member
Dsingle.h52 unsigned exp : _FP_EXPBITS_S; member
/linux-4.4.14/arch/x86/platform/uv/
Duv_time.c201 u64 exp = head->cpu[c].expires; in uv_rtc_find_next_timer() local
/linux-4.4.14/lib/
Dtest-string_helpers.c340 const char *exp, in test_string_get_size_check()
/linux-4.4.14/net/bluetooth/
Dsmp.c3458 const u8 exp[3] = { 0xaa, 0xfb, 0x0d }; in test_ah() local
3486 const u8 exp[16] = { in test_c1() local
3511 const u8 exp[16] = { in test_s1() local
3543 const u8 exp[16] = { in test_f4() local
3613 const u8 exp[16] = { in test_f6() local
3667 const u8 exp[16] = { in test_h6() local
/linux-4.4.14/arch/m68k/include/asm/
Dmath-emu.h88 unsigned short exp; member
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_queue.c279 struct v4l2_exportbuffer *exp) in uvc_export_buffer()
Duvc_v4l2.c724 struct v4l2_exportbuffer *exp) in uvc_ioctl_expbuf()
/linux-4.4.14/mm/
Dmempool.c47 u8 exp = (i < size - 1) ? POISON_FREE : POISON_END; in __check_element() local
Dslab.c1788 char exp = POISON_FREE; in check_poison_obj() local
/linux-4.4.14/drivers/net/wireless/brcm80211/include/
Dbrcmu_utils.h27 #define SPINWAIT(exp, us) { \ argument
/linux-4.4.14/arch/frv/include/asm/
Dmath-emu.h88 unsigned short exp; member
/linux-4.4.14/scripts/mod/
Dmodpost.c2040 static void check_for_gpl_usage(enum export exp, const char *m, const char *s) in check_for_gpl_usage()
2065 static void check_for_unused(enum export exp, const char *m, const char *s) in check_for_unused()
2083 struct symbol *s, *exp; in check_exports() local
2149 struct symbol *s, *exp; in add_versions() local
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c704 unsigned long exp; in s_mem_to_reg() local
Dosf_sys.c1092 fd_set __user *, exp, struct timeval32 __user *, tvp) in SYSCALL_DEFINE5() argument
/linux-4.4.14/arch/ia64/include/asm/
Dbitops.h380 long exp; in ia64_fls() local
/linux-4.4.14/drivers/media/i2c/soc_camera/
Dmt9v022.c528 struct v4l2_ctrl *exp = mt9v022->exposure; in mt9v022_g_volatile_ctrl() local
622 struct v4l2_ctrl *exp = mt9v022->exposure; in mt9v022_s_ctrl() local
Dmt9m001.c401 struct v4l2_ctrl *exp = mt9m001->exposure; in mt9m001_s_ctrl() local
Dmt9t031.c460 struct v4l2_ctrl *exp = mt9t031->exposure; in mt9t031_s_ctrl() local
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dsec.c1658 static int flavor_allowed(struct sptlrpc_flavor *exp, in flavor_allowed()
1682 int sptlrpc_target_export_check(struct obd_export *exp, in sptlrpc_target_export_check()
Dimport.c790 struct obd_export *exp; in ptlrpc_connect_interpret() local
Dservice.c1754 struct obd_export *exp; in ptlrpc_handle_rs() local
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/
Ddebug.h213 static inline void RT_ASSERT(int exp, const char *fmt, ...) in RT_ASSERT()
/linux-4.4.14/drivers/char/
Dmmtimer.c302 u64 expires, exp, set_completion_time; in mmtimer_set_next_timer() local
/linux-4.4.14/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h198 u8 exp; member
/linux-4.4.14/arch/powerpc/perf/
Dpower8-pmu.c362 unsigned int cmp, exp; in power8_get_constraint() local
/linux-4.4.14/net/openvswitch/
Dconntrack.c436 struct nf_conntrack_expect *exp; in ovs_ct_lookup() local
/linux-4.4.14/drivers/atm/
Dhe.c431 unsigned exp = 0; in rate_to_atmf() local
655 unsigned rate_atmf, exp, man; in he_init_cs_block_rcm() local
Dfirestream.c450 unsigned char exp = -1; /* hush gcc */ in make_rate() local
Dambassador.c891 unsigned char exp = -1; // hush gcc in make_rate() local
/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_msgtype50.c189 unsigned char *mod, *exp, *inp; in ICAMEX_msg_to_type50MEX_msg() local
/linux-4.4.14/arch/parisc/math-emu/
Dcnv_float.h108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument
Dsgl_float.h158 #define Sgl_set_exponent(sgl_value,exp) Deposit_sexponent(sgl_value,exp) argument
Ddbl_float.h246 #define Dbl_set_exponent(dbl_value, exp) Deposit_dexponent(dbl_value,exp) argument
/linux-4.4.14/drivers/media/dvb-frontends/
Dcx24123.c443 u32 exp, nearest = 0; in cx24123_int_log2() local
Ddib8000.c1920 u32 ix = 0, tmp_val = 0, exp = 0, mant = 0; in dib8000_get_adc_power() local
3832 u32 n, s, exp; in dib8000_get_snr() local
Ddib7000p.c2131 u32 tmp_val = 0, exp = 0, mant = 0; in dib7000p_get_adc_power() local
Ddib9000.c2279 u32 n, s, exp; in dib9000_get_snr() local
/linux-4.4.14/arch/sh/math-emu/
Dmath.c481 int exp = 1023 - 126; in denormal_to_double() local
/linux-4.4.14/drivers/net/wireless/mediatek/mt7601u/
Dphy.c603 short exp = 0; in lin2dBd() local
/linux-4.4.14/drivers/media/i2c/
Dsr030pc30.c162 struct v4l2_ctrl *exp; member
Dov9650.c760 static int ov965x_set_exposure(struct ov965x *ov965x, int exp) in ov965x_set_exposure()
/linux-4.4.14/include/linux/
Dccp.h296 struct scatterlist *exp; member
Dtcp.h61 bool exp; /* In RFC6994 experimental option format */ member
Dsched.h162 #define CALC_LOAD(load,exp,n) \ argument
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/
Dcfg80211.h265 u8 exp; member
/linux-4.4.14/drivers/crypto/ccp/
Dccp-ops.c1572 struct ccp_dm_workarea exp, src; in ccp_run_rsa_cmd() local
/linux-4.4.14/drivers/media/usb/gspca/
Dsn9c20x.c1439 u8 exp[8] = {sd->i2c_intf, sd->i2c_addr, in set_exposure() local
/linux-4.4.14/kernel/rcu/
Dtree.h288 u8 exp; member
Dtree.c4393 static const char * const exp[] = RCU_EXP_NAME_INIT; in rcu_init_one() local
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce.c292 static void mce_panic(const char *msg, struct mce *final, char *exp) in mce_panic()
/linux-4.4.14/drivers/scsi/
Dscsi_transport_sas.c960 struct sas_expander_device *exp = rphy_to_expander_device(rphy); in sas_port_alloc_num() local
/linux-4.4.14/tools/lib/traceevent/
Devent-parse.h904 struct filter_arg_exp exp; member
/linux-4.4.14/drivers/block/drbd/
Ddrbd_int.h150 #define D_ASSERT(device, exp) do { \ argument
160 #define expect(exp) ({ \ argument
/linux-4.4.14/drivers/net/ethernet/neterion/
Ds2io.c342 #define S2IO_TIMER_CONF(timer, handle, arg, exp) \ argument
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_defs.h1166 u32 exp; /* expect value read from reg */ member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbnx2.c6047 u32 mode_ctl, an_dbg, exp; in bnx2_5706_serdes_has_link() local
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Dmain.c82 #define EDCF_ECW2CW(exp) ((1 << (exp)) - 1) argument