Lines Matching defs:count
67 * root@self# cat $DBG_DIR/count
107 atomic_t count;
172 u32 count;
174 count = atomic_read(&pp->count);
177 ntb_peer_spad_write(pp->ntb, pp->out_pidx, 0, count);
178 ntb_peer_msg_write(pp->ntb, pp->out_pidx, 0, count);
181 ntb_peer_port_number(pp->ntb, pp->out_pidx), count, count);
206 atomic_inc(&pp->count);
285 atomic_set(&pp->count, 0);
359 debugfs_create_atomic_t("count", 0600, pp->dbgfs_dir, &pp->count);