Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 6 of 6) sorted by relevance

/net/ceph/
A Dstring_table.c40 cs = kmalloc(sizeof(*cs) + len + 1, GFP_NOFS); in ceph_find_or_create_string()
41 if (!cs) in ceph_find_or_create_string()
44 kref_init(&cs->kref); in ceph_find_or_create_string()
45 cs->len = len; in ceph_find_or_create_string()
46 memcpy(cs->str, str, len); in ceph_find_or_create_string()
47 cs->str[len] = 0; in ceph_find_or_create_string()
80 kfree(cs); in ceph_find_or_create_string()
81 cs = exist; in ceph_find_or_create_string()
84 return cs; in ceph_find_or_create_string()
95 RB_CLEAR_NODE(&cs->node); in ceph_release_string()
[all …]
/net/core/
A Dnetclassid_cgroup.c33 struct cgroup_cls_state *cs; in cgrp_css_alloc() local
35 cs = kzalloc(sizeof(*cs), GFP_KERNEL); in cgrp_css_alloc()
36 if (!cs) in cgrp_css_alloc()
39 return &cs->css; in cgrp_css_alloc()
44 struct cgroup_cls_state *cs = css_cls_state(css); in cgrp_css_online() local
48 cs->classid = parent->classid; in cgrp_css_online()
125 struct cgroup_cls_state *cs = css_cls_state(css); in write_classid() local
129 cs->classid = (u32)value; in write_classid()
133 update_classid_task(p, cs->classid); in write_classid()
/net/bridge/netfilter/
A Debtables.c202 struct ebt_chainstack *cs; in ebt_do_table() local
218 cs = NULL; in ebt_do_table()
270 i = cs[sp].n; in ebt_do_table()
273 point = cs[sp].e; in ebt_do_table()
287 cs[sp].n = i + 1; in ebt_do_table()
585 struct ebt_chainstack cs; member
612 udc[*n].cs.n = 0; in ebt_get_udc_positions()
811 e = cl_s[chain_nr].cs.e; in check_chainloops()
819 cl_s[chain_nr].cs.n = 0; in check_chainloops()
842 if (cl_s[i].cs.n) in check_chainloops()
[all …]
/net/wireless/
A Dutil.c2430 const struct ieee80211_iface_combination *c, *cs; in cfg80211_iter_combinations() local
2472 cs = radio->iface_combinations; in cfg80211_iter_combinations()
2475 cs = wiphy->iface_combinations; in cfg80211_iter_combinations()
2482 c = &cs[i]; in cfg80211_iter_combinations()
/net/netfilter/ipvs/
A Dip_vs_ctl.c933 struct ip_vs_cpu_stats *cs = per_cpu_ptr(s->cpustats, i); in ip_vs_stats_init_alloc() local
935 u64_stats_init(&cs->syncp); in ip_vs_stats_init_alloc()
/net/ipv4/
A DKconfig615 http://wil.cs.caltech.edu/pfldnet2007/paper/YeAH_TCP.pdf

Completed in 22 milliseconds