Home
last modified time | relevance | path

Searched refs:space (Results 1 – 16 of 16) sorted by relevance

/include/scsi/
A Dscsi_transport.h57 scsi_transport_reserve_target(struct scsi_transport_template * t, int space) in scsi_transport_reserve_target() argument
61 t->target_size = t->target_private_offset + space; in scsi_transport_reserve_target()
64 scsi_transport_reserve_device(struct scsi_transport_template * t, int space) in scsi_transport_reserve_device() argument
68 t->device_size = t->device_private_offset + space; in scsi_transport_reserve_device()
/include/uapi/linux/
A Dtipc_config.h256 static inline int TLV_OK(const void *tlv, __u16 space) in TLV_OK() argument
267 return (space >= TLV_SPACE(0)) && in TLV_OK()
268 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK()
271 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
273 return TLV_OK(tlv, space) && in TLV_CHECK()
324 void *data, __u32 space) in TLV_LIST_INIT() argument
327 list->tlv_space = space; in TLV_LIST_INIT()
/include/linux/
A Drcupdate.h502 #define rcu_check_sparse(p, space) \ argument
503 ((void)(((typeof(*p) space *)p) == p))
505 #define rcu_check_sparse(p, space) argument
523 #define __rcu_access_pointer(p, local, space) \ argument
526 rcu_check_sparse(p, space); \
529 #define __rcu_dereference_check(p, local, c, space) \ argument
534 rcu_check_sparse(p, space); \
537 #define __rcu_dereference_protected(p, local, c, space) \ argument
540 rcu_check_sparse(p, space); \
A Dbitmap.h771 unsigned long space = BITS_PER_LONG - offset; in bitmap_read() local
777 if (space >= nbits) in bitmap_read()
782 return (value_low >> offset) | (value_high << space); in bitmap_read()
806 unsigned long space; in bitmap_write() local
816 space = BITS_PER_LONG - offset; in bitmap_write()
817 fit = space >= nbits; in bitmap_write()
826 map[index + 1] |= (value >> space); in bitmap_write()
A Dfault-inject.h25 atomic_t space; member
A Dtcp.h342 int space; member
/include/xen/interface/
A Dmemory.h180 unsigned int space; member
198 uint16_t space; /* => enum phys_map_space */ member
/include/linux/ceph/
A Dpagelist.h26 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);
/include/linux/sunrpc/
A Dsvc.h457 void svc_reserve(struct svc_rqst *rqstp, int space);
486 static inline void svc_reserve_auth(struct svc_rqst *rqstp, int space) in svc_reserve_auth() argument
488 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
/include/trace/events/
A Dtcp.h218 __field(__u32, space)
242 __entry->space = tp->rcvq_space.space;
270 __entry->inq, __entry->space, __entry->ooo_space,
A Drxrpc.h1030 TP_PROTO(struct rxrpc_call *call, rxrpc_seq_t send_top, int space),
1032 TP_ARGS(call, send_top, space),
1037 __field(u16, space)
1049 __entry->space = space;
1061 __entry->space,
/include/net/
A Dmptcp.h147 void mptcp_space(const struct sock *ssk, int *space, int *full_space);
A Dtcp.h1595 static inline int __tcp_win_from_space(u8 scaling_ratio, int space) in __tcp_win_from_space() argument
1597 s64 scaled_space = (s64)space * scaling_ratio; in __tcp_win_from_space()
1602 static inline int tcp_win_from_space(const struct sock *sk, int space) in tcp_win_from_space() argument
1604 return __tcp_win_from_space(tcp_sk(sk)->scaling_ratio, space); in tcp_win_from_space()
/include/pcmcia/
A Dcistpl.h77 u_char space; member
/include/uapi/sound/
A Dasound.h1132 unsigned int space; /* W: count of element IDs to get */ member
/include/net/netfilter/
A Dnf_tables.h395 enum nft_set_class space; member

Completed in 52 milliseconds