Home
last modified time | relevance | path

Searched refs:sl (Results 1 – 19 of 19) sorted by relevance

/include/linux/
Dseqlock.h819 #define seqlock_init(sl) \ argument
821 spin_lock_init(&(sl)->lock); \
822 seqcount_spinlock_init(&(sl)->seqcount, &(sl)->lock); \
829 #define DEFINE_SEQLOCK(sl) \ argument
830 seqlock_t sl = __SEQLOCK_UNLOCKED(sl)
838 static inline unsigned read_seqbegin(const seqlock_t *sl) in read_seqbegin() argument
840 unsigned ret = read_seqcount_begin(&sl->seqcount); in read_seqbegin()
858 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) in read_seqretry() argument
866 return read_seqcount_retry(&sl->seqcount, start); in read_seqretry()
888 static inline void write_seqlock(seqlock_t *sl) in write_seqlock() argument
[all …]
Dslimbus.h86 int (*probe)(struct slim_device *sl);
87 void (*remove)(struct slim_device *sl);
88 void (*shutdown)(struct slim_device *sl);
89 int (*device_status)(struct slim_device *sl,
Dw1.h254 int (*add_slave)(struct w1_slave *sl);
255 void (*remove_slave)(struct w1_slave *sl);
303 int w1_reset_select_slave(struct w1_slave *sl);
Ddccp.h207 static inline bool dccp_list_has_service(const struct dccp_service_list *sl, in dccp_list_has_service() argument
210 if (likely(sl != NULL)) { in dccp_list_has_service()
211 u32 i = sl->dccpsl_nr; in dccp_list_has_service()
213 if (sl->dccpsl_list[i] == service) in dccp_list_has_service()
Dhrtimer.h377 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, clockid_t clock_id,
383 extern void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl,
396 static inline void hrtimer_init_sleeper_on_stack(struct hrtimer_sleeper *sl, in hrtimer_init_sleeper_on_stack() argument
400 hrtimer_init_sleeper(sl, clock_id, mode); in hrtimer_init_sleeper_on_stack()
438 void hrtimer_sleeper_start_expires(struct hrtimer_sleeper *sl,
Dio-pgtable.h124 u32 sl:2; member
/include/uapi/rdma/
Dib_user_mad.h82 __u8 sl; member
126 __u8 sl; member
Dib_user_sa.h68 __u8 sl; member
Dvmw_pvrdma-abi.h302 __u8 sl; member
Dib_user_verbs.h486 __u8 sl; member
526 __u8 sl; member
661 __u8 sl; member
/include/trace/events/
Dib_umad.h23 __field(u8, sl)
64 __entry->sl = umad_hdr->sl;
96 __entry->sl, __entry->path_bits, __entry->grh_present,
Dib_mad.h35 __field(u8, sl)
102 be32_to_cpu(__entry->dlid), __entry->sl,
199 __field(u8, sl)
224 __entry->sl = wc->sl;
242 __entry->slid, __entry->src_qp, __entry->sl
/include/linux/soc/qcom/
Dapr.h106 int (*probe)(struct apr_device *sl);
107 int (*remove)(struct apr_device *sl);
/include/uapi/linux/
Drds.h255 __u8 sl; member
271 __u8 sl; member
/include/net/
Dieee802154_netdev.h336 const struct ieee802154_llsec_seclevel *sl);
338 const struct ieee802154_llsec_seclevel *sl);
Dcfg802154.h97 const struct ieee802154_llsec_seclevel *sl);
100 const struct ieee802154_llsec_seclevel *sl);
/include/rdma/
Dib_sa.h175 u8 sl; member
320 u8 sl; member
Dib_verbs.h922 u8 sl; member
1009 u8 sl; member
1895 __u8 sl; member
4420 static inline void rdma_ah_set_sl(struct rdma_ah_attr *attr, u8 sl) in rdma_ah_set_sl() argument
4422 attr->sl = sl; in rdma_ah_set_sl()
4427 return attr->sl; in rdma_ah_get_sl()
/include/linux/mlx5/
Dmlx5_ifc.h725 u8 sl[0x4]; member