Searched refs:is_negative (Results 1 – 6 of 6) sorted by relevance
40 u8 is_negative; member216 data[0] = cfg->is_negative ? 0x01 : 0x00; in cxd2880_set_pid_filter()250 tmpcfg.is_negative = 1; in cxd2880_update_pid_filter()
319 if offset.is_negative() { in read_slice_file()581 if offset.is_negative() { in write_slice_file()
998 if offset.is_negative() { in write_to_slice()
451 unsigned long long *res, bool *is_negative) in __bpf_strtoull() argument 460 if (!buf || !buf_len || !res || !is_negative) in __bpf_strtoull() 472 *is_negative = (cur_buf < buf + buf_len && *cur_buf == '-'); in __bpf_strtoull() 473 if (*is_negative) in __bpf_strtoull() 505 bool is_negative; in __bpf_strtoll() local 508 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in __bpf_strtoll() 511 if (is_negative) { in __bpf_strtoll() 552 bool is_negative; in BPF_CALL_4() local 556 err = __bpf_strtoull(buf, buf_len, flags, &_res, &is_negative); in BPF_CALL_4() 559 if (is_negative) in BPF_CALL_4() [all...]
166 u8 is_negative; member
1831 data[0] = pid_ftr_cfg->is_negative ? 0x01 : 0x00; in pid_ftr_setting()