Searched refs:how_often_length (Results 1 – 2 of 2) sorted by relevance
474 tmp->how_often_length = 0; in kill_new_with_arg()500 if (++msg->how_often_length >= msg->how_often_num_allocated) { in kill_how_often_add()504 msg->how_often_data[msg->how_often_length - 1] = value; in kill_how_often_add()506 return &(msg->how_often_data[msg->how_often_length - 1]); in kill_how_often_add()508 --msg->how_often_length; in kill_how_often_add()540 if (!msg->how_often_set || off < 0 || off >= msg->how_often_length) in kill_how_often_assign()571 if (!msg->how_often_set || offset < 0 || offset >= msg->how_often_length) in kill_how_often_get()594 tmp->how_often_length = 0; in kill_clear()610 tmp->how_often_length = 0; in kill_free()624 for (i = 0; i < tmp->how_often_length; ++i) { in kill_marshal()[all …]
100 int how_often_length; member