Searched refs:rl (Results 1 - 25 of 332) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/scsi/
H A Dzfcp_reqlist.h40 struct zfcp_reqlist *rl; local
42 rl = kzalloc(sizeof(struct zfcp_reqlist), GFP_KERNEL);
43 if (!rl)
46 spin_lock_init(&rl->lock);
49 INIT_LIST_HEAD(&rl->buckets[i]);
51 return rl;
56 * @rl: pointer to reqlist
60 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) argument
65 if (!list_empty(&rl->buckets[i]))
72 * @rl
74 zfcp_reqlist_free(struct zfcp_reqlist *rl) argument
83 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) argument
104 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) argument
129 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) argument
153 zfcp_reqlist_add(struct zfcp_reqlist *rl, struct zfcp_fsf_req *req) argument
171 zfcp_reqlist_move(struct zfcp_reqlist *rl, struct list_head *list) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_reqlist.h40 struct zfcp_reqlist *rl; local
42 rl = kzalloc(sizeof(struct zfcp_reqlist), GFP_KERNEL);
43 if (!rl)
46 spin_lock_init(&rl->lock);
49 INIT_LIST_HEAD(&rl->buckets[i]);
51 return rl;
56 * @rl: pointer to reqlist
60 static inline int zfcp_reqlist_isempty(struct zfcp_reqlist *rl) argument
65 if (!list_empty(&rl->buckets[i]))
72 * @rl
74 zfcp_reqlist_free(struct zfcp_reqlist *rl) argument
83 _zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) argument
104 zfcp_reqlist_find(struct zfcp_reqlist *rl, unsigned long req_id) argument
129 zfcp_reqlist_find_rm(struct zfcp_reqlist *rl, unsigned long req_id) argument
153 zfcp_reqlist_add(struct zfcp_reqlist *rl, struct zfcp_fsf_req *req) argument
171 zfcp_reqlist_move(struct zfcp_reqlist *rl, struct list_head *list) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Drl.h24 * rl header.
56 void init_rl(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
57 void init_vlc_rl(RLTable *rl);
59 #define INIT_VLC_RL(rl, static_size)\
63 INIT_VLC_STATIC(&rl.vlc, 9, rl.n + 1,\
64 &rl.table_vlc[0][1], 4, 2,\
65 &rl.table_vlc[0][0], 4, 2, static_size);\
67 if(!rl.rl_vlc[0]){\
69 rl
75 get_rl_index(const RLTable *rl, int last, int run, int level) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Drl.h24 * rl header.
56 void init_rl(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
57 void init_vlc_rl(RLTable *rl);
59 #define INIT_VLC_RL(rl, static_size)\
63 INIT_VLC_STATIC(&rl.vlc, 9, rl.n + 1,\
64 &rl.table_vlc[0][1], 4, 2,\
65 &rl.table_vlc[0][0], 4, 2, static_size);\
67 if(!rl.rl_vlc[0]){\
69 rl
75 get_rl_index(const RLTable *rl, int last, int run, int level) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Drl.h24 * rl header.
56 void init_rl(RLTable *rl, uint8_t static_store[2][2*MAX_RUN + MAX_LEVEL + 3]);
57 void init_vlc_rl(RLTable *rl);
59 #define INIT_VLC_RL(rl, static_size)\
63 INIT_VLC_STATIC(&rl.vlc, 9, rl.n + 1,\
64 &rl.table_vlc[0][1], 4, 2,\
65 &rl.table_vlc[0][0], 4, 2, static_size);\
67 if(!rl.rl_vlc[0]){\
69 rl
75 get_rl_index(const RLTable *rl, int last, int run, int level) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wpa_supplicant-0.7.3/src/tls/
H A Dtlsv1_record.c26 * @rl: Pointer to TLS record layer data
35 int tlsv1_record_set_cipher_suite(struct tlsv1_record_layer *rl, argument
43 rl->cipher_suite = cipher_suite;
50 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_MD5;
51 rl->hash_size = MD5_MAC_LEN;
53 rl->hash_alg = CRYPTO_HASH_ALG_HMAC_SHA1;
54 rl->hash_size = SHA1_MAC_LEN;
61 rl->key_material_len = data->key_material;
62 rl->iv_size = data->block_size;
63 rl
77 tlsv1_record_change_write_cipher(struct tlsv1_record_layer *rl) argument
111 tlsv1_record_change_read_cipher(struct tlsv1_record_layer *rl) argument
152 tlsv1_record_send(struct tlsv1_record_layer *rl, u8 content_type, u8 *buf, size_t buf_size, size_t payload_len, size_t *out_len) argument
245 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ntfs/
H A Drunlist.c56 * @rl: original runlist
57 * @old_size: number of runlist elements in the original runlist @rl
64 * It is up to the caller to serialize access to the runlist @rl.
74 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, argument
79 old_size = PAGE_ALIGN(old_size * sizeof(*rl));
80 new_size = PAGE_ALIGN(new_size * sizeof(*rl));
82 return rl;
88 if (likely(rl != NULL)) {
91 memcpy(new_rl, rl, old_size);
92 ntfs_free(rl);
120 ntfs_rl_realloc_nofail(runlist_element *rl, int old_size, int new_size) argument
721 runlist_element *rl; /* The output runlist. */ local
970 ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) argument
1019 ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) argument
1097 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) argument
1289 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) argument
1450 runlist_element *rl; local
1597 runlist_element *rl, *rl_end, *rl_real_end, *trl; local
[all...]
H A Drunlist.h50 * @rl: pointer to an array of runlist elements
51 * @lock: read/write spinlock for serializing access to @rl
55 runlist_element *rl; member in struct:__anon32450
59 static inline void ntfs_init_runlist(runlist *rl) argument
61 rl->rl = NULL;
62 init_rwsem(&rl->lock);
79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
83 extern runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl,
87 const runlist_element *rl, cons
[all...]
H A Dlcnalloc.c39 * @rl: runlist describing the clusters to free
41 * Free all the clusters described by the runlist @rl on the volume @vol. In
51 const runlist_element *rl)
57 if (!rl)
59 for (; rl->length; rl++) {
62 if (rl->lcn < 0)
64 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length);
82 runlist_element *rl local
50 ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, const runlist_element *rl) argument
781 runlist_element *rl; local
[all...]
H A Ddebug.c143 /* Dump a runlist. Caller has to provide synchronisation for @rl. */
144 void ntfs_debug_dump_runlist(const runlist_element *rl) argument
153 if (!rl) {
159 LCN lcn = (rl + i)->lcn;
167 (long long)(rl + i)->vcn, lcn_str[index],
168 (long long)(rl + i)->length,
169 (rl + i)->length ? "" :
173 (long long)(rl + i)->vcn,
174 (long long)(rl + i)->lcn,
175 (long long)(rl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ntfs/
H A Drunlist.c56 * @rl: original runlist
57 * @old_size: number of runlist elements in the original runlist @rl
64 * It is up to the caller to serialize access to the runlist @rl.
74 static inline runlist_element *ntfs_rl_realloc(runlist_element *rl, argument
79 old_size = PAGE_ALIGN(old_size * sizeof(*rl));
80 new_size = PAGE_ALIGN(new_size * sizeof(*rl));
82 return rl;
88 if (likely(rl != NULL)) {
91 memcpy(new_rl, rl, old_size);
92 ntfs_free(rl);
120 ntfs_rl_realloc_nofail(runlist_element *rl, int old_size, int new_size) argument
721 runlist_element *rl; /* The output runlist. */ local
970 ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn) argument
1019 ntfs_rl_find_vcn_nolock(runlist_element *rl, const VCN vcn) argument
1097 ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn) argument
1289 ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, const int dst_len, const runlist_element *rl, const VCN first_vcn, const VCN last_vcn, VCN *const stop_vcn) argument
1450 runlist_element *rl; local
1597 runlist_element *rl, *rl_end, *rl_real_end, *trl; local
[all...]
H A Drunlist.h50 * @rl: pointer to an array of runlist elements
51 * @lock: read/write spinlock for serializing access to @rl
55 runlist_element *rl; member in struct:__anon20757
59 static inline void ntfs_init_runlist(runlist *rl) argument
61 rl->rl = NULL;
62 init_rwsem(&rl->lock);
79 extern LCN ntfs_rl_vcn_to_lcn(const runlist_element *rl, const VCN vcn);
83 extern runlist_element *ntfs_rl_find_vcn_nolock(runlist_element *rl,
87 const runlist_element *rl, cons
[all...]
H A Dlcnalloc.c39 * @rl: runlist describing the clusters to free
41 * Free all the clusters described by the runlist @rl on the volume @vol. In
51 const runlist_element *rl)
57 if (!rl)
59 for (; rl->length; rl++) {
62 if (rl->lcn < 0)
64 err = ntfs_bitmap_clear_run(lcnbmp_vi, rl->lcn, rl->length);
82 runlist_element *rl local
50 ntfs_cluster_free_from_rl_nolock(ntfs_volume *vol, const runlist_element *rl) argument
781 runlist_element *rl; local
[all...]
H A Ddebug.c143 /* Dump a runlist. Caller has to provide synchronisation for @rl. */
144 void ntfs_debug_dump_runlist(const runlist_element *rl) argument
153 if (!rl) {
159 LCN lcn = (rl + i)->lcn;
167 (long long)(rl + i)->vcn, lcn_str[index],
168 (long long)(rl + i)->length,
169 (rl + i)->length ? "" :
173 (long long)(rl + i)->vcn,
174 (long long)(rl + i)->lcn,
175 (long long)(rl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/x86emu/
H A Dfpu.c97 int mod, rl, rh; local
102 FETCH_DECODE_MODRM(mod, rh, rl);
105 DECODE_PRINTINSTR32(x86emu_fpu_op_d9_tab, mod, rh, rl);
107 DECODE_PRINTF(x86emu_fpu_op_d9_tab1[(rh << 3) + rl]);
112 destoffset = decode_rm00_address(rl);
116 destoffset = decode_rm01_address(rl);
120 destoffset = decode_rm10_address(rl);
124 stkelem = (u8)rl;
144 switch (rl) {
156 switch (rl) {
324 int mod, rl, rh; local
405 int mod, rl, rh; local
532 int mod, rl, rh; local
642 int mod, rl, rh; local
749 int mod, rl, rh; local
868 int mod, rl, rh; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/x86emu/x86emu/
H A Dfpu_regs.h106 # define DECODE_PRINTINSTR32(t,mod,rh,rl) \
108 # define DECODE_PRINTINSTR256(t,mod,rh,rl) \
109 DECODE_PRINTF(t[(mod<<6)+(rh<<3)+(rl)]);
111 # define DECODE_PRINTINSTR32(t,mod,rh,rl)
112 # define DECODE_PRINTINSTR256(t,mod,rh,rl)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/curl-7.21.7/tests/libtest/
H A Dlib518.c111 struct rlimit rl; local
120 if (sizeof(rl.rlim_max) > sizeof(long))
124 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
128 if (getrlimit(RLIMIT_NOFILE, &rl) != 0) {
137 if (rl.rlim_cur == RLIM_INFINITY)
141 sprintf(strbuff, fmt, rl.rlim_cur);
145 if (rl.rlim_max == RLIM_INFINITY)
149 sprintf(strbuff, fmt, rl.rlim_max);
167 if (rl.rlim_cur != rl
[all...]
H A Dlib537.c113 struct rlimit rl; local
121 if (sizeof(rl.rlim_max) > sizeof(long))
125 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
129 if (getrlimit(RLIMIT_NOFILE, &rl) != 0) {
138 if (rl.rlim_cur == RLIM_INFINITY)
142 sprintf(strbuff, fmt, rl.rlim_cur);
146 if (rl.rlim_max == RLIM_INFINITY)
150 sprintf(strbuff, fmt, rl.rlim_max);
162 if (rl.rlim_cur != rl
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/curl-7.21.7/tests/libtest/
H A Dlib518.c111 struct rlimit rl; local
120 if (sizeof(rl.rlim_max) > sizeof(long))
124 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
128 if (getrlimit(RLIMIT_NOFILE, &rl) != 0) {
137 if (rl.rlim_cur == RLIM_INFINITY)
141 sprintf(strbuff, fmt, rl.rlim_cur);
145 if (rl.rlim_max == RLIM_INFINITY)
149 sprintf(strbuff, fmt, rl.rlim_max);
167 if (rl.rlim_cur != rl
[all...]
H A Dlib537.c113 struct rlimit rl; local
121 if (sizeof(rl.rlim_max) > sizeof(long))
125 fmt = (sizeof(rl.rlim_max) < sizeof(long))?fmt_u:fmt_lu;
129 if (getrlimit(RLIMIT_NOFILE, &rl) != 0) {
138 if (rl.rlim_cur == RLIM_INFINITY)
142 sprintf(strbuff, fmt, rl.rlim_cur);
146 if (rl.rlim_max == RLIM_INFINITY)
150 sprintf(strbuff, fmt, rl.rlim_max);
162 if (rl.rlim_cur != rl
[all...]

Completed in 228 milliseconds

1234567891011>>