Searched refs:sl (Results 1 - 10 of 10) sorted by relevance

/include/linux/
H A Dseqlock.h308 static inline unsigned read_seqbegin(const seqlock_t *sl) argument
310 return read_seqcount_begin(&sl->seqcount);
313 static inline unsigned read_seqretry(const seqlock_t *sl, unsigned start) argument
315 return read_seqcount_retry(&sl->seqcount, start);
323 static inline void write_seqlock(seqlock_t *sl) argument
325 spin_lock(&sl->lock);
326 write_seqcount_begin(&sl->seqcount);
329 static inline void write_sequnlock(seqlock_t *sl) argument
331 write_seqcount_end(&sl->seqcount);
332 spin_unlock(&sl
335 write_seqlock_bh(seqlock_t *sl) argument
341 write_sequnlock_bh(seqlock_t *sl) argument
347 write_seqlock_irq(seqlock_t *sl) argument
353 write_sequnlock_irq(seqlock_t *sl) argument
359 __write_seqlock_irqsave(seqlock_t *sl) argument
372 write_sequnlock_irqrestore(seqlock_t *sl, unsigned long flags) argument
383 read_seqlock_excl(seqlock_t *sl) argument
388 read_sequnlock_excl(seqlock_t *sl) argument
422 read_seqlock_excl_bh(seqlock_t *sl) argument
427 read_sequnlock_excl_bh(seqlock_t *sl) argument
432 read_seqlock_excl_irq(seqlock_t *sl) argument
437 read_sequnlock_excl_irq(seqlock_t *sl) argument
442 __read_seqlock_excl_irqsave(seqlock_t *sl) argument
454 read_sequnlock_excl_irqrestore(seqlock_t *sl, unsigned long flags) argument
[all...]
H A Ddccp.h203 static inline int dccp_list_has_service(const struct dccp_service_list *sl, argument
206 if (likely(sl != NULL)) {
207 u32 i = sl->dccpsl_nr;
209 if (sl->dccpsl_list[i] == service)
H A Dhrtimer.h433 extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
/include/uapi/rdma/
H A Dib_user_sa.h67 __u8 sl; member in struct:ib_user_path_rec
H A Dib_user_mad.h63 * @sl - Service level received with/to be sent with
81 __u8 sl; member in struct:ib_user_mad_hdr_old
106 * @sl - Service level received with/to be sent with
125 __u8 sl; member in struct:ib_user_mad_hdr
H A Dib_user_verbs.h372 __u8 sl; member in struct:ib_uverbs_wc
412 __u8 sl; member in struct:ib_uverbs_ah_attr
511 __u8 sl; member in struct:ib_uverbs_qp_dest
/include/net/
H A Dieee802154_netdev.h387 const struct ieee802154_llsec_seclevel *sl);
389 const struct ieee802154_llsec_seclevel *sl);
/include/rdma/
H A Dib_sa.h149 u8 sl; member in struct:ib_sa_path_rec
194 u8 sl; member in struct:ib_sa_mcmember_rec
H A Dib_verbs.h608 u8 sl; member in struct:ib_ah_attr
686 u8 sl; member in struct:ib_wc
1302 __u8 sl; member in struct:ib_flow_ib_filter
/include/linux/mlx5/
H A Dqp.h386 u8 sl; member in struct:mlx5_qp_path

Completed in 160 milliseconds