Home
last modified time | relevance | path

Searched refs:count_mod (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/crypto/
Djitterentropy.c669 int count_mod = 0; in jent_entropy_init() local
738 count_mod++; in jent_entropy_init()
783 if ((TESTLOOPCOUNT/10 * 9) < count_mod) in jent_entropy_init()
/linux-4.4.14/fs/btrfs/
Ddelayed-ref.c545 int count_mod = 1; in add_delayed_ref_head() local
556 count_mod = 0; in add_delayed_ref_head()
558 count_mod = -1; in add_delayed_ref_head()
582 ref->ref_mod = count_mod; in add_delayed_ref_head()
594 head_ref->total_ref_mod = count_mod; in add_delayed_ref_head()
633 if (is_data && count_mod < 0) in add_delayed_ref_head()