struct el {
     struct list_head list;
     long key;
     long data;
     struct rcu_head my_rcu_head;
};
