Home
last modified time | relevance | path

Searched defs:mrp (Results 1 – 4 of 4) sorted by relevance

/linux-5.10/fs/xfs/
Dmrlock.h19 #define mrinit(mrp, name) \ argument
22 #define mrinit(mrp, name) \ argument
26 #define mrlock_init(mrp, t,n,s) mrinit(mrp, n) argument
27 #define mrfree(mrp) do { } while (0) argument
29 static inline void mraccess_nested(mrlock_t *mrp, int subclass) in mraccess_nested()
34 static inline void mrupdate_nested(mrlock_t *mrp, int subclass) in mrupdate_nested()
42 static inline int mrtryaccess(mrlock_t *mrp) in mrtryaccess()
47 static inline int mrtryupdate(mrlock_t *mrp) in mrtryupdate()
57 static inline void mrunlock_excl(mrlock_t *mrp) in mrunlock_excl()
65 static inline void mrunlock_shared(mrlock_t *mrp) in mrunlock_shared()
[all …]
/linux-5.10/net/bridge/
Dbr_mrp.c48 struct br_mrp *mrp; in br_mrp_find_id() local
64 struct br_mrp *mrp; in br_mrp_find_in_id() local
79 struct br_mrp *mrp; in br_mrp_unique_ifindex() local
105 struct br_mrp *mrp; in br_mrp_find_port() local
120 static int br_mrp_next_seq(struct br_mrp *mrp) in br_mrp_next_seq()
164 static void br_mrp_skb_common(struct sk_buff *skb, struct br_mrp *mrp) in br_mrp_skb_common()
175 static struct sk_buff *br_mrp_alloc_test_skb(struct br_mrp *mrp, in br_mrp_alloc_test_skb()
205 static struct sk_buff *br_mrp_alloc_in_test_skb(struct br_mrp *mrp, in br_mrp_alloc_in_test_skb()
248 struct br_mrp *mrp = container_of(del_work, struct br_mrp, test_work); in br_mrp_test_work_expired() local
321 struct br_mrp *mrp = container_of(del_work, struct br_mrp, in_test_work); in br_mrp_in_test_work_expired() local
[all …]
Dbr_mrp_switchdev.c7 int br_mrp_switchdev_add(struct net_bridge *br, struct br_mrp *mrp) in br_mrp_switchdev_add()
27 int br_mrp_switchdev_del(struct net_bridge *br, struct br_mrp *mrp) in br_mrp_switchdev_del()
47 struct br_mrp *mrp, in br_mrp_switchdev_set_ring_role()
67 struct br_mrp *mrp, u32 interval, in br_mrp_switchdev_send_ring_test()
91 struct br_mrp *mrp, in br_mrp_switchdev_set_ring_state()
110 int br_mrp_switchdev_set_in_role(struct net_bridge *br, struct br_mrp *mrp, in br_mrp_switchdev_set_in_role()
132 int br_mrp_switchdev_set_in_state(struct net_bridge *br, struct br_mrp *mrp, in br_mrp_switchdev_set_in_state()
151 int br_mrp_switchdev_send_in_test(struct net_bridge *br, struct br_mrp *mrp, in br_mrp_switchdev_send_in_test()
Dbr_mrp_netlink.c450 struct br_mrp *mrp; in br_mrp_fill_info() local