Home
last modified time | relevance | path

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

/include/scsi/
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/
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/
Drcupdate.h508 #define rcu_check_sparse(p, space) \ argument
509 ((void)(((typeof(*p) space *)p) == p))
511 #define rcu_check_sparse(p, space) argument
529 #define __rcu_access_pointer(p, local, space) \ argument
532 rcu_check_sparse(p, space); \
535 #define __rcu_dereference_check(p, local, c, space) \ argument
540 rcu_check_sparse(p, space); \
543 #define __rcu_dereference_protected(p, local, c, space) \ argument
546 rcu_check_sparse(p, space); \
Dbitmap.h769 unsigned long space = BITS_PER_LONG - offset; in bitmap_read() local
775 if (space >= nbits) in bitmap_read()
780 return (value_low >> offset) | (value_high << space); in bitmap_read()
804 unsigned long space; in bitmap_write() local
814 space = BITS_PER_LONG - offset; in bitmap_write()
815 fit = space >= nbits; in bitmap_write()
824 map[index + 1] |= (value >> space); in bitmap_write()
Dfault-inject.h25 atomic_t space; member
Dtcp.h340 u32 space; member
/include/xen/interface/
Dmemory.h180 unsigned int space; member
198 uint16_t space; /* => enum phys_map_space */ member
/include/linux/ceph/
Dpagelist.h32 extern int ceph_pagelist_reserve(struct ceph_pagelist *pl, size_t space);
/include/linux/sunrpc/
Dsvc.h456 void svc_reserve(struct svc_rqst *rqstp, int space);
487 static inline void svc_reserve_auth(struct svc_rqst *rqstp, int space) in svc_reserve_auth() argument
489 svc_reserve(rqstp, space + rqstp->rq_auth_slack); in svc_reserve_auth()
/include/net/
Dmptcp.h141 void mptcp_space(const struct sock *ssk, int *space, int *full_space);
Dtcp.h1540 static inline int __tcp_win_from_space(u8 scaling_ratio, int space) in __tcp_win_from_space() argument
1542 s64 scaled_space = (s64)space * scaling_ratio; in __tcp_win_from_space()
1547 static inline int tcp_win_from_space(const struct sock *sk, int space) in tcp_win_from_space() argument
1549 return __tcp_win_from_space(tcp_sk(sk)->scaling_ratio, space); in tcp_win_from_space()
/include/pcmcia/
Dcistpl.h77 u_char space; member
/include/uapi/sound/
Dasound.h1128 unsigned int space; /* W: count of element IDs to get */ member
/include/net/netfilter/
Dnf_tables.h395 enum nft_set_class space; member