Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 117) sorted by relevance

12345

/net/ceph/crush/
Dhash.c13 #define crush_hashmix(a, b, c) do { \ argument
49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/net/ceph/
Darmor.c15 static int encode_bits(int c) in encode_bits()
20 static int decode_bits(char c) in decode_bits()
43 unsigned char a, b, c; in ceph_armor() local
80 int a, b, c, d; in ceph_unarmor() local
Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
97 unsigned char c; in ceph_str_hash_linux() local
Dpagelist.c137 struct ceph_pagelist_cursor *c) in ceph_pagelist_set_cursor()
151 struct ceph_pagelist_cursor *c) in ceph_pagelist_truncate()
/net/ipv4/
Dipmr_base.c67 struct mr_mfc *c; in mr_mfc_find_parent() local
81 struct mr_mfc *c; in mr_mfc_find_any_parent() local
96 struct mr_mfc *c, *proxy; in mr_mfc_find_any() local
178 struct mr_mfc *c = v; in mr_mfc_seq_next() local
209 struct mr_mfc *c, struct rtmsg *rtm) in mr_fill_mroute()
280 const struct mr_mfc *c, in mr_mfc_uses_dev()
301 u32 portid, u32 seq, struct mr_mfc *c, in mr_table_dump()
356 u32 portid, u32 seq, struct mr_mfc *c, in mr_rtm_dumproute()
Dipmr.c377 const struct mfc_cache *c = ptr; in ipmr_hash_cmp() local
720 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ipmr_cache_free_rcu() local
725 static void ipmr_cache_free(struct mfc_cache *c) in ipmr_cache_free()
733 static void ipmr_destroy_unres(struct mr_table *mrt, struct mfc_cache *c) in ipmr_destroy_unres()
765 struct mr_mfc *c, *next; in ipmr_expire_process() local
970 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ipmr_cache_alloc() local
983 struct mfc_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ipmr_cache_alloc_unres() local
994 struct mfc_cache *uc, struct mfc_cache *c) in ipmr_cache_resolve()
1119 struct mfc_cache *c; in ipmr_cache_unresolved() local
1192 struct mfc_cache *c; in ipmr_mfc_delete() local
[all …]
Dtcp_sigpool.c260 int tcp_sigpool_start(unsigned int id, struct tcp_sigpool *c) __cond_acquires(RCU_BH) in tcp_sigpool_start()
293 void tcp_sigpool_end(struct tcp_sigpool *c) __releases(RCU_BH) in tcp_sigpool_end()
/net/netfilter/ipset/
Dpfxlen.c142 #define E(a, b, c, d) \ argument
157 #define E(a, b, c, d) \ argument
/net/ipv6/
Dip6mr.c360 struct mfc6_cache *c = (struct mfc6_cache *)ptr; in ip6mr_hash_cmp() local
772 struct mr_mfc *c = container_of(head, struct mr_mfc, rcu); in ip6mr_cache_free_rcu() local
777 static inline void ip6mr_cache_free(struct mfc6_cache *c) in ip6mr_cache_free()
786 static void ip6mr_destroy_unres(struct mr_table *mrt, struct mfc6_cache *c) in ip6mr_destroy_unres()
816 struct mr_mfc *c, *next; in ipmr_do_expire_process() local
997 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_KERNEL); in ip6mr_cache_alloc() local
1009 struct mfc6_cache *c = kmem_cache_zalloc(mrt_cachep, GFP_ATOMIC); in ip6mr_cache_alloc_unres() local
1022 struct mfc6_cache *uc, struct mfc6_cache *c) in ip6mr_cache_resolve()
1158 struct mfc6_cache *c; in ip6mr_cache_unresolved() local
1235 struct mfc6_cache *c; in ip6mr_mfc_delete() local
[all …]
/net/9p/
Derror.c178 struct errormap *c; in p9_error_init() local
207 struct errormap *c; in p9_errstr2errno() local
Dclient.c226 static int p9_fcall_init(struct p9_client *c, struct p9_fcall *fc, in p9_fcall_init()
278 p9_tag_alloc(struct p9_client *c, int8_t type, uint t_size, uint r_size, in p9_tag_alloc()
358 struct p9_req_t *p9_tag_lookup(struct p9_client *c, u16 tag) in p9_tag_lookup()
391 static void p9_tag_remove(struct p9_client *c, struct p9_req_t *r) in p9_tag_remove()
402 int p9_req_put(struct p9_client *c, struct p9_req_t *r) in p9_req_put()
423 static void p9_tag_cleanup(struct p9_client *c) in p9_tag_cleanup()
445 void p9_client_cb(struct p9_client *c, struct p9_req_t *req, int status) in p9_client_cb()
522 static int p9_check_errors(struct p9_client *c, struct p9_req_t *req) in p9_check_errors()
597 static int p9_client_flush(struct p9_client *c, struct p9_req_t *oldreq) in p9_client_flush()
625 static struct p9_req_t *p9_client_prepare_req(struct p9_client *c, in p9_client_prepare_req()
[all …]
Dtrans_rdma.c241 struct p9_client *c = id->context; in p9_cm_event_handler() local
294 struct p9_rdma_context *c = in recv_done() local
345 struct p9_rdma_context *c = in send_done() local
383 post_recv(struct p9_client *client, struct p9_rdma_context *c) in post_recv()
425 struct p9_rdma_context *c = NULL; in rdma_request() local
/net/wireless/
Dchan.c58 static int cfg80211_chandef_get_width(const struct cfg80211_chan_def *c) in cfg80211_chandef_get_width()
473 int cfg80211_chandef_primary(const struct cfg80211_chan_def *c, in cfg80211_chandef_primary()
634 struct ieee80211_channel *c; in cfg80211_set_dfs_state() local
731 struct ieee80211_channel *c; in cfg80211_get_chans_dfs_required() local
791 struct ieee80211_channel *c; in cfg80211_chandef_dfs_usable() local
1001 struct ieee80211_channel *c; in cfg80211_chandef_dfs_available() local
1041 struct ieee80211_channel *c; in cfg80211_chandef_dfs_cac_time() local
1150 struct ieee80211_channel *c; in _cfg80211_chandef_usable() local
/net/xfrm/
Dxfrm_user.c952 struct km_event c; in xfrm_add_sa() local
1030 struct km_event c; in xfrm_del_sa() local
2165 struct km_event c; in xfrm_add_policy() local
2487 struct km_event c; in xfrm_get_policy() local
2567 struct km_event c; in xfrm_flush_sa() local
2603 static int build_aevent(struct sk_buff *skb, struct xfrm_state *x, const struct km_event *c) in build_aevent()
2683 struct km_event c; in xfrm_get_ae() local
2725 struct km_event c; in xfrm_new_ae() local
2782 struct km_event c; in xfrm_flush_policy() local
3383 struct netlink_dump_control c = { in xfrm_user_rcv_msg() local
[all …]
Dxfrm_replay.c43 struct km_event c; in xfrm_replay_notify() local
307 struct km_event c; in xfrm_replay_notify_bmp() local
359 struct km_event c; in xfrm_replay_notify_esn() local
/net/mac80211/
Dtrace.h46 #define CHANDEF_ASSIGN(c) \ argument
65 #define MIN_CHANDEF_ASSIGN(c) \ argument
86 #define AP_CHANDEF_ASSIGN(c) \ argument
/net/key/
Daf_key.c1473 static int key_notify_sa(struct xfrm_state *x, const struct km_event *c) in key_notify_sa()
1502 struct km_event c; in pfkey_add() local
1538 struct km_event c; in pfkey_delete() local
1735 static int key_notify_sa_flush(const struct km_event *c) in key_notify_sa_flush()
1762 struct km_event c; in pfkey_flush() local
2215 static int key_notify_policy(struct xfrm_policy *xp, int dir, const struct km_event *c) in key_notify_policy()
2254 struct km_event c; in pfkey_spdadd() local
2369 struct km_event c; in pfkey_spddelete() local
2654 struct km_event c; in pfkey_spdget() local
2757 static int key_notify_policy_flush(const struct km_event *c) in key_notify_policy_flush()
[all …]
/net/core/
Dutils.c86 static inline int xdigit2bin(char c, int delim) in xdigit2bin()
135 int c; in in4_pton() local
204 int c; in in6_pton() local
/net/smc/
Dsmc_netlink.h26 static inline struct smc_nl_dmp_ctx *smc_nl_dmp_ctx(struct netlink_callback *c) in smc_nl_dmp_ctx()
/net/tipc/
Daddr.c85 u8 c; in tipc_nodeid2string() local
Ddiag.c86 struct netlink_dump_control c = { in tipc_sock_diag_handler_dump() local
/net/netfilter/
Dnfnetlink_hook.c40 struct netlink_dump_control *c) in nf_netlink_dump_start_rcu()
401 struct netlink_dump_control c = { in nfnl_hook_get() local
/net/bpf/
Dtest_run.c532 int noinline bpf_fentry_test3(char a, int b, u64 c) in bpf_fentry_test3()
537 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4()
542 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5()
547 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6()
582 __bpf_kfunc int bpf_modify_return_test2(int a, int *b, short c, int d, in bpf_modify_return_test2()
607 int c; member
/net/sched/
Dact_ct.c966 struct tcf_ct *c = to_ct(a); in tcf_ct_act() local
1352 struct tcf_ct *c; in tcf_ct_init() local
1437 struct tcf_ct *c = to_ct(a); in tcf_ct_cleanup() local
1524 struct tcf_ct *c = to_ct(a); in tcf_ct_dump() local
1594 struct tcf_ct *c = to_ct(a); in tcf_stats_update() local
Dsch_mqprio_lib.c12 static bool intervals_overlap(int a, int b, int c, int d) in intervals_overlap()

12345