Home
last modified time | relevance | path

Searched refs:q_len (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/fs/notify/
Dnotification.c168 if (group->q_len >= group->max_events) { in fsnotify_add_notify_event()
217 group->q_len++; in fsnotify_add_notify_event()
258 group->q_len--; in fsnotify_remove_notify_event()
/linux-2.6.39/drivers/s390/crypto/
Dzcrypt_cca_key.h114 unsigned short q_len; member
321 key->pvt.q_len = key->pvt.dq_len = short_len; in zcrypt_type6_crt_key()
/linux-2.6.39/drivers/message/i2o/
Di2o_config.c62 u16 q_len; // Queue length member
501 if (!p->q_len) in i2o_cfg_evt_get()
507 p->q_len--; in i2o_cfg_evt_get()
508 kget.pending = p->q_len; in i2o_cfg_evt_get()
1059 tmp->q_len = 0; in cfg_open()
/linux-2.6.39/net/llc/
Dllc_conn.c319 int q_len = skb_queue_len(&llc->pdu_unack_q); in llc_conn_remove_acked_pdus() local
321 if (!q_len) in llc_conn_remove_acked_pdus()
330 for (i = 0; i < pdu_pos && i < q_len; i++) { in llc_conn_remove_acked_pdus()
/linux-2.6.39/include/linux/
Dfsnotify_backend.h132 unsigned int q_len; /* events on the queue */ member
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_cmds.c640 static u32 be_encoded_q_len(int q_len) in be_encoded_q_len() argument
642 u32 len_encoded = fls(q_len); /* log2(len) + 1 */ in be_encoded_q_len()
/linux-2.6.39/drivers/net/benet/
Dbe_cmds.c774 static u32 be_encoded_q_len(int q_len) in be_encoded_q_len() argument
776 u32 len_encoded = fls(q_len); /* log2(len) + 1 */ in be_encoded_q_len()